Last active
January 11, 2016 10:23
-
-
Save sapjax/ea23124c12c73ea55b92 to your computer and use it in GitHub Desktop.
cvimrc
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
map h previousTab | |
map l nextTab | |
map J scrollPageDown | |
map K scrollPageUp | |
map . openQuickMark | |
map d closeTab | |
map u lastClosedTab | |
unmap ; | |
unmap ' | |
let searchlimit = 10 | |
let qmark g = ["https://github.com/"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment