Skip to content

Instantly share code, notes, and snippets.

@philopon
Created May 18, 2018 03:56
Show Gist options
  • Select an option

  • Save philopon/78c0bf5d2309915be6b960086fd27cc9 to your computer and use it in GitHub Desktop.

Select an option

Save philopon/78c0bf5d2309915be6b960086fd27cc9 to your computer and use it in GitHub Desktop.
let scrollstep = 200
set nosmoothscroll
set noautofocus
map l nextTab
map h previousTab
map d closeTab
map u lastClosedTab
map U :restore<Space>
iunmap <C-p>
iunmap <C-k>
site "https://feedly.com/*" {
unmap j
unmap k
}
site "https://mail.google.com/*" {
unmap j
unmap k
unmap o
unmap x
unmap e
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment