Created
November 23, 2016 16:38
-
-
Save mandre/0e8410d6b1c768fead268bb7e583cc05 to your computer and use it in GitHub Desktop.
cvim config
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
let barposition = "bottom" | |
set autohidecursor | |
set smoothscroll | |
set noautofocus | |
set typelinkhints | |
unmap d u | |
map d closeTab | |
map u lastClosedTab | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
map y yankDocumentUrl | |
map R reloadTabUncached | |
map <C-x> decrementURLPath | |
map <C-a> incrementURLPath | |
map <C-o> goBack | |
map <C-i> goForward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment