mirror of
https://github.com/Morantron/tmux-fingers.git
synced 2026-09-10 07:26:32 -04:00
send cancel first and then paste in :paste: action
This commit is contained in:
parent
a668575a13
commit
bbbca3cd4d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue