···124124125125### Tmux
126126127127-After stow tmux, i cant install the plugins. It needs the plugin manager:
127127+After stowing tmux, run this command to ensure clean plugin installation:
128128```
129129-git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
129129+rm -rf ~/.tmux/plugins && tmux new-session -d && tmux kill-session
130130```
131131-then `ctrl + t` and `ctrl + I` should work.
131131+Then open tmux and press `Ctrl+t` + `I` to install all plugins.
132132+133133+If you see "tmux resurrect file not found" errors, press `Ctrl+t` + `Ctrl+s` to save a session first.
132134### Manual
133135- GIMP: ctrl + del shortcut
134136- ..
+7-1
tmux/.tmux/README.md
···12121313Then open tmux and press `Ctrl+t` followed by `I` to install all plugins.
14141515-This removes the empty plugins directory and allows the plugin manager to properly install plugins from scratch.1515+This removes the empty plugins directory and allows the plugin manager to properly install plugins from scratch.
1616+1717+## Tmux-Resurrect Error
1818+1919+If you see "tmux resurrect file not found" errors when reloading tmux, it's because the resurrect plugin is trying to restore from a save file that doesn't exist yet.
2020+2121+**Fix:** Press `Ctrl+t` + `Ctrl+s` to manually save a session first. The error will disappear on future reloads.