Skip to content

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.

Notifications You must be signed in to change notification settings

ZyX-I/snipmate.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickly install with:

git clone git://github.com/msanders/snipmate.vim.git
cd snipmate.vim
cp -R * ~/.vim

Note: You're using a fork which is located at

git://github.com/MarcWeber/snipmate.vim.git

This forks differs in the following way:

- snippets are loaded lazily.

- snippets are no longer cached. Thus you always get the snippets you just
  wrote to a file without reloading anything.

- when visually selecting a snippet in a .snippets file you can press <cr>
  to replace spaces by tabs automatically in a smart way

About

snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%