Fixed less.vim unmappings properly

This commit is contained in:
Kevin MacMartin 2014-07-31 01:33:15 -04:00
parent 30e5dff895
commit caed6a7476

View file

@ -10,12 +10,12 @@
"============================================================" "============================================================"
" Undo unwanted less.vim keymappings " Undo unwanted less.vim keymappings
unmap v map v <Nop>
unmap w noremap w <S-Right>
if mapcheck('<PageDown>', 'b')|unmap <PageDown>|endif noremap <PageDown> <C-F>
if mapcheck('<PageDown>', 'b')|unmap <kPageDown>|endif noremap <kPageDown> <C-F>
if mapcheck('<PageDown>', 'b')|unmap <PageUp>|endif noremap <PageUp> <C-B>
if mapcheck('<PageDown>', 'b')|unmap <kPageUp>|endif noremap <kPageUp> <C-B>
" Main Settings: " Main Settings:
set nocursorline nocursorcolumn "disable cursor column/line highlighting set nocursorline nocursorcolumn "disable cursor column/line highlighting