1b76c3ae22eb
Add vitality.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Apr 2012 20:03:05 -0400 |
parents | 0817eb267b89 |
children | 9fb3fdf40f2a |
branches/tags | (none) |
files | content/projects/vitality.html |
Changes
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/vitality.html Thu Apr 12 20:03:05 2012 -0400 @@ -0,0 +1,22 @@ +{% extends "_post.html" %} + +{% hyde +title: "Vitality" +snip: "Make Vim play nicely with iTerm 2 and tmux." +created: 2012-04-12 20:00:01 +exclude: False +%} + +{% block article %} + +[Vitality][] is a Vim plugin that makes Vim play more nicely with iTerm 2 and tmux. + +It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][]. + +[Vitality]: http://vim-doc.heroku.com/view?https://raw.github.com/sjl/vitality.vim/master/doc/vitality.txt +[BitBucket]: http://bitbucket.org/sjl/vitality.vim/ +[GitHub]: http://github.com/sjl/vitality.vim/ + +{% endblock %} + +