christoomey / vim-tmux-runner

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

Prevent killing vim pane #44

Closed christoomey closed 9 years ago

christoomey commented 9 years ago

Thought this was handled, but just hit with manually closing runner then running "VtrKillRunner" and it killed the vim pane.

christoomey commented 9 years ago

Looks like if the Vim pane is pane 0, and the only pane, tmux kill-pane -t 1 will in fact kill the window.... hmmm.