←back to thread

538 points todsacerdoti | 2 comments | | HN request time: 0.965s | source
Show context
UnreachableCode ◴[] No.44363686[source]
Can somebody help me, a CLI layman, out? How can I easily navigate printed directories like he does, in zsh, and paste them right into my prompt, e.g. for Git use? Is that where the tmux regex stuff comes in? Can I use that in iTerm 2?
replies(1): >>44363742 #
1. setopt ◴[] No.44363742[source]
If you’re on iTerm2, then perhaps the Cmd-; completion shows what you want. Otherwise, it sounds like he’s using `tmux-fingers`, but I can’t confirm as the video doesn’t play on iOS / Safari.
replies(1): >>44363920 #
2. UnreachableCode ◴[] No.44363920[source]
Hm, Cmd+; seems to work! I will try it more out in the wild. Thank you!