Switch windows when opencode is open #210
Answered
by
nickjvandyke
mike-lloyd03
asked this question in
Q&A
-
|
This feels like a dumb question because I don't see anyone else asking it, but when I'm in the opencode window, how do I switch out of it without toggling the window? I'd like to be able to switch back to the other nvim windows using |
Beta Was this translation helpful? Give feedback.
Answered by
nickjvandyke
Mar 19, 2026
Replies: 1 comment
-
|
I assume you're in terminal mode right? Neovim's default keymap to switch to normal mode is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nickjvandyke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you're in terminal mode right? Neovim's default keymap to switch to normal mode is
<C-\><C-n>. Then try the usual<C-w>h🙂