kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.41k stars 151 forks source link

Add Ctrl+C for quit command. #275

Closed D0bhareach closed 1 year ago

D0bhareach commented 1 year ago

When many tabs are open to exit many 'q' chars or single 'Q' is used. It is custom to use Ctrl+C as well.

Sonico98 commented 1 year ago

You can add { keys = [ "ctrl+c" ], command = "quit" } to your keymaps.toml file :)

D0bhareach commented 1 year ago

Thank you, already done so. It's a matter of consistency.

kamiyaa commented 1 year ago

Closed via 1edf9bb