Squashed 'vim/' content from commit bb3025e
git-subtree-dir: vim git-subtree-split: bb3025e5a5f91efe7cee8a6b44c34a8d945956e3
This commit is contained in:
10
.vimrc_config_extra_stuff.example
Normal file
10
.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