Created
October 1, 2017 01:26
-
-
Save al3xandru/9ae5263711bfb91f5aa4cdbfccc8dd4a to your computer and use it in GitHub Desktop.
.tmux.conf reattach-to-user-namespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# macOS clipboard | |
# https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard | |
if-shell 'test "$(uname -s)" = Darwin' 'set-option -g default-command "exec reattach-to-user-namespace -l bash"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answer is tmux/tmux#909