mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed a typo and resetting scrollwheel stuff at the top of
keyboard.vim to see if that prevents it from randomly reverting to the old behaviour
This commit is contained in:
parent
7c8d476d5d
commit
eb116fb919
1 changed files with 7 additions and 1 deletions
|
@ -273,6 +273,12 @@
|
|||
map <F1> <Nop>
|
||||
map <A-F1> <Nop>
|
||||
map <C-F1> <Nop>
|
||||
|
||||
" unmap mousewheel combos to ensure the old behaviour stays gone
|
||||
map <C-ScrollWheelUp> <Nop>
|
||||
map <C-ScrollWheelDown> <Nop>
|
||||
map <A-ScrollWheelUp> <Nop>
|
||||
map <A-ScrollWheelDown> <Nop>
|
||||
"}}}
|
||||
|
||||
"ALIASES: COMMAND SHORTCUTS {{{
|
||||
|
@ -585,7 +591,7 @@
|
|||
vnoremap <Leader>X "_X
|
||||
nnoremap <Leader>D "_D
|
||||
vnoremap <Leader>D "_D
|
||||
nnoremap <Leader>dd "_dd hello and good day
|
||||
nnoremap <Leader>dd "_dd
|
||||
nnoremap <Leader>dw "_dw
|
||||
vnoremap <Leader>d "_d
|
||||
|
||||
|
|
Loading…
Reference in a new issue