Skip to content

Commit

Permalink
Mac:tmux Remove use of reattach-to-user-namespace as it hasn't been
Browse files Browse the repository at this point in the history
necessary since tmux version 2.6 see:
ChrisJohnsen/tmux-MacOSX-pasteboard#66
  • Loading branch information
ksrb committed Dec 21, 2021
1 parent 08b71cd commit 5b4b158
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mac/tmux.conf.oss
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# enable system copy/paste:
# https://github.com/ChrisJohnsen/t:ux-MacOSX-pasteboard
set -g default-command "reattach-to-user-namespace -l ${SHELL}"

# Bindings {
# copy mode
bind -T copy-mode-vi y send -X copy-pipe "reattach-to-user-namespace pbcopy"
bind -T copy-mode-vi y send -X copy-pipe "pbcopy"
# }

0 comments on commit 5b4b158

Please sign in to comment.