How do I get my cursor out of the prompt input so I can get back to editing the code? #265
-
Beta Was this translation helpful? Give feedback.
Answered by
nickjvandyke
May 15, 2026
Replies: 1 comment 2 replies
-
|
Press Surprisingly this isn't explicitly mentioned in You might also like this double-Esc keybind from snacks.nvim terminal: https://github.com/folke/snacks.nvim/blob/main/docs/terminal.md#terminal |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Fish1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Press
<C-\><C-n>to exit Neovim's terminal mode to normal mode 🙂 Then you can do<C-w>hor whatever to change windows.Surprisingly this isn't explicitly mentioned in
:help Terminal-mode🤔You might also like this double-Esc keybind from snacks.nvim terminal: https://github.com/folke/snacks.nvim/blob/main/docs/terminal.md#terminal