Editor
pkg install neovim
To quit¶
:wqa :qa!
modes¶
Press "I" to insert mode Press "esc" to view mode
filemanager (netrw built-in)¶
:Ex " Opens netrw in the current window :Sex " Opens netrw in a horizontal split :Vex " Opens netrw in a vertical split
Navigation:
Enter to open a file/directory - to go up one directory q to quit the explorer
terminal¶
:terminal
Press i to enter insert mode to use the terminal. To return to normal mode: press Ctrl + and then Ctrl + n
:split|terminal " Horizontal split :vsplit|terminal " Vertical split
:q to close the buffer
Esc mode¶
V g Gg