Created
April 9, 2014 17:27
-
-
Save igmarin/10294644 to your computer and use it in GitHub Desktop.
My Tmux Conf
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 default-terminal "xterm-256color" | |
setw -g window-status-current-bg default | |
setw -g window-status-current-attr underscore | |
set -g message-fg white | |
set -g message-bg black | |
set -g message-attr bright | |
setw -g mode-mouse on | |
setw -g utf8 on | |
set -g utf8 on | |
# resize panes like vim | |
#bind-key -r < resize-pane -L 3 | |
#bind-key -r > resize-pane -R 3 | |
#bind-key -r + resize-pane -U 1 | |
#bind-key -r = resize-pane -D 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment