-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Bindings with backslash causes error #735
Comments
I was able to confirm this bug. I would say avoid doing this for now. This is pretty low priority... we've never seen anyone complain about this before. |
Definitely not a dealbreaker. I'm merely trying to attain some sort of consistency with split binds for all places applicable. Backspace and backslash are the ones I've gone with, so it's only a slight nuisance. Thanks for confirming for starts! |
Is there any workaround for it? I'm using this key for spiting in many places of my system. |
@und3rdg I am using for many things as well - never managed to find a workaround. |
I will need to live with that. :/ |
Thank you for this @PhilRunninger it works great. |
Running vim 8.0.851 on linux, newest nerdtree.
I'm trying to make '' open the selected file in a new vertical split.
I got it working just fine with Backspace, but can't seem to get '' working.
It actually registers the bind but merely crashes. The backslash seems to be perhaps escaping a quotation mark?
My bind in my .vimrc looks like this.
When '' is pressed on on a file in nerdtree the following error occurs:
Is there an alternative way for me to make this bind, or is it not possible with the current interpretation?
The text was updated successfully, but these errors were encountered: