dotfiles/.vimrc
2019-02-07 11:49:20 +01:00

11 lines
191 B
VimL

" I wanna suffer: disable arrow keys
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
" Do not create swap files
set nobackup
set noswapfile
set noundofile