Mo :ferris: :tux: @ FOSDEM on Nostr: Arindam Basu You can pipe selected text to any shell command using a pipe | Try ...
Arindam Basu (npub1dn4…cue6) You can pipe selected text to any shell command using a pipe |
Try piping into `tmux send-keys …`
You can alias it in your shell
I use piping to sort lines for example, just pipe into `sort`
Personally, I use Zellij instead of Tmux and would just copy and paste in that case. After selection I would press the following:
y to copy
Alt+k to go to the next pane
Ctrl+Shift+p to paste
Try piping into `tmux send-keys …`
You can alias it in your shell
I use piping to sort lines for example, just pipe into `sort`
Personally, I use Zellij instead of Tmux and would just copy and paste in that case. After selection I would press the following:
y to copy
Alt+k to go to the next pane
Ctrl+Shift+p to paste