Skip to content

Instantly share code, notes, and snippets.

@asethwright
Last active August 15, 2018 17:44
Show Gist options
  • Save asethwright/49cf2f5d8718749a57f5d36fabf1a300 to your computer and use it in GitHub Desktop.
Save asethwright/49cf2f5d8718749a57f5d36fabf1a300 to your computer and use it in GitHub Desktop.
let mapleader = ","
set smoothscroll
let scrollstep = 100
let barposition = "bottom"
map <Leader>r reloadTabUncached
map gb :buffer<Space>
map B :bookmarks! <Space>
map P :pintab<CR>
map p :unpintab<CR>
map <C-h> previousTab
map <C-l> nextTab
site "*://chat.olark.com/*" {
call :pintab
}
site "https://viewmedica.com" {
call :pintab
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment