Skip to content

Instantly share code, notes, and snippets.

@ovargas27
Created April 6, 2012 00:40
Show Gist options
  • Save ovargas27/2315527 to your computer and use it in GitHub Desktop.
Save ovargas27/2315527 to your computer and use it in GitHub Desktop.
Force use of ghjk keys on vim
" Use the correct keys (fubar)
nnoremap <Left> :echoe "Use h noob"<CR>
nnoremap <Right> :echoe "Use l noob"<CR>
nnoremap <Up> :echoe "Use k noob"<CR>
nnoremap <Down> :echoe "Use j noob"<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment