Merge commit '068d708cf2824672044e67949a2b9116ba2be81c' as 'vim'
This commit is contained in:
10
vim/.vimrc_config_extra_stuff.example
Normal file
10
vim/.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