Skip to content

Instantly share code, notes, and snippets.

@alextucker
Created June 17, 2014 19:15
Show Gist options
  • Save alextucker/ca2395288eba2e12817d to your computer and use it in GitHub Desktop.
Save alextucker/ca2395288eba2e12817d to your computer and use it in GitHub Desktop.
setw -g mode-mouse off
set-option -g mouse-resize-pane off
set-option -g mouse-select-pane off
set-option -g mouse-select-window off
set -g prefix C-a
set -s escape-time 1
set -g base-index 1
setw -g pane-base-index 1
bind r source-file ~/.tmux.conf \; display "Reloaded!"
bind C-a send-prefix
bind | split-window -h
bind - split-window -v
bind -r H resize-pane -L 5
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
set -g default-terminal "screen-256color"
set -g status-bg black
set -g status-fg white
setw -g window-status-fg cyan
setw -g window-status-bg default
setw -g window-status-attr dim
setw -g window-status-current-fg white
setw -g window-status-current-bg red
setw -g window-status-current-attr bright
set -g pane-border-fg green
set -g pane-border-bg black
set -g pane-active-border-fg yellow
set -g pane-active-border-bg white
set -g message-fg white
set -g message-bg black
set -g message-attr bright
set -g status-justify centre
setw -g mode-keys vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment