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

vv looks like w #644

Open wlifferth opened 6 years ago

wlifferth commented 6 years ago

Is there a way to exclude "vv" from possible popup shortcuts in my cvimrc? I keep pressing "w" instead. Otherwise I guess changing the font in the css to something that makes the distinction more clear would work.

grobgl commented 6 years ago

Yes. You'll have to exclude v entirely though. Put this in you .cvimrc:

let hintcharacters = "asdfgqwertzxcb" // any characters you want other than v
Anogoya-Dagaate commented 4 years ago

@wlifferth I did exactly what @grobgl recommended. The .cVimrc file is somewhat of a learning curve with a few frustrations[Windows] but once you get a working script customized the extension really reaches its full capacity. The basic configuration gets you off the ground, extending the functions through customization gets you much more. Let us know if you have any questions!