-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable copy-on-delete #885
Comments
Hi! Thanks for your issue. What is "copy-on-delete" in VimFx? Could you post steps to reproduce your problem? |
@lydell in Vim, when you delete a piece of text (using Sample:
|
That's not VimFx's fault. Disable VimFx and you'll see that you get same behavior. |
@lydell nope, it only happens when VimFx is enabled, after disabling VimFx everything goes back to normal. |
Not sure if this is related or not: VimFx/extension/lib/modes.coffee Line 182 in c5141a7
|
Well, I can't reproduce even with VimFx enabled. Also, VimFx takes care to do as little as possible whenever a text input is focused. The code you linked to applies to Caret mode (which you can enter by pressing
VimFx version: 0.20.10 |
@lydell oops, I found the issue to be a general one with my Linux (I was syncing Selection and Copy clipboards), it was just a coincidence that installation of VimFx happened at the same time. Anyways, sorry about the hassle, and again, thanks for the great addon. 👍 😁 |
VimFx version: 0.20.10
Firefox version: 52.0a2 (Developer Edition)
OS: Archlinux
Keyboard language: English
Example URL (if any):
This is … (pick one!)
See issue 860
Hey! First of all, thanks a lot for this, really helpful addon.
I wanted to ask whether it's possible to disable copy-on-delete in VimFx, couldn't find such an option. I know, in Vim that useful, but I find it a little irritating in the browser to have anything I delete in my clipboard.
Thanks
The text was updated successfully, but these errors were encountered: