Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created July 16, 2013 10:25
Show Gist options
  • Save jorgegorka/6007567 to your computer and use it in GitHub Desktop.
Save jorgegorka/6007567 to your computer and use it in GitHub Desktop.
tmux configuration
unbind %
bind | split-window -h
bind - split-window -v
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
# Set status bar
set -g status-bg black
set -g status-fg white
set -g status-left ‘#[fg=green]#H’
set-window-option -g window-status-current-bg red
set -g status-right ‘#[fg=yellow]#(uptime | cut -d “,” -f 2-)’
setw -g monitor-activity on
set -g visual-activity on
setw -g automatic-rename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment