Last active
August 29, 2015 14:23
-
-
Save ykomatsu/074881dede0a7e57e5bc to your computer and use it in GitHub Desktop.
${HOME}/.tmux.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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