We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e01e6 commit 867f377Copy full SHA for 867f377
tmux/yank.sh
@@ -7,9 +7,7 @@ is_app_installed() {
7
}
8
9
# get data either form stdin or from file
10
-# 'echo -n' to strip any trailing new lines, so when we paste in command prompt
11
-# it won't be executed immediately
12
-buf=$(cat "$@" | xargs echo -n)
+buf=$(cat "$@")
13
14
copy_backend_remote_tunnel_port=$(tmux show-option -gvq "@copy_backend_remote_tunnel_port")
15
copy_use_osc52_fallback=$(tmux show-option -gvq "@copy_use_osc52_fallback")
0 commit comments