-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
c-w
should delete word backwards in insert mode even if autocomplete is open.
#4243
Comments
I noticed the same issue with Helm as well. |
Yes, that's quite annoying! 😄 I have this in my config now. (define-key company-active-map (kbd "C-w") 'evil-delete-backward-word)
(define-key helm-map (kbd "C-w") 'evil-delete-backward-word) I'm not aware of any consequences of this. |
Okay, the |
I wonder if it makes sense to at least have a spacemacs config option for this. Since you're already giving up that emacs style consistency in Vim insert mode, you would likely want the same in other input areas. |
BTW: When I try that mapping in my user config (for
Edit: On |
For the record, I had to put this in my user config:
|
@jordwalke 👍 That's correct way. |
I'm experiencing this issue now as well and @jordwalke's config did the trick. I agree that this should be provided as an option within spacemacs. |
Same issue here, that is a pretty major dealbreaker especially in latex mode, where ispell tries to complete nearly every word. |
FYI: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
yeah |
As gdkrmr mentioned above, if users use the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
I think this is still relevant |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
When the autocomplete window is open,
c-w
no longer deletes backwards. This seems like a pretty big bug, though it's likely the result of some conflict of packages/layers (again, I'm new to Emacs).This is my entire config:
These are my enabled layers:
The version of spacemacs I'm using is master as of today.
The text was updated successfully, but these errors were encountered: