Skip to content

Instantly share code, notes, and snippets.

@tshm
Last active May 15, 2017 00:21
Show Gist options
  • Save tshm/520b748d8eff5a7a42dc4c13ab6d2f9d to your computer and use it in GitHub Desktop.
Save tshm/520b748d8eff5a7a42dc4c13ab6d2f9d to your computer and use it in GitHub Desktop.
cvim configuration template
set nosmoothscroll
set numerichints
set typelinkhints
set noautofocus
set autoupdategist
set nativelinkorder
let barposition = "bottom"
map l gt
map h gT
map d closeTab
map u lastClosedTab
unmap x X
enableBulkEdit() -> {{
document.querySelector('.pagenav_bulkedit > a.hint-item').click()
}}
site '*://feedly.com/*' {
unmap j k n p J K
unmap A s
unmap ?
}
site '*://mail.google.com/*' {
unmap j k x
unmap I
unmap e
unmap ?
}
site '*://getpocket.com/*' {
map b :call enableBulkEdit<CR>
unmap j k
unmap a e b
unmap o s n
unmap ?
}
site '*://outlook.office.com/*' {
unmap j k
unmap e x
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment