From c1528fd1ad4b4dd4763a137a098aa31abc15ea05 Mon Sep 17 00:00:00 2001 From: oyoshot Date: Mon, 15 Jun 2026 11:47:11 +0900 Subject: [PATCH] chore(tmux): remove tmux-continuum and tmux-resurrect Auto-save/restore wasn't pulling its weight: zoxide/ghq popups already make session creation trivial, and resurrect can't restore in-process program state. Trying life without it. Co-Authored-By: Claude Opus 4.7 --- dot_config/tmux/tmux.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 6e4d5e7..474840e 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -144,17 +144,10 @@ if -b '[ -c /dev/clipboard ]' 'bind y run -b "tmux save-buffer - > /dev/clipboar set -g @plugin 'catppuccin/tmux' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'tmux-plugins/tmux-battery' -set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-cpu' -set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'yardnsm/tmux-1password' -# Continuum / Resurrect -set -g @continuum-restore 'on' -set -g @continuum-boot 'off' -set -g @continuum-boot-options 'kitty' - # Configure Cpu set -g @cpu_percentage_format "%03d%%" set -g @cpu_low_fg_color "#{E:#{@thm_green}}"