From: Iain Patterson Date: Thu, 23 Jan 2014 15:23:44 +0000 (+0000) Subject: Correctly use of nnoremap. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=94f24178b771bc28ceed574682a5458c876703ff;p=profile.git Correctly use of nnoremap. Some mappings which are only appropriate in normal mode were incorrectly using noremap instead of the more appropriate nnoremap. --- diff --git a/.vimrc b/.vimrc index 0bb5efb..65e88b3 100644 --- a/.vimrc +++ b/.vimrc @@ -76,12 +76,12 @@ inoremap inoremap " Swap jump keys. -noremap ' ` -noremap ` ' +nnoremap ' ` +nnoremap ` ' " Select previous widnow. -noremap ^ p -noremap p +nnoremap ^ p +nnoremap p "}}}1 " Find stuff.