As a tmux user, my workflow for using unstack is usually:
- run a failing build or test (using vim-test)
- copy (either tmux copy mode or piping 1. to xclip)
- :UnstackFromClipboard
It seems like this could be turned into a single command (UnstackFromCommand) that would streamline this.
Do you think this could be useful? I imagine that in many contexts, the trace might be too messy to send the entire output, so I'm not sure.
As a tmux user, my workflow for using unstack is usually:
It seems like this could be turned into a single command (
UnstackFromCommand) that would streamline this.Do you think this could be useful? I imagine that in many contexts, the trace might be too messy to send the entire output, so I'm not sure.