Skip to content

Instantly share code, notes, and snippets.

@ykomatsu
Last active August 29, 2015 14:23
Show Gist options
  • Save ykomatsu/074881dede0a7e57e5bc to your computer and use it in GitHub Desktop.
Save ykomatsu/074881dede0a7e57e5bc to your computer and use it in GitHub Desktop.
${HOME}/.tmux.conf
set-option -g mode-keys emacs
set-option -g prefix C-t
unbind-key C-b
bind-key C-t send-prefix
set-option -g mouse-resize-pane on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g mouse-utf8 on
set-option -g default-terminal "screen-256color"
set-option -g status-right "%Y-%m-%d %H:%M"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment