Created
September 25, 2017 11:33
-
-
Save aniline/ed1689c4243484542a3bf4848886508f to your computer and use it in GitHub Desktop.
My .tmux.conf
This file contains 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 status on | |
set -g terminal-overrides 'xterm*:smcup@:rmcup@,rxvt*:smcup@:rmcup@' | |
# Emacs add prefix as well, keep telnet escape as prefix. | |
unbind-key C-b | |
set-option -g prefix C-] | |
set-option -g prefix2 C-x | |
# Emacs window management keys | |
unbind-key -T prefix 1 | |
unbind-key -T prefix 2 | |
unbind-key -T prefix 3 | |
bind-key -T prefix 1 resize-pane -Z | |
bind-key -T prefix 2 split-window | |
bind-key -T prefix 3 split-window -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment