We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da633a commit 5de8ff3Copy full SHA for 5de8ff3
1 file changed
.config/tmux/tmux.conf
@@ -74,9 +74,9 @@ bind-key -n WheelDownPane select-pane -t= \; send-keys -M
74
75
# Copy/paste
76
bind-key -T copy-mode-vi v send -X begin-selection
77
-bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel "reattach-to-user-namepsace pbcopy"
+bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel pbcopy
78
# Sometimes I don't want to drop back down to the prompt after yanking.
79
-bind-key -T copy-mode-vi Y send -X copy-pipe "reattach-to-user-namepsace pbcopy"
+bind-key -T copy-mode-vi Y send -X copy-pipe pbcopy
80
bind-key P run-shell "tmux set-buffer \"$(pbpaste)\"; tmux paste-buffer"
81
82
# Open some applications in a popup.
0 commit comments