Essential commands for vim.
- Commands can be run with:
:Essentials*- Find help with:
:help essentials.txtIf you use Vundle, add the following lines to your ~/.vimrc:
Plugin 'haroldjin/vim-essentials'Then run inside Vim:
:so ~/.vimrc
:PluginInstallIf you use Pathogen, do this:
cd ~/.vim/bundle
git clone https://github.com/haroldjin/vim-essentials.git- Remove White Spaces in visual selection mode and normal mode.
- Open Google inside Vim in visual selection mode and normal mode.
- Query texts against StackOverflow inside Vim and open a tab with relevant questions and answers with folds