Skip to content

Instantly share code, notes, and snippets.

@H6
Last active July 12, 2018 08:51
Show Gist options
  • Save H6/27438fc1ae68dd325c45 to your computer and use it in GitHub Desktop.
Save H6/27438fc1ae68dd325c45 to your computer and use it in GitHub Desktop.
Allow to open SublimeText from tmux on OS X
# if you don't have it install tmux
brew install tmux
# needed as a wrapper to handle subl -w in tmux
brew install reattach-to-user-namespace
# Create file ~/.tmux.conf
# Add the folo
echo "set-option -g default-command \"reattach-to-user-namespace -l bash\"" >> ~/.tmux.conf
# Restart the tmux server
tmux kill-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment