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
}