summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-12-26 14:36:38 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-12-26 14:36:38 -0600
commit8754f89fdafc9b4ddc3d618eeb68be8005777d1d (patch)
tree08228af522bb459f1c35da9258057582bc69e9a5 /.config
parentebaa973f6b2afa51c21e77388ac98b5c7d273178 (diff)
feat: add tmux-resurrect
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index f32919e..3d0661c 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -14,6 +14,9 @@ set -as terminal-features ",xterm-256color:RGB"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
+# resurrect
+set -g @plugin 'tmux-plugins/tmux-resurrect'
+
# powerline
set -g @plugin 'erikw/tmux-powerline'