fix!: Change the default quit keybind to ctrl+q

Because the rename mode need to catch the `q` character

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb 2024-12-25 11:45:10 +00:00
parent f439453526
commit ac822d8222
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -41,7 +41,7 @@ impl Default for Keybinding {
impl Keybinding {
fn default_quit() -> String {
String::from("q")
String::from("ctrl+q")
}
fn default_entry_up() -> String {
String::from("up")