Add ability to quit khoj transient with standard q keybinding

This commit is contained in:
Debanjum Singh Solanky 2023-01-19 02:47:07 -03:00
parent 87c7cf4272
commit 5d0f369186

View file

@ -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)]])
;; ----------