Mikael Fangel
Mikael Fangel
I'm experiencing this issue as well. CC: @greve2001
If you just remove `-s' '` from the `tac` command, it seems to work just fine. If your problem is something different, can you provide a more minimal example that...
What version of Gum are you using?
Hi @franalbani, I replicated the issue with the version you are using, but when using version v0.11.0 it looks fixed to me. I believe some of the changes I did...
The selection behaviour was changed by https://github.com/charmbracelet/gum/commit/e6de7749b139c3ff38285437d390f5f92e1689fb referring to #140 (:
@ajs256 You select multiple by pressing `space`. 
@WoozyMasta imo the problem with just selecting the highlighted one was that it didn't seem obvious that it would select it if I pressed enter. But I also hear you...
@alexn-s actually this is not a stupid question. I seem to have trouble selecting multiple using the example provided by the README as well. Edit: Got it to function properly....
Did you mean something like this? ``` if ! gum choose --no-limit $(ls); then echo "Oh no! You interupted me"; fi ```