-
-
Save aminroosta/056ec7c7f63eb158bae2 to your computer and use it in GitHub Desktop.
cvim
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 noautofocus | |
set numerichints | |
set typelinkhints | |
"let barposition = "bottom" | |
let scrollstep = 240 | |
let searchlimit = 10 | |
let scrollduration = 100 | |
set smoothscroll | |
map H scrollLeft | |
map L scrollRight | |
map h previousTab | |
map l nextTab | |
map ;f yankUrl | |
map <C-i> goForward | |
map <C-o> goBack | |
map d closeTab | |
map u lastClosedTab | |
let hintcharacters = "1234567890" | |
# repo name is vb4c | |
unmap e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment