Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.
/ Snip Public archive

Archived: plugin for managing vim abbreviations.

License

Notifications You must be signed in to change notification settings

mhmood-sf/Snip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

Snip is a vim plugin for creating and managing vim abbreviations.

Installation

Your preferred plugin manager, e.g with Vim-Plug:

Plug "quintik/Snip"

Quick Start

Create a /snip directory in the same directory as $MYVIMRC, create a <filetype>.snip file within the snip directory and you can start adding snips to the file. For example, inside snip/java.snip:

# main #
snip psvm {
public static void main()<Left>
}

Then, inside a java file, type 0psvm and it will be expanded once you press space.

See :h snip for a more thorough introduction.

License

MIT License

About

Archived: plugin for managing vim abbreviations.

Resources

License

Stars

Watchers

Forks