Last active
November 2, 2017 15:08
-
-
Save ixzh/84b5506824799a14afc39930007b043b to your computer and use it in GitHub Desktop.
My .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
set nosmoothscroll | |
set noautofocus | |
let scrollstep = 80 | |
set typelinkhints | |
let hintcharacters = "sadfjklewcmpgh" | |
map gb lastUsedTab | |
map k gT | |
map j gt | |
map h g0 | |
map l g$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment