Add link to vimux

This commit is contained in:
Chris Toomey 2012-11-27 21:33:38 -05:00
parent 562bbf1435
commit 2308da0336

View File

@ -1,6 +1,6 @@
# VTR [Vim Tmux Runner] # VTR [Vim Tmux Runner]
A simple, vimscript only, command runner for sending commands from vim to tmux A simple, vimscript only, command runner for sending commands from vim to tmux.
## Usage ## Usage
@ -44,12 +44,13 @@ implemented, the API is subject to change any time up until v1.0.
## Inspiration ## Inspiration
This plugin is heavily inspired by the functionality in the Vimux plugin. This This plugin is heavily inspired by the functionality in the [Vimux][] plugin.
plugin aims to implement a similar feature set while not requiring Vim with This plugin aims to implement a similar feature set while not requiring Vim
ruby requirement. In addition a few new commands not found in Vimux have been with ruby requirement. In addition a few new commands not found in Vimux have
added to provide additional control over the tmux runner pane. been added to provide additional control over the tmux runner pane.
[the included doc file]: https://github.com/christoomey/vim-tmux-runner/blob/master/doc/vim-tmux-runner.txt [the included doc file]: https://github.com/christoomey/vim-tmux-runner/blob/master/doc/vim-tmux-runner.txt
[Pathogen]: https://github.com/tpope/vim-pathogen [Pathogen]: https://github.com/tpope/vim-pathogen
[Vundle]: https://github.com/gmarik/vundle [Vundle]: https://github.com/gmarik/vundle
[tmux]: http://tmux.sourceforge.net/ [tmux]: http://tmux.sourceforge.net/
[Vimux]: https://github.com/benmills/vimux