vim-dispatch icon indicating copy to clipboard operation
vim-dispatch copied to clipboard

Add foreground dispatch support for screen

Open vedknom opened this issue 10 years ago • 1 comments

Builds on top and following suggestions from #84 to add support for screen foreground execution. screen -X at $WINDOW kill is needed for zombie mode to completely remove the window.

[Edit] HUP is no longer needed.

vedknom avatar Apr 22 '15 08:04 vedknom

I guess my first question is why the aftercmd dance rather than just appending a string in screen.vim?

tpope avatar Apr 02 '17 01:04 tpope