Skip to content

Instantly share code, notes, and snippets.

@kambara
Last active April 4, 2020 07:42
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 kambara/6095569 to your computer and use it in GitHub Desktop.
Save kambara/6095569 to your computer and use it in GitHub Desktop.
.tmux.conf
### Set prefix key to Ctrl-z
unbind C-b
set-option -g prefix C-t
bind C-t send-prefix
# set-option -g prefix C-b
# bind C-b send-prefix
### Vi style key binding
set-window-option -g mode-keys vi
### Color
set-option -g default-terminal screen-256color
set-option -g status-bg colour7
set-option -g status-fg black
set-window-option -g window-status-current-bg colour12
set-window-option -g window-status-current-fg white
set-window-option -g window-status-current-attr bold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment