VIM terminal mode
Published on 01 Apr 2020
I am writing this post in VIM in a terminal in VIM in a terminal.
- Open a terminal. (Tilix in my case)
- Launch neovim with Vim Bootstrap.
- Open a new tab.
:terminal create_post
, wherecreate_post
is a symbolic link to a shell script that opens Neovim in a newly created Markdown file.
Thus I am typing this in Vim, in a new terminal instance, in a new window in Vim, in a terminal. The only way this could be better would be if I go to a naked command line. (CTRL+ALT+F2)