diff --git a/.vimpagerrc b/.vimpagerrc index c94f0e5f..cf2a818a 100644 --- a/.vimpagerrc +++ b/.vimpagerrc @@ -39,13 +39,3 @@ set hlsearch set ignorecase " unless they contain upper-case letters set smartcase - -" Make cursor move by visual lines instead of file lines (when wrapping) -" This makes me feel more at home :) -map gk -map k gk -imap gk -map gj -map j gj -imap gj -map E ge