Created
November 18, 2015 16:08
-
-
Save josefdlange/f0042e428d6cc4571a20 to your computer and use it in GitHub Desktop.
old tmux configuration
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-option -g default-command "reattach-to-user-namespace -l zsh" | |
| set -g mode-mouse on | |
| set -g mouse-resize-pane on | |
| set -g mouse-select-pane on | |
| set -g mouse-select-window on | |
| set -g default-terminal "screen-256color" | |
| set-option -g allow-rename off | |
| set-option -g renumber-windows on | |
| source ~/.tmuxline.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment