diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-07-22 21:40:46 +0300 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-07-22 21:40:46 +0300 |
| commit | a7f852dbd215eb93936cfe98e8aa07a526be49b0 (patch) | |
| tree | 5192feee8bfd60da4acac131040c78844abda646 /tmux/.tmux.conf | |
| parent | 6e861bc3b7596fac769a5bf3b3506770cbc0338c (diff) | |
| download | dotfiles-a7f852dbd215eb93936cfe98e8aa07a526be49b0.tar.xz dotfiles-a7f852dbd215eb93936cfe98e8aa07a526be49b0.zip | |
tmux: Added tmux-continuum for presisted tmux sessions
Diffstat (limited to 'tmux/.tmux.conf')
| -rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index b0a549f..90908db 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -154,11 +154,16 @@ bind-key k select-pane -U bind-key l select-pane -R bind-key b set-option status + + + set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'christoomey/vim-tmux-navigator' # set -g @plugin 'niksingh710/minimal-tmux-status' set -g status-position bottom +set -g @continuum-restore 'on' run '~/.tmux/plugins/tpm/tpm' |
