From cd2e84628c04090e4d621509cbacfa8b52e1c8a8 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Thu, 10 Apr 2025 09:56:43 +0200 Subject: [PATCH] iiii --- tmux/plugins/tmux-sensible | 1 - tmux/plugins/tpm | 1 - tmux/tmux.conf | 15 --------------- 3 files changed, 17 deletions(-) delete mode 160000 tmux/plugins/tmux-sensible delete mode 160000 tmux/plugins/tpm diff --git a/tmux/plugins/tmux-sensible b/tmux/plugins/tmux-sensible deleted file mode 160000 index 25cb91f..0000000 --- a/tmux/plugins/tmux-sensible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa diff --git a/tmux/plugins/tpm b/tmux/plugins/tpm deleted file mode 160000 index 99469c4..0000000 --- a/tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c25050f..a0ee50f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -30,8 +30,6 @@ set -g history-limit 1000000 set -g base-index 1 set -g pane-base-index 1 -set -g detach-on-destroy off # don't exit from tmux when closing a session - # Detach sessions instead of killing them set -g detach-on-destroy on @@ -78,16 +76,3 @@ set-option -g status-right-length 40 set -g status-left "#[fg=#d3869b]S: #S #[fg=#d3869b]• #[fg=#d3869b]W: #I #[fg=#d3869b]• " set -g status-right "#[fg=#d3869b]%H:%M %d-%b-%y" -# package manager -unbind I -bind I run '~/.config/tmux/plugins/tpm/tpm' - -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -# set -g @plugin 'tmux-plugins/tmux-resurrect' -# set -g @plugin 'tmux-plugins/tmux-continuum' -# -# set -g @continuum-restore 'on' - - -run '~/.config/tmux/plugins/tpm/tpm'