Skip to content

Instantly share code, notes, and snippets.

@JC1738
Created November 6, 2014 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JC1738/9616706a83ba7706ab88 to your computer and use it in GitHub Desktop.
Save JC1738/9616706a83ba7706ab88 to your computer and use it in GitHub Desktop.
.tumux.config
set-window-option -g mode-mouse on
set-option -g mouse-select-pane on
set-option -g mouse-resize-pane on
set-option -g mouse-select-window on
set-option -g default-shell /bin/bash
bind-key j page-up
bind-key ; page-down
# Fix LSOpenURLsWithRole() error on OS X. Requires reattach-to-user-namespace
# to be installed.
set-option -g default-command "which reattach-to-user-namespace > /dev/null && reattach-to-user-namespace -l $SHELL || $SHELL"
@shrop
Copy link

shrop commented Nov 22, 2014

Thanks for that reattach-to-user-namespace fix :)

@padde
Copy link

padde commented Dec 11, 2014

@JC1738 you made my day.

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