nix/nvim: disable ex-mode
This commit is contained in:
parent
0fd5f7ec0f
commit
d1a8d82405
1 changed files with 4 additions and 0 deletions
|
@ -78,6 +78,10 @@ nnoremap <C-l> <C-W>l
|
|||
nnoremap <C-j> <C-W>j
|
||||
nnoremap <C-k> <C-W>k
|
||||
|
||||
" Disable the annoying and useless ex-mode
|
||||
nnoremap Q <nop>
|
||||
nnoremap gQ <nop>
|
||||
|
||||
" Disable arrow keys and page up / down
|
||||
noremap <Up> <nop>
|
||||
noremap <Down> <nop>
|
||||
|
|
Loading…
Reference in a new issue