←back to thread

538 points todsacerdoti | 1 comments | | HN request time: 0.324s | source
Show context
knlb ◴[] No.44361502[source]
My similar trick is to rely on the tmux scrollback and pipe tokenized output into fzf so I can easily autocomplete in zsh against anything on the visible tmux screen

https://www.threads.com/@kunalb_/post/C6ZQIOVpwMd https://gist.github.com/kunalb/abfe5757e89ffba1cf3959c9543d9...

which has been really useful.

replies(3): >>44363055 #>>44366119 #>>44371004 #
1. tra3 ◴[] No.44363055[source]
Fantastic. Thanks for sharing!