preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 159 forks source link

Allow InteractivePane. #176

Open xing89qs opened 4 years ago

xing89qs commented 4 years ago

This is useful when we want to be interactive with the command that sends to the runner, by settting g:VimuxInteractivePane = 1, it will switch to the runner pane and wait until the command is finished then return back to vim.

m42e commented 2 years ago

@xing89qs Could you describe exactly what the desired behaviour would be?