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
|
" Undo unwanted less.vim keymappings
|
||||||
unmap v
|
unmap v
|
||||||
unmap w
|
unmap w
|
||||||
unmap <PageDown>
|
if mapcheck('<PageDown>', 'b')|unmap <PageDown>|endif
|
||||||
unmap <kPageDown>
|
if mapcheck('<PageDown>', 'b')|unmap <kPageDown>|endif
|
||||||
unmap <PageUp>
|
if mapcheck('<PageDown>', 'b')|unmap <PageUp>|endif
|
||||||
unmap <kPageUp>
|
if mapcheck('<PageDown>', 'b')|unmap <kPageUp>|endif
|
||||||
|
|
||||||
" Main Settings:
|
" Main Settings:
|
||||||
set nocursorline nocursorcolumn "disable cursor column/line highlighting
|
set nocursorline nocursorcolumn "disable cursor column/line highlighting
|
||||||
|
|
Loading…
Reference in a new issue