aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authoromagdy <omar.professional8777@gmail.com>2025-07-22 21:40:46 +0300
committeromagdy <omar.professional8777@gmail.com>2025-07-22 21:40:46 +0300
commita7f852dbd215eb93936cfe98e8aa07a526be49b0 (patch)
tree5192feee8bfd60da4acac131040c78844abda646 /tmux/.tmux.conf
parent6e861bc3b7596fac769a5bf3b3506770cbc0338c (diff)
downloaddotfiles-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.conf5
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'