Skip to content

Instantly share code, notes, and snippets.

@dakatsuka
Created April 29, 2011 18:27
Show Gist options
  • Save dakatsuka/948766 to your computer and use it in GitHub Desktop.
Save dakatsuka/948766 to your computer and use it in GitHub Desktop.
.tmux.conf
# basic
set-option utf8-default on
set-window-option -g utf8 on
set-window-option -g mode-keys vi
set-window-option -g automatic-rename off
# key bind
set-option -g prefix C-j
unbind-key C-j
bind-key C-j send-prefix
# look feel
set-option -g status-fg white
set-option -g status-bg black
set-window-option -g window-status-attr "underscore"
set-window-option -g window-status-bg black
set-window-option -g window-status-fg white
set-window-option -g window-status-current-attr "bold"
set-window-option -g window-status-current-fg white
set-window-option -g window-status-current-bg blue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment