Skip to content

Instantly share code, notes, and snippets.

@andviro
Last active October 6, 2015 18:04
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 andviro/92ee1b2eae928934b6f4 to your computer and use it in GitHub Desktop.
Save andviro/92ee1b2eae928934b6f4 to your computer and use it in GitHub Desktop.
" vim: set ft=vim:
set autocomplete_prev=<C-K>
set autocomplete_next=<C-J>
set autocomplete_prev_10=<C-N>
set autocomplete_next_10=<C-P>
map J gt
map K gT
"set disable_autofocus=1
map d dc
unmap dm
unmap do
unmap dl
unmap dr
unmap dp
unmap dP
map <M-J> ge
map <M-K> gq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment