1995eaton / chromium-vim

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

Mapping backspace key #423

Closed kosl90 closed 8 years ago

kosl90 commented 8 years ago

Is there a way to map backspace key(I don't like the back behavior on windows)? If it is, please let me known, I don't find it, or can you make it?

Thanks.

1995eaton commented 8 years ago

You can map it with <BS>. For example, I have it disabled in my config (I don't like the default behavior either):

map <BS> <NOP>
kosl90 commented 8 years ago

Thanks

kosl90 commented 8 years ago

@1995eaton map seems not to work for 1.2.85

OS: windows7 x64 browser: chrome 51.0.2704.84 m (64-bit) cVim: 1.2.85

1995eaton commented 8 years ago

@kosl90 All mappings or just some?

kosl90 commented 8 years ago

just failed for me.