tmux-resurrect icon indicating copy to clipboard operation
tmux-resurrect copied to clipboard

Add save command strategy to preserve raw command in zsh

Open Sheile opened this issue 5 months ago • 0 comments

Summary

The existing linux_procfs.sh save-command strategy expands shell globs (e.g. *, ?) before tmux-resurrect records them. This PR introduces a new strategy based on Zsh’s preexec hook, capturing the raw (unexpanded) command line.

Sheile avatar Jul 04 '25 06:07 Sheile