Skip to content

Commit 5de8ff3

Browse files
committed
[tmux] Stop using reattach-to-user-namespace
It turns out I've had this misspelled for quite some time so I wasn't using it anyway, but it's not needed with modern versions of tmux.
1 parent 0da633a commit 5de8ff3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.config/tmux/tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ bind-key -n WheelDownPane select-pane -t= \; send-keys -M
7474

7575
# Copy/paste
7676
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"
77+
bind-key -T copy-mode-vi y send -X copy-pipe-and-cancel pbcopy
7878
# 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"
79+
bind-key -T copy-mode-vi Y send -X copy-pipe pbcopy
8080
bind-key P run-shell "tmux set-buffer \"$(pbpaste)\"; tmux paste-buffer"
8181

8282
# Open some applications in a popup.

0 commit comments

Comments
 (0)