Simple config file for Vim.
- Support mouse click
<Ctrl-e>to open file explorer<Ctrl-p>to search and jump to file<Ctrl-f>to search content (non-interactive)ssin normal mode, easy-motion- A little bit auto-completion
Install curl, git and vim.
This will back up your original vim config, ~/.vim -> ~/.vim.orig, ~/.vimrc -> ~/.vimrc.orig
sh -c "$(curl -fsSL https://raw.githubusercontent.com/latavin243/dot-vimrc/master/install.sh)"# example
echo "colorscheme molokai" >> ~/.vimrc.localcd ~/.vim; git pull --rebasevim +PlugUpdate +PlugClean +qa