From: Simon Ruderich Date: Sat, 14 Jan 2012 20:26:05 +0000 (+0100) Subject: vimrc: Documentation update for mappings. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=d412540d2d680fe7a583ff02242187f9380766ac;hp=2019bdf43c4749cc2093f422036654a9d5b6711f;p=config%2Fdotfiles.git vimrc: Documentation update for mappings. --- diff --git a/vimrc b/vimrc index bc68944..bb0bfe6 100644 --- a/vimrc +++ b/vimrc @@ -202,6 +202,10 @@ endif " MAPPINGS (except for plugins, see PLUGIN SETTINGS below) +" noremap is used to make sure the right side is executed as is and can't be +" modified by a plugin or other settings. Except for which isn't +" affected by mappings. + " Easy way to exit insert mode. inoremap jj inoremap jk