Created
July 1, 2016 15:59
-
-
Save lijunle/eca78a2c533ce786f813918139c0e8d9 to your computer and use it in GitHub Desktop.
Tmux configuration
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 base-index 1 | |
set-option -g mode-mouse on | |
set-option -g mouse-resize-pane on | |
set-option -g mouse-select-pane on | |
set-option -g mouse-select-window on | |
set-option -g default-shell $SHELL | |
set-window-option -g mode-keys vi | |
set-window-option -g window-status-current-bg yellow | |
bind-key N previous-window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment