tmux auto save sesh
This commit is contained in:
parent
0e663daa5b
commit
ed8766614a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue