Skip to content

Instantly share code, notes, and snippets.

@CarlosMecha
Created December 22, 2014 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CarlosMecha/cee74e4431546c91a4f6 to your computer and use it in GitHub Desktop.
Save CarlosMecha/cee74e4431546c91a4f6 to your computer and use it in GitHub Desktop.
Tmux common configuration.
#
# A fancy statusbar.
#
unbind C-b
set -g prefix C-a
set -g history-limit 10000
set -g set-titles on
set -g set-titles-string "#T"
set-window-option -g mode-keys vi
set-option -g status-bg colour235
set-option -g status-fg colour46
set-option -g status-left '[Carlos]'
set-window-option -g window-status-current-format '|#I #W#F|'
set-window-option -g window-status-format '#I #W#F'
set -g default-terminal "screen-256color"
bind-key C-a last-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment