Skip to content

Instantly share code, notes, and snippets.

@lijunle
Created July 1, 2016 15:59
Show Gist options
  • Save lijunle/eca78a2c533ce786f813918139c0e8d9 to your computer and use it in GitHub Desktop.
Save lijunle/eca78a2c533ce786f813918139c0e8d9 to your computer and use it in GitHub Desktop.
Tmux configuration
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