Skip to content

Instantly share code, notes, and snippets.

@sohkai
Last active May 11, 2016 13:28
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 sohkai/3acc45aa9e32b44793199a12012d96aa to your computer and use it in GitHub Desktop.
Save sohkai/3acc45aa9e32b44793199a12012d96aa to your computer and use it in GitHub Desktop.
cVim.rc
" Scroll settings
unmap e s w " Unmap extra scroll bindings
map ^ scrollToLeft
" Misc settings
unmap r zr gR cr " Unmap reload bindings
unmap ge gd " Unmap downloads and extension pages
" Tab settings
unmap gt K R gT J E " Just use <C-h> and <C-l> to navigate tabs
map <C-h> previousTab
map <C-l> nextTab
unmap x " Too dangerous
" Navigation settings
unmap S D " Unmap extra forward and back bindings
" Text box settings
" Unmap all of them since they're not very natural; <C-h> <C-l> are already overriden
unmap <C-i> <C-e> <C-u> <C-o> <C-y> <C-p> <C-f> <C-b> <C-j> <C-k>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment