- Notifications
You must be signed in to change notification settings - Fork165
easily interact with tmux from vim
License
preservim/vimux
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Vimux was originally inspired bytslime.vim, a plugin that lets you send input to tmux. While tslime.vim works well, it wasn't optimized for the use case of having a smaller tmux pane used to run tests or play with a REPL. The goal of Vimux is to make interacting with tmux from vim effortless.
By default, when you callVimuxRunCommand vimux will create a 20% tall horizontal pane under your current tmux pane and execute a command in it without losing the focus on vim. Once that pane exists, whenever you callVimuxRunCommand again the command will be executed in that pane. A frequent use case is wanting to rerun commands over and over. An example of this is running the current file through rspec. Rather than typing that over and overVimuxRunLastCommand will execute the last command called withVimuxRunCommand.
Withvim-bundle:vim-bundle install preservim/vimuxWithVundle:Plugin 'preservim/vimux' in your .vimrc
Otherwise download the latesttarball, extract it and moveplugin/vimux.vim inside~/.vim/plugin. If you're usingpathogen, then move the entire folder extracted from the tarball into~/.vim/bundle.
Notes:
- Vimux assumes a reasonably new version of tmux. Some older versions might work but it is recommended to use the latest stable release.
The full documentation is availableonline and accessible inside vim via:help vimux
- vim-vroom runner for rspec, cucumber and test/unit; vimux support via
g:vroom_use_vimux - vimux-ruby-test a set of commands to easily run ruby tests
- vimux-cucumber run Cucumber Features through Vimux
- vim-turbux Turbo Ruby testing with tmux
- vimux-pyutils A set of functions for vimux that allow to run code blocks in ipython
- vimux-nose-test Run nose tests in vimux
- vimux-golang Run go tests in vimux
- vimux-zeus Run zeus commands in vimux
- vimix Run Elixir mix commands in vimux
- vimux-cargo run rust tests and projects using cargo and vimux
- vimux-bazel-test Run bazel tests in vimux
- vimux-jest-test Run jest tests in vimux
About
easily interact with tmux from vim
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
