From ab6941c2c59af990b0ae093ae536b1ab7ea2afd2 Mon Sep 17 00:00:00 2001 From: kavinderd Date: Mon, 28 Jul 2014 09:44:38 -0700 Subject: [PATCH] Add Vundle installation instructions I added the syntax for installing this plugin via Vundle. Tested it on my system and it works. --- README.mkd | 1 + 1 file changed, 1 insertion(+) diff --git a/README.mkd b/README.mkd index 3f68a8d..b502841 100644 --- a/README.mkd +++ b/README.mkd @@ -13,6 +13,7 @@ Other auxiliary functions and the ones I talked about above can be found bellow ## Installation With **[vim-bundle](https://github.com/benmills/vim-bundle)**: `vim-bundle install benmills/vimux` +With **[Vundle](https://github.com/gmarik/Vundle.vim)**: 'Plugin benmills/vimux' in your .vimrc 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), then move the entire folder extracted from the tarball into `~/.vim/bundle`.