Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created October 1, 2017 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save al3xandru/9ae5263711bfb91f5aa4cdbfccc8dd4a to your computer and use it in GitHub Desktop.
Save al3xandru/9ae5263711bfb91f5aa4cdbfccc8dd4a to your computer and use it in GitHub Desktop.
.tmux.conf reattach-to-user-namespace
# 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"'
@al3xandru
Copy link
Author

Answer is tmux/tmux#909

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment