Skip to content

Instantly share code, notes, and snippets.

@jpambrun
Last active November 28, 2017 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jpambrun/cee70aeb7314807660e8 to your computer and use it in GitHub Desktop.
Save jpambrun/cee70aeb7314807660e8 to your computer and use it in GitHub Desktop.
.cvim
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