From 45d54835f609d0725ab852482b99587c863230e8 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Sun, 21 Sep 2025 17:36:20 +0200 Subject: [PATCH] Cleanup tmux config. --- .tmux.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 3f76dcc..7f0f4f2 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,12 +5,10 @@ bind-key C-a send-prefix # Enable OSC 52 clipboard forwarding set -g set-clipboard on -set -ag terminal-overrides ',*:Ms=\E]52;c;%p2%s\7' # Suggestions from nvim: set-option -sg escape-time 10 set-option -g focus-event on -set-option -sa terminal-overrides 'screen-256color:RGB' # split panes using | and - bind | split-window -h @@ -50,9 +48,6 @@ set-option -g allow-rename off ### DESIGN CHANGES ### ###################### -set -g @plugin 'thewtex/tmux-mem-cpu-load' -set -g status-interval 10 - # loud or quiet? set -g visual-activity off set -g visual-bell off @@ -88,7 +83,5 @@ set -g message-style 'bold' 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'