[mini.pick] How to end a cli process on <C-C>
?
#1070
-
Hii, yet another question : ) Let's say I have a cli process that start from This is not ideal, as I might open file picker on my home directory that Perhaps not using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi! I don't think there is a way to do that currently in |
Beta Was this translation helpful? Give feedback.
-
Stopping picker on latest @jamestansx, thanks for the observation and suggestion! |
Beta Was this translation helpful? Give feedback.
Stopping picker on latest
main
branch now also kills the process if it is still running. It means not only with<C-c>
, but also any "regular" way to stop the picker (like<Esc>
). Tested both withbuiltin.files()
andcli()
withecho 20
command; both seem to work.@jamestansx, thanks for the observation and suggestion!