use "sy" as short name for signify
This commit is contained in:
parent
d9e900e45d
commit
51c80fe68c
@ -1,5 +1,7 @@
|
||||
# vim-signify
|
||||
|
||||
Or just: sy
|
||||
|
||||
This plugin started as a port of GitGutter, a famous plugin for Sublime Text 2.
|
||||
It shows all added, deleted and changed lines since the last commit via Vim its
|
||||
sign column.
|
||||
|
@ -31,9 +31,9 @@ CONTENTS *signify-contents*
|
||||
==============================================================================
|
||||
1. Intro *signify-intro*
|
||||
|
||||
Signify is quite unobtrusive. If there is information about changes (in form
|
||||
of patch hunks) since the last commit, they will be shown on the left side in
|
||||
Vim's sign column.
|
||||
Signify, or just sy for short, is an quite unobtrusive plugin. If there is
|
||||
information about changes (in form of patch hunks) since the last commit, they
|
||||
will be shown on the left side in Vim's sign column.
|
||||
|
||||
Easy-peasy!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user