sponsor Vim development Vim logo Vim Book Ad

vimux : effortless vim and tmux interaction

 script karma  Rating 13/6, Downloaded by 1881  Comments, bugs, improvements  Vim wiki

created by
ben mills
 
script type
utility
 
description
The function RunVimTmuxCommand(command) is the core of Vimux. It will
create a split pane in the current window and run the passed command in it.

    :call RunVimTmuxCommand("ls")

This will run the command in a split pane without losing focus of vim. If the
command takes a long time to return you can continue to use vim while the
process finishes and will see the output in the pane when it's finished. Check
out http://github.com/benmills/vimux for more information and updates.
 
install details
Move plugin/vimux.vim from the unachieved folder into ~/.vim/plugin/ or if you use pathogen you can move the unachieved folder into ~/.vim/bundle.

Once you have the vimux installed as a vim plugin you should be able to start vim and run :PromptVimTmuxCommand. If vimux was installed correctly you should see Command? You can then type any command to be executed and watch vimux create a pane for you.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vimux-1.0.0.zip 1.0.0 2013-06-16 7.0 ben mills * Remove ruby as a dependency
benmills-vimux-0.3.1-0-gf476177.tar.gz 0.3.1 2012-06-21 7.0 ben mills * Bug fixes
* Normalized API to `Vimux<command>`
* Added new command to clear pane history
vimux-0.2.0.tar 0.20 2012-04-11 7.0 ben mills Initial upload
ip used for rating: 3.146.221.204

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github