-
Notifications
You must be signed in to change notification settings - Fork 251
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
Shortcuts with cmd does not work #6
Comments
I also have a similar problem , i can re-map the keys but every time i use them Vim give me a error. Ps: @fatih this is maybe the last piece to complete your subvim repo :D |
It was slightly tricky to get this right, since the same key sequence is using for regular map command, as well as to check against user input with getchar() in the special multicursor mode. I checked in a fix that should allow |
Also note that I made a mistake in the documentation that might've caused some woes to many folks. The correct global option to use for mapping the exit key is |
Works as featured. Thanks @terryma for fixing it. |
I have the following lines in
~/.vimrc
and it doesn't accept them:The ctrlp vim plugin has a shorcut setting like
let g:ctrlp_map = '<D-p>'
and it works like a charm. May be looking into this plugin for internal work could be helpful.The text was updated successfully, but these errors were encountered: