You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
benmills 5d2ba6f947 init 12 years ago
plugin init 12 years ago
README.mkd init 12 years ago

README.mkd

vimux

Easily interact with tmux from vim. This project is still in development so some features are still missing.

Installation

With vim-bundle: vim-bundle install benmills/vimux

Usage

RunVimTmuxCommand

Run a system command in a small horizontal split bellow the current pane vim is in.

Example:

" Run the current file with rspec
map <Leader>zr :call RunVimTmuxCommand("clear %% rspec " . bufname("%"))<CR>

CloseVimTmuxWindows

Close all other tmux panes in the current window.

Example:

" Close all other tmux panes in current window
map <Leader>zc :call CloseVimTmuxWindows()<CR>

Todo

  • Add the ability to target any tmux session, window and pane