Skip to content

XD-Builder/vim-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Essential tools for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors