Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 852 Bytes

File metadata and controls

39 lines (31 loc) · 852 Bytes

vim-essentials

Essential commands for vim.

  • Commands can be run with:
:Essentials*
  • Find help with:
:help essentials.txt

Installation

If you use Vundle, add the following lines to your ~/.vimrc:

Plugin 'haroldjin/vim-essentials'

Then run inside Vim:

:so ~/.vimrc
:PluginInstall

If you use Pathogen, do this:

cd ~/.vim/bundle
git clone https://github.com/haroldjin/vim-essentials.git

Documentation

See Essentials Help Doc

Features

  1. Remove White Spaces in visual selection mode and normal mode.
  2. Open Google inside Vim in visual selection mode and normal mode.
  3. Query texts against StackOverflow inside Vim and open a tab with relevant questions and answers with folds