nushell/crates/nu-explore/src/pager
Reilly Wood f021be623e
Exit explore on ctrl+c/d/q (#10257)
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.
2023-09-07 19:47:17 +02:00
..
command_bar.rs using ratatui instead of tui (#8952) 2023-04-26 01:07:23 +02:00
events.rs nu-explore: Fix repeated char issue in cmdline (#9139) 2023-05-08 12:38:42 -05:00
mod.rs Exit explore on ctrl+c/d/q (#10257) 2023-09-07 19:47:17 +02:00
report.rs nu-explore: Refactorings (#10247) 2023-09-06 13:24:24 -05:00
status_bar.rs nu-explore: Refactorings (#10247) 2023-09-06 13:24:24 -05:00