412 B
412 B
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