Yet another vimrc
- Settings working in both Linux and Windows
- Default by convention
- ctrl-c for copy, ctrl-v for paste
- incremental search
- bracket matching by %
- trims ending white space
- F5 for refresh
- Minimal UI with toolbar, menu disabled (Please refer guioptions to enable it)
- Default plugins installed e.g. quick filter (Quich-Filter)
- Divided into different sections
sudo apt-get install git
sudo apt-get install curl
Vim plugins are installed by vim-plug https://github.com/junegunn/vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Download plug.vim and put it in the "autoload" directory.
wget https://raw.githubusercontent.com/ychclone/vimrc/master/.vimrc -O ~/.vimrc
or
Download vimrc, copy to home directory and rename to .vimrc
Download vimrc, copy to "Program Files (x86)\Vim" and rename to _vimrc
Open vim and run:
:PlugInstall
gsettings set org.gnome.desktop.input-sources xkb-options "['caps:escape']"
For current user, please run capLockToESC_currentUser.reg
For local machine, please run capLockToESC_localMachine.reg