Skip to content

Instantly share code, notes, and snippets.

@dongri
Forked from JC1738/gist:9616706a83ba7706ab88
Last active August 29, 2015 14:09
Show Gist options
  • Save dongri/08042f638ea195df5573 to your computer and use it in GitHub Desktop.
Save dongri/08042f638ea195df5573 to your computer and use it in GitHub Desktop.
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"
@dongri
Copy link
Author

dongri commented Nov 14, 2014

tmux on yosemite

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