Skip to content

Instantly share code, notes, and snippets.

@moa3
Created January 19, 2012 09:28
Show Gist options
  • Save moa3/1638950 to your computer and use it in GitHub Desktop.
Save moa3/1638950 to your computer and use it in GitHub Desktop.
TMux.conf
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