TOOL ยป NEOVIM
Shell
Start interactive shell โ
On vim run :sh.
Terminal mode โ
Only available on neovim.
:terminalor:e term://zshto open the terminal.- Entering on Insert mode with
aoriputs you in Terminal mode. You can type commands in this mode. Ctrl+\Ctrl+nto go back to Normal mode.
To clean the buffer:
- Set to 0 (clear):
set scrollback=0 - Set to 2000:
set scrollback=2000 - Then run
reseton terminal to clean the screen
Run single command โ
shell
:!git status # Bang!