tmux auto save sesh
This commit is contained in:
parent
0e663daa5b
commit
ed8766614a
|
@ -1,4 +1,5 @@
|
||||||
# remap prefix from 'C-b' to '`'
|
# remap prefix from 'C-b' to '`'
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix '`'
|
set-option -g prefix '`'
|
||||||
bind-key '`' send-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-resurrect'
|
||||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||||
set -g @resurrect-strategy-nvim 'session'
|
set -g @resurrect-strategy-nvim 'session'
|
||||||
|
set -g @continuum-restore 'on'
|
||||||
|
|
||||||
|
|
||||||
# testing this idk lol
|
# testing this idk lol
|
||||||
|
|
Loading…
Reference in New Issue