From d412540d2d680fe7a583ff02242187f9380766ac Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Jan 2012 21:26:05 +0100 Subject: [PATCH] vimrc: Documentation update for mappings. --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1