Neovim is a terminal editor, but thanks to many amazing plugins andin github, it can be configed into a very useful IDE.
Personal Github Config Line
File Tree
1
2
3
|
tt # open & close the file tree.
# Other operation is just vim-like.
|
Window Management
1
2
3
4
|
Split to Right (cursor also moved to the Window): sl
Split to Left (cursor also moved to the Window): sj
Split to Up (cursor also moved to the Window): si
Split to Down (cursor also moved to the Window): sk
|
Window Switch
1
|
move to somewindow: <leader>i/j/k/l
|