neoterm icon indicating copy to clipboard operation
neoterm copied to clipboard

Can I get a beginner tutorial for navigation?

Open ghost opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. I am having trouble figuring out how to get back into normal mode after pressing "i" to get into terminal mode. I figured out that ctrl + d closes it, but thats about it. The docs don't mention anything about how to actually navigate the thing.

the only solution that gets somewhat close is to use my mouse to click which takes it back into normal mode, but using a mouse defeats the purpose of using vim.

Describe the solution you'd like Please just add a section in the readme that include some basic commands for navigation.

Describe alternatives you've considered I tried looking up help on youtube and google and nothing has shown up.

ghost avatar Feb 02 '23 10:02 ghost

You may refer to this https://vimhelp.org/terminal.txt.html

CTRL-W can be used to navigate between windows and other CTRL-W commands, e.g.: CTRL-W CTRL-W move focus to the next window

zhuxi0511 avatar Feb 09 '23 03:02 zhuxi0511