christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

Protect against running command against invalid panes #28

Closed christoomey closed 9 years ago

christoomey commented 9 years ago

Wrap all targeted commands in quick check for pane validity. Unset runner if invalid.

Might be worth refactoring / unifying runner code to facilitate.