Skip to content

Instantly share code, notes, and snippets.

@KOBA789
Created May 5, 2014 16:43
Show Gist options
  • Save KOBA789/1d3881383492a926888d to your computer and use it in GitHub Desktop.
Save KOBA789/1d3881383492a926888d to your computer and use it in GitHub Desktop.
tmux: IMAGINE THE FUTURE.
set -g prefix C-t
unbind-key C-b
bind-key C-t send-prefix
set -g default-terminal xterm-256color
set-option -g default-shell /bin/zsh
# powerline
set-option -g pane-active-border-fg colour54
set-option -g pane-active-border-bg black
set-window-option -g pane-border-bg black
set-window-option -g pane-border-fg colour54
set-window-option -g window-status-current-fg colour54
set -g status on
set -g status-utf8 on
set -g status-interval 2
set -g status-fg colour231
set -g status-bg colour234
set -g status-left-length 20
set -g status-left '#[fg=colour54,bg=colour231,bold] #S #(powerline tmux left)'
set -g status-right '#(powerline tmux right -R pane_id=`tmux display -p "#D"`)#[bg=colour45,bold] IMAGINE THE FUTURE. '
set -g status-right-length 150
set -g window-status-format "#[fg=colour244,bg=colour234] #I #[fg=colour249]#W "
set -g window-status-current-format "#[fg=colour231,bg=colour54] #I #[fg=colour231,bold]#W "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment