$ sudo apt install libevent-dev ncurses-dev build-essential bison pkg-config
$ wget https://raw.githubusercontent.com/ksy9164/Visual-Vim/master/install_vv.sh
$ chmod +x ./install_vv.sh
$ ./install_vv.sh
* When installation is complete, Please restart the terminal.
$ vv $file_name1 $file_name2 ...
ex) $ vv ~/.bashrc
$ vq
$ vd
Shows the currently running VV session list
$ vvc ls
Reactivate the VV session
vvc a $Session_number (you can use 'vvc ls' to get session_number)
$ vvc a $Session_number
ex) $ vvc a 1
Kill the running VV session
$ vvc k $Session_number
ex) $ vvc k 1
Remove and Kill all VV sessions
$ vvc clear
Print Visual-Vim manual
$ vvc help