Skip to content

Instantly share code, notes, and snippets.

@redvers
Created August 17, 2016 15:17
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 redvers/9fda72d89f8a89a52c0fe29647554f44 to your computer and use it in GitHub Desktop.
Save redvers/9fda72d89f8a89a52c0fe29647554f44 to your computer and use it in GitHub Desktop.
default .tmux.conf file
set-option -g status-keys vi
set-option -g mode-keys vi
set-window-option -g window-status-current-bg blue
set-option -g prefix C-a
bind-key C-a last-window
set-option -s escape-time 0
set-option -g history-limit 1000000
set-option -g display-time 2000
set-option -g display-panes-time 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment