Created
March 16, 2015 08:06
-
-
Save randomize/d53f327c96da80b455bb to your computer and use it in GitHub Desktop.
CVim settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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