summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-24 10:27:32 +0200
committerJoe <rbo@gmx.us>2024-04-24 10:27:32 +0200
commit28de948c8a8ea55b18095f9af366e9fca4fcec91 (patch)
tree9532f37071c5582ba4396759e17e6027495d1644 /.config
parentup (diff)
downloaddotfiles-bsd-28de948c8a8ea55b18095f9af366e9fca4fcec91.tar.gz
dotfiles-bsd-28de948c8a8ea55b18095f9af366e9fca4fcec91.tar.bz2
dotfiles-bsd-28de948c8a8ea55b18095f9af366e9fca4fcec91.tar.xz
dotfiles-bsd-28de948c8a8ea55b18095f9af366e9fca4fcec91.tar.zst
dotfiles-bsd-28de948c8a8ea55b18095f9af366e9fca4fcec91.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index f856d28..1c717aa 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -70,6 +70,7 @@ set-window-option -g window-status-format "#[fg=colour239,bg=colour237,noitalics
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
+set -g @plugin 'tmux-plugins/tmux-resurrect'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'