# HG changeset patch # User Meredith Howard # Date 1462179578 14400 # Node ID 7a9c9052fe7f480caf55102319518b5fb533fb92 # Parent 33d6b9519d7eb3ee8a7929c2f02a336d164f0052 don't mess with insert-mode arrows diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -156,8 +156,6 @@ map ? ?\v " navigate by on-screen lines map j gj map k gk -imap j -imap k " clear all interestingwords with \\k since \K is ri.vim nnoremap k :call UncolorAllWords()