Last active
November 28, 2017 21:21
-
-
Save jpambrun/cee70aeb7314807660e8 to your computer and use it in GitHub Desktop.
.cvim
This file contains 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 autoupdategist | |
let barposition = "bottom" | |
let scrollstep = 350 | |
set nosmoothscroll | |
set noautofocus | |
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "*://feedly.com/*", "*://*/*.pdf"] | |
let completionengines = ["google"] | |
let qmark n = ["http://ici.radio-canada.ca/info", "http://www.lapresse.ca/", "https://news.ycombinator.com/news", "https://github.com/stars?direction=desc&sort=updated"] | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp | |
map <C-f> scrollFullPageDown | |
map <C-b> scrollFullPageUp | |
map u lastClosedTab | |
map O :tabnew<Space> | |
map o :open<Space> | |
map B :bookmarks!<Space> | |
map d closeTab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment