Skip to content

Instantly share code, notes, and snippets.

@roveo
Last active March 20, 2017 10:09
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 roveo/94bc41c9800d897cce4ee1b673f914ab to your computer and use it in GitHub Desktop.
Save roveo/94bc41c9800d897cce4ee1b673f914ab to your computer and use it in GitHub Desktop.
set nosmoothscroll
set noautofocus
map J scrollPageDown
map K scrollPageUp
map h previousTab
map l nextTab
let barposition = "bottom"
map S :tabnew google<Space>
map s :open google<Space>
map O :tabnew<Space>
let blacklists = ["https://docs.google.com/*", "https://tweetdeck.twitter.com/"]
let completionengines = ["google"]
map <A-p> :pintab<Enter>
set showtabindices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment