Skip to content

Instantly share code, notes, and snippets.

@marioidival
Created September 8, 2017 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marioidival/b20e277b1b1b06149e09c3861e8839c6 to your computer and use it in GitHub Desktop.
Save marioidival/b20e277b1b1b06149e09c3861e8839c6 to your computer and use it in GitHub Desktop.
noremap hh <esc>
nnoremap ; :
nnoremap : ;
noremap <up> :echoerr 'use k to up'<CR>
noremap <down> :echoerr 'use j to down'<CR>
noremap <left> :echoerr 'use h to left'<CR>
noremap <right> :echoerr 'use l to right'<CR>
inoremap <up> <ESC>:echoerr 'use k to up'<CR>
inoremap <down> <ESC>:echoerr 'use j to down'<CR>
inoremap <left> <ESC>:echoerr 'use h to left'<CR>
inoremap <right> <ESC>:echoerr 'use l to right'<CR>
inoremap <ESC> <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment