diff --git a/src/fingers/action_runner.cr b/src/fingers/action_runner.cr index 5eb3328..cc6ddc2 100644 --- a/src/fingers/action_runner.cr +++ b/src/fingers/action_runner.cr @@ -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