Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
towards simplicity
  • Loading branch information
mattly committed Aug 15, 2012
1 parent 5555388 commit 690b211
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tmux.conf
Expand Up @@ -40,6 +40,8 @@ set -g xterm-keys on
bind-key -r C-l select-window -t :+
bind-key -r z last-window
bind , command-prompt "rename-window '%%'"
bind [ set -w monitor-activity on; set -w monitor-silence 0
bind ] set -w monitor-activity off; set -w monitor-silence 5

# Pane Management and Navigation
# ================================
Expand Down Expand Up @@ -68,14 +70,15 @@ set -g xterm-keys on
set -g status-fg black
set -g status-bg white

setw -g window-status-fg white
setw -g window-status-fg black
setw -g window-status-bg default
setw -g window-status-attr bright
setw -g window-status-current-fg yellow
setw -g window-status-current-fg blue
setw -g window-status-current-bg default
setw -g window-status-current-attr bright
setw -g window-status-current-attr none
setw -g window-status-bell-bg default
setw -g window-status-bell-fg red
setw -g window-status-bell-attr none

# pane borders
set -g pane-border-fg blue
Expand All @@ -84,20 +87,17 @@ set -g xterm-keys on
set -g pane-active-border-bg default

# command line
set -g message-fg white
set -g message-bg black
set -g message-fg black
set -g message-bg white
set -g message-attr bright

# Status Line
# ===========
set -g status off
set -g status-utf8 on
set -g status-left "#[fg=black]#S #[fg=black]#I #[fg=black]#P"
set -g status-right "#[fg=black]%d %b %R"
set -g status-justify centre

# setw -g monitor-activity on
# set -g visual-activity on
set -g status-left ""
set -g status-right ""
set -g status-justify right

# Copy Mode
# =========
Expand Down

0 comments on commit 690b211

Please sign in to comment.