Signature plugin for visual marks in Vim

To install this plugin with Vim Plug place the following in your .vimrc:
Plug ‘kshenoy/vim-signature’

Code Yarns 👨‍💻

Marks displayed by vim-signature Marks displayed by vim-signature

Many editors and IDEs allow the user to bookmark one or more lines and jump to them later. In Vim, this is implemented as its mark feature. For those of us who would like to visually see which lines have a mark, Vim offers nothing.

The vim-signature plugin is a perfect solution to this problem. Just install it using Pathogen and the marks you will place will be displayed in a new column to the left of your code. There are many other features of this plugin, but I think the visual marks is key.

Tried with: Vim 7.3 and Ubuntu 12.04.1 LTS

View original post

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s