-
-
Save Timvd/e67b03b2c1a28071eec8bb45c1f8ff81 to your computer and use it in GitHub Desktop.
The best and greatest tmux.conf ever
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 -g prefix ` | |
| bind ` send-prefix | |
| bind - split-window | |
| bind \ split-window -h | |
| bind | split-window -h | |
| bind b setw synchronize-panes on | |
| bind B setw synchronize-panes off | |
| bind r source-file ~/.tmux.conf | |
| set -g default-terminal "screen-256color" | |
| set -g history-limit 10000 | |
| set -g base-index 1 | |
| setw -g pane-base-index 1 | |
| set -g set-titles on | |
| set -g set-titles-string "#S: #W" | |
| setw -g xterm-keys on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment