send cancel first and then paste in :paste: action

This commit is contained in:
Jorge Morante 2025-02-02 14:11:05 +01:00
parent a668575a13
commit bbbca3cd4d

View file

@ -87,7 +87,7 @@ module Fingers
end
def paste
"tmux paste-buffer -t #{original_pane.pane_id} \; send-keys -t #{original_pane.pane_id} -X cancel"
"tmux send-keys -t #{original_pane.pane_id} -X cancel \; paste-buffer -t #{original_pane.pane_id}"
end
def shell_action