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:
parent
f439453526
commit
ac822d8222
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue