aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 45 forks source link

Got stuck while searching #19

Open jadbox opened 4 years ago

jadbox commented 4 years ago

On iTerm, I had a single panel open in 3mux and did an ls directory listing on a folder with about 2 dozen files. I then searched in the panel using alt+/ and typed "package.json". 3mux panel highlighted the file, but then become non-responsive. I couldn't exit search or even ctrl-c.

aaronjanse commented 4 years ago

Are you able to reproduce this issue by saving the ls outputs in a text file, cat-ing it, then searching the output? If so, could you send me that file (assuming the directory contents are not private).

I also just pushed a commit that makes exiting search easier. Please update with go get -u github.com/aaronjanse/3mux.

Thank you!