1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 325 forks source link

Binding for H ignored #690

Closed versorspace closed 5 years ago

versorspace commented 5 years ago

My cvimrc:

map <C-u> scrollPageUp
unmap H
map H previousTab
map L nextTab
map <C-d> scrollPageDown
map J goBack
map K goForward

Binding for "H" works on certain pages but on others it just opens Tab History completion

versorspace commented 5 years ago

My bad! Another extension was interfering