Last active
March 9, 2019 10:06
-
-
Save tony1223/1987d7486d90acd7c1f744b077bfba61 to your computer and use it in GitHub Desktop.
This file contains 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 -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