diff --git a/vim/config/vimpager.vim b/vim/config/vimpager.vim index 919d533..0419ab6 100644 --- a/vim/config/vimpager.vim +++ b/vim/config/vimpager.vim @@ -12,10 +12,10 @@ " Undo unwanted less.vim keymappings unmap v unmap w -unmap -unmap -unmap -unmap +if mapcheck('', 'b')|unmap |endif +if mapcheck('', 'b')|unmap |endif +if mapcheck('', 'b')|unmap |endif +if mapcheck('', 'b')|unmap |endif " Main Settings: set nocursorline nocursorcolumn "disable cursor column/line highlighting