You have to know nothing
exit vim: please input :q<enter>
, don't forget the :
!
- engish tutorial or
vimtutor
in shell - 中文教程
My config is used in Linux or Mac(vim version>=8.0) which is friendful with Python,
How to install
git clone https://github.com/GH1995/vimrc.git ~/.vim/vimrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
ln ~/.vim/vimrc/vimrc_real ~/.vimrc
vim +PlugInstall +qall
echo "(๑•̀ㅂ•́)و ~~~ ✧Biu Biu Biu ~~~ _(:_」∠)_ "
How to uninstall
rm -rf ~/.vim ~/.vimrc