X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=c9d57d0d5a5bf9f3747eda0292bd992fa36bb979;hb=9b55a53d51a88147c6f978931ee8e21a807cd276;hp=1dfc91956094d9af1abefc371e1a5e02c5cb44e5;hpb=874a5ebdc7dcd3608bbdcf15a1f891dbc62303c7;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 1dfc919..c9d57d0 100644 --- a/vimrc +++ b/vimrc @@ -316,6 +316,17 @@ if has('gui_macvim') && has('eval') let macvim_skip_cmd_opt_movement = 1 endif +" In case 'hlsearch' is used disable it with . Thanks to frogonwheels and +" vimgor (bot) in #vim on Freenode (2010-03-30 05:58 CEST). +noremap :nohlsearch + + +" ABBREVIATIONS + +" Fix some of my spelling mistakes. +iabbrev relle reelle +iabbrev reele reelle + " SYNTAX SETTINGS