Skip to content

Instantly share code, notes, and snippets.

@Earnestly
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Earnestly/5d35dd840a4c215e0842 to your computer and use it in GitHub Desktop.
Save Earnestly/5d35dd840a4c215e0842 to your computer and use it in GitHub Desktop.
cvimrc
set noautofocus
set nosmoothscroll
let autoupdategist = true
let scrollstep = 200
let barposition = "bottom"
let searchengine b = "https://duckduckgo.com/html/?q=!"
let defaultengine = "b"
map d x
map b B
map u X
map <A-h> previousTab
map <A-l> nextTab
map <A-S-h> moveTabLeft
map <A-S-l> moveTabRight
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map <C-b> scrollFullPageDown
map <C-f> scrollFullPageUp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment