X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=6516546234febcfcfa372f56827426d8cc30d28a;hb=c0f0674fa5247d4bc444e684f29e1a2ab68be65f;hp=9e98ef675bca1522958bea887413e1e8de949165;hpb=d506d6091334e77b3ca06af5c45916835f9af263;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 9e98ef6..6516546 100644 --- a/vimrc +++ b/vimrc @@ -332,6 +332,12 @@ noremap :nohlsearch " line so the change can be undone. Thanks to the vimrc_example.vim file in " Vim's source. inoremap u +" Same for (insert previously inserted text and leave insert mode). +inoremap u +" And for (insert previously inserted text). +inoremap u +" And for (delete word before cursor). +inoremap u " ABBREVIATIONS