Skip to content

Instantly share code, notes, and snippets.

@tony1223
Last active March 9, 2019 10:06
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 tony1223/1987d7486d90acd7c1f744b077bfba61 to your computer and use it in GitHub Desktop.
Save tony1223/1987d7486d90acd7c1f744b077bfba61 to your computer and use it in GitHub Desktop.
#set-option -gw xterm-keys on
bind-key -n C-t new-window
bind-key -n C-w kill-window
bind-key -n C-Right next-window
bind-key -n C-Left previous-window
set -g default-terminal "screen-256color"
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @continuum-restore 'on'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment