summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-09 14:48:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-09 14:48:16 +0200
commitcf5ac326bf63c3802ccc66f2bde69b29c8f3c8b5 (patch)
treee6c20cb5f2c37da9be78af7a4b087756c9971cd3
parentad64a90a6b03e545dcbbec065f3acc46d45cd2a9 (diff)
Remove tmux bloat
-rw-r--r--.config/tmux/tmux.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 79ceb7d..7311ff3 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -1,6 +1,5 @@
# Load tmux config
bind r source-file $HOME/.config/tmux/tmux.conf
-set -g @plugin 'tmux-plugins/tpm'
# Bind prefix to C-a
set-option -g prefix C-a
@@ -85,6 +84,3 @@ bind-key -n -N 'Toggle popup window' M-g if-shell -F '#{==:#{session_name},popup
-xC -yC -w 80% -h 75% \
-E 'tmux attach-session -t popup || tmux new-session -s popup'
}
-
-set -g @plugin 'tmux-plugins/tmux-resurrect'
-run '~/.config/tmux/plugins/tpm/tpm'