Adding -w
to the @thumbs-command
and @thumbs-upcase-command
#91
Labels
enhancement
New feature or request
-w
to the @thumbs-command
and @thumbs-upcase-command
#91
Versions and env variables that might help:
tmux-thumbs doesn't seem to consistently work without the
-w
ontmux set-buffer
e.g.tmux set-buffer -w -- {}
It seems that the option
@thumbs-osc52
helps fix this, which makes sense. Only "downside" is that the output from the default commandtmux set-buffer -- {} && tmux display-message \"Copied {}\"
has some funky output because of the added escape sequence.I'm wondering if there would be interest in me adding another boolean flag to
thumbs
, like@thumbs-term-escape
, that adds the-w
to the command. The results are likely identical to the@thumbs-osc52
but is "cleaner"?Thought I'd ask in an issue first to see if there is any interest in doing this.
The text was updated successfully, but these errors were encountered: