mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Add ability to quit khoj transient with standard q keybinding
This commit is contained in:
parent
87c7cf4272
commit
5d0f369186
1 changed files with 2 additions and 1 deletions
|
@ -421,7 +421,8 @@ Render results in BUFFER-NAME."
|
|||
("-f" "Force Update" "--force-update")]]
|
||||
[["Act"
|
||||
("s" "Search" khoj--search-command)
|
||||
("u" "Update" khoj--update-command)]])
|
||||
("u" "Update" khoj--update-command)
|
||||
("q" "Quit" transient-quit-one)]])
|
||||
|
||||
|
||||
;; ----------
|
||||
|
|
Loading…
Reference in a new issue