Created
November 6, 2014 20:42
-
-
Save JC1738/9616706a83ba7706ab88 to your computer and use it in GitHub Desktop.
.tumux.config
This file contains hidden or 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
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@JC1738 you made my day.