vim-tmux-runner.vim/README.mkd
2012-11-23 00:33:07 -05:00

20 lines
412 B
Markdown

# Vim Tmux Runner
A simple, vimscript only, command runner for sending commands from vim to tmux
## Commands
This plugin exposes a command to open a small command runner window
- Open runner window
- Automatic cd to project root (via git cdup)
- Send command (with escaping, auto-enter, auto-pre-clear)
- Enter tmux-copy mode in pane
- Maximize the runner pane
## Inspiration
- Tslime.vim
- Vimux
- Turbux