Vim mode j k
for escape, keybinding context, <leader>
#6661
-
I put this in my keybindings:
and now jk works for going to normal mode... but I can no longer type a j in the editor in insert mode. I think it's very possible I'm "holding it wrong" so to speak, but I'd love some guidance here. Ultimately, here's what I'd like to happen:
Other, related vim mode questions:
Answered below by mikayla-maki:
Edit: I found #176 which is asking for much the same thing. Sorry if this request is in the wrong spot. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 12 replies
-
Hi Caleb, I think you can add an Our vim mode documentation does need a lot of work, thanks for highlighting the problem :) |
Beta Was this translation helpful? Give feedback.
-
I have the same issue of wanting to type two characters (yw in my case) in insert move and moving to normal mode. Now I can't type "y" at all! Any ideas? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hey guys this issue still persists. Has anybody found any solutions yet ? |
Beta Was this translation helpful? Give feedback.
-
This works for me: {
"context": "Editor && vim_mode == insert && !menu",
"bindings": {
"j k": ["vim::SwitchMode", "Normal"]
}
} |
Beta Was this translation helpful? Give feedback.
-
Adding it to the docs: #11150 |
Beta Was this translation helpful? Give feedback.
-
@mrnugget here's an example where, apparently due to the autosuggestion list being visible, it disables the test.mov |
Beta Was this translation helpful? Give feedback.
This works for me: