You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
I enabled "vim.useCtrlKeys": true
I mapped "ctrl+l" (that's a lowercase "L") to "", because that's a binding I like. Using this:
I have done this SAME EXACT binding, but with "ctrl+[" and "ctrl+c" instead of "ctrl+l", and those bindings DO work. I looked in the VS Code built-in key bindings and ctrl+l is not a reserved binding. I have previously come from other vim extensions for VS Code and they have been able to bind ctrl+l for me.
What did you expect to happen?
The binding to work.
What happened instead?
The binding doesn't work.
Technical details:
VSCode Version: 1.6.1
VsCodeVim Version: 0.3.7
OS: OS X 10.11.6
The text was updated successfully, but these errors were encountered:
Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.
What did you do?
I enabled "vim.useCtrlKeys": true
I mapped "ctrl+l" (that's a lowercase "L") to "", because that's a binding I like. Using this:
I have done this SAME EXACT binding, but with "ctrl+[" and "ctrl+c" instead of "ctrl+l", and those bindings DO work. I looked in the VS Code built-in key bindings and ctrl+l is not a reserved binding. I have previously come from other vim extensions for VS Code and they have been able to bind ctrl+l for me.
What did you expect to happen?
The binding to work.
What happened instead?
The binding doesn't work.
Technical details:
The text was updated successfully, but these errors were encountered: