philc / vimium

The hacker's browser.

Home Page:https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict of copying text and escape with ctrl + c

s-kai273 opened this issue · comments

for many vim user, it is familiar with using ctrl + c keymap to escape from any modes.
I'm one of them, and my setting includes next configuration.

mapkey <c-c> <c-[>

but then, escape would activate even when attempting to copy selected text in text box...
is there any way to avoid it?