diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 60625f9..5a8d314 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,4 +1,5 @@ # remap prefix from 'C-b' to '`' + unbind C-b set-option -g prefix '`' bind-key '`' send-prefix @@ -74,6 +75,7 @@ source ~/.config/tmux/statusline.conf set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @resurrect-strategy-nvim 'session' +set -g @continuum-restore 'on' # testing this idk lol