Skip to content

mwing/vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: this module is not necessarily of any use to anyone but me, but you're free to use it anyway ;)

INITIAL SETUP
=============

git clone https://merryprankster@github.com/merryprankster/vim.git ~/.vim
ln -s ~/.vim/.vimrc ~
cd ~/.vim
git submodule init
git submodule update

ADDING NEW MODULE
=================

git submodule add http://github.com/msanders/snipmate.vim.git bundle/snipmate
git commit -m "snipmate-plugin"
git push origin master

INSTALLED MODULES
=================
nerdtree
snipmate
sparkup
supertab
vim-surround
------------
* cs - change surroundings, example: cs"' changes quotes to single quotes
* ds - delete surroundings, example: ds" removes matching quotes
* ys - add surroundings, example: ysw" quotes the word where the bracket is
* ySS - add surroundings with line breaks and intendation, example ySS<foo> surrounds the line with <foo>

vim-taglist
-----------
Requirements:
* Exuberant ctags 5.0 and above (apt-get install exuberant-ctags)

Start with :TlistOpen or :TlistToggle

About

My own vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%