We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
:NVIM v0.3.2-208-g2841e89
5.0.0
let g:NERDTreeMapOpenVSplit = '<a-\>'
So inside the NERDTree window when I press a-\ I get the following error.
a-\
E114: Missing quote: "\") E116: Invalid arguments for function nerdtree#ui_glue#invokeKeyMap
I have mapped same key-stroke in normal for creating vsplits and it works fine. So what am i missing here ?
The text was updated successfully, but these errors were encountered:
Fixed in #948.
Sorry, something went wrong.
Thank you very much, works like charm !!
No branches or pull requests
Environment
:NVIM v0.3.2-208-g2841e89
:5.0.0
:Process
Current Result
So inside the NERDTree window when I press
a-\
I get the following error.Expected Result
I have mapped same key-stroke in normal for creating vsplits and it works fine. So what am i missing here ?
Screenshot(s)
Possible Fix
The text was updated successfully, but these errors were encountered: