zbirenbaum / nvterm

NvChad's Official Terminal Plugin ( Unmaintained but still usable and stable), wait for v3.0
GNU General Public License v3.0
181 stars 20 forks source link

How do I move focus out of nvterm and back to another buffer? #47

Closed andradei closed 1 year ago

andradei commented 1 year ago

Once the terminal buffer is the active one, <C-[hjkl] don't work anymore to focus on another buffer and I have to use the mouse to click on another buffer.

Am I missing a keymap for that?

andradei commented 1 year ago

Got the keymaps with commands that do it from nvimchad in lua/core/mappings.lua

dreznicek commented 1 year ago

@andradei

Could you share your custom config? I'm having a hard time figuring it out.

siduck commented 1 year ago

@andradei

Could you share your custom config? I'm having a hard time figuring it out.

first get out of terminal mode by C-x mapping, and then ctrl + hjkl should work