Skip to content

Instantly share code, notes, and snippets.

View alex-fedorov's full-sized avatar

Oleksii Fedorov alex-fedorov

View GitHub Profile
@alex-fedorov
alex-fedorov / hard_mode.vim
Last active August 29, 2015 14:03
vim hard mode
inoremap <up> <nop>
nnoremap <up> <nop>
vnoremap <up> <nop>
inoremap <down> <nop>
nnoremap <down> <nop>
vnoremap <down> <nop>
inoremap <left> <nop>
nnoremap <left> <nop>