feat: Support entry renaming #3
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