mirror of
https://github.com/nushell/nushell
synced 2025-01-08 03:09:00 +00:00
f021be623e
Currently, `ctrl+z` is the command to exit `explore` no matter where you are in the UI. IMO this is a bit unintuitive since that's usually used to suspend a process. After this change, `ctrl+c`, `ctrl+d`, and `ctrl+q` all work to exit `explore`. I think these are all shortcuts that users might try when attempting to exit `explore`, and I think we might as well handle them all. |
||
---|---|---|
.. | ||
command_bar.rs | ||
events.rs | ||
mod.rs | ||
report.rs | ||
status_bar.rs |