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

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