links: 010 Vim MOC
Start a terminal
- You can open a terminal buffer by calling
:terminalcommand in Normal mode
Sending input to terminal
- By default the opened terminal will be in terminal-mode, so that you can use the vim capabilities. In order to enter insert-mode use
ior:startinsert
Exit insert mode in terminal
- In order to exit
insert-modefrom terminal, use<C-\><C-N> - This will change the buffer to
normal-modeand you can use all vim commands