Add neovim for real
This commit is contained in:
10
nvim/.vimrc_config_extra_stuff.example
Normal file
10
nvim/.vimrc_config_extra_stuff.example
Normal file
@@ -0,0 +1,10 @@
|
||||
" Unmap arrows
|
||||
nmap <Left> <Nop>
|
||||
nmap <Right> <Nop>
|
||||
nmap <Up> <Nop>
|
||||
nmap <Down> <Nop>
|
||||
|
||||
" Unmap . for repeat
|
||||
nnoremap . :
|
||||
noremap # .
|
||||
|
||||
Reference in New Issue
Block a user