Skip to content

Instantly share code, notes, and snippets.

@randomize
Created March 16, 2015 08:06
Show Gist options
  • Save randomize/d53f327c96da80b455bb to your computer and use it in GitHub Desktop.
Save randomize/d53f327c96da80b455bb to your computer and use it in GitHub Desktop.
CVim settings
" CVim settings for auto sync
" Nothing special here, just my key mappings
let hintcharacters = "jfkdhglsautnvyb"
map <C-d> scrollPageDown
map <C-u> scrollPageUp
" The unmaps the default 'k' mapping
" unmap k
unmap d
unmap x
map d closeTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment