Files
dotfiles/nvim/.vimrc_config_extra_stuff.example

11 lines
134 B
Plaintext
Raw Permalink Normal View History

2018-07-29 16:29:44 +02:00
" Unmap arrows
nmap <Left> <Nop>
nmap <Right> <Nop>
nmap <Up> <Nop>
nmap <Down> <Nop>
" Unmap . for repeat
nnoremap . :
noremap # .