[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@harrisonqian / Tools Stack / wiki/tmux-assistant-resurrect.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- visibility: public --- # tmux-assistant-resurrect custom tmux-resurrect extension by timvw. handles process restoration for programs that resurrect can't natively restore — specifically [[yazi]] sessions via the iterm drop proxy. **config:** ``` set -g @resurrect-processes '"~/Users/hq/tools/yazi-iterm-drop-proxy->/Users/hq/.tmux/scripts/restore-yazi-last-dir"' ``` this tells resurrect: when you see the yazi-iterm-drop-proxy process, restore it by running the `restore-yazi-last-dir` script instead.