feat: quit when closing last open split
This commit is contained in:
parent
27bdd64f88
commit
407d5fa888
2 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
["ctrl+4", "focus_split", 3],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["ctrl+q", "quit"],
|
||||
["ctrl+w", "quit"],
|
||||
["ctrl+w", "close_split"],
|
||||
["ctrl+o", "open_file"],
|
||||
["ctrl+e", "open_recent"],
|
||||
["alt+o", "open_previous_file"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue