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'