mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Use mapcheck before unmapping
This commit is contained in:
parent
7d4e69198c
commit
30e5dff895
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@
|
|||
" Undo unwanted less.vim keymappings
|
||||
unmap v
|
||||
unmap w
|
||||
unmap <PageDown>
|
||||
unmap <kPageDown>
|
||||
unmap <PageUp>
|
||||
unmap <kPageUp>
|
||||
if mapcheck('<PageDown>', 'b')|unmap <PageDown>|endif
|
||||
if mapcheck('<PageDown>', 'b')|unmap <kPageDown>|endif
|
||||
if mapcheck('<PageDown>', 'b')|unmap <PageUp>|endif
|
||||
if mapcheck('<PageDown>', 'b')|unmap <kPageUp>|endif
|
||||
|
||||
" Main Settings:
|
||||
set nocursorline nocursorcolumn "disable cursor column/line highlighting
|
||||
|
|
Loading…
Reference in a new issue