don't mess with insert-mode arrows

Mon, 02 May 2016 04:59:38 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 02 May 2016 04:59:38 -0400
changeset 296
7a9c9052fe7f
parent 295
33d6b9519d7e
child 297
d6312223b1ff

don't mess with insert-mode arrows

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -156,8 +156,6 @@ map ? ?\v
 " navigate by on-screen lines
 map j gj
 map k gk
-imap <down> <C-O>j
-imap <up> <C-O>k
 
 " clear all interestingwords with \\k since \K is ri.vim
 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR>

mercurial