From deedd68650203f10ddd4e89dfbac3e4f6aace8b8 Mon Sep 17 00:00:00 2001 From: Ben Mills Date: Mon, 27 Feb 2012 20:55:14 -0600 Subject: [PATCH] Update README.mkd --- README.mkd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 4946a73..5489a8a 100644 --- a/README.mkd +++ b/README.mkd @@ -6,6 +6,8 @@ Easily interact with tmux from vim. This project is still in development so some With **[vim-bundle](https://github.com/benmills/vim-bundle)**: `vim-bundle install benmills/vimux` +Otherwise download the latest [tarball](https://github.com/benmills/vimux/tarball/master), extract it and move `plugin/vimux.vim` inside `~/.vim/plugin`. If you're using [pathogen](https://github.com/tpope/vim-pathogen) than move the entire folder extracted from the tarball into `~/.vim/bundle`. + ## Usage ### RunVimTmuxCommand @@ -30,4 +32,6 @@ map zc :call CloseVimTmuxWindows() ## Todo -* Add the ability to target any tmux session, window and pane +The features I would like to add in the near future. + +* Add the ability to target any tmux session, window and pane \ No newline at end of file