Correctly use of nnoremap.
authorIain Patterson <me@iain.cx>
Thu, 23 Jan 2014 15:23:44 +0000 (15:23 +0000)
committerIain Patterson <me@iain.cx>
Thu, 23 Jan 2014 15:25:14 +0000 (15:25 +0000)
commit94f24178b771bc28ceed574682a5458c876703ff
treef970fbb0d11c752ca54724a508fa9737b6c0f1aa
parent4f6b65d65700e85c4052487b482f8c448b929e1c
Correctly use of nnoremap.

Some mappings which are only appropriate in normal mode were incorrectly
using noremap instead of the more appropriate nnoremap.
.vimrc