Created
January 19, 2012 09:28
-
-
Save moa3/1638950 to your computer and use it in GitHub Desktop.
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 -g status-right "#(uptime|awk '{print $11}') #(date)" | |
set-option -g status-keys vi | |
set-window-option -g mode-keys vi | |
set-window-option -g utf8 on | |
set-window-option -g mode-mouse on | |
set-option -g mouse-select-pane on | |
#set -g default-terminal screen-256color | |
#set-option -g history-limit 4096 | |
# Statusbar properties. | |
set -g display-time 3000 | |
set -g status-bg black | |
set -g status-fg cyan | |
set-window-option -g window-status-current-attr bright,reverse | |
set-window-option -g window-status-current-bg cyan | |
set-window-option -g window-status-current-fg black | |
# Use c-t instead of c-b as the prefix | |
unbind C-b | |
set -g prefix C-space | |
bind C-space send-prefix | |
#bind space send-prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment