Unify shortcuts for eshell

It's rather inconsistent to call eshell without project context from the main shortcut menu when
most of the other shortcuts require a project.  Since calling eshell directly is done only rarely,
let's try to be consistent here and reinstantiate the old project-eshell shortcut (which now
duplicates the `<f1>` binding).
This commit is contained in:
Daniel Borchmann 2025-09-19 19:09:01 +02:00
parent bc5ab7a50c
commit 10273424b1
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -155,7 +155,7 @@ in the main agenda view."
("Main Org File" ?o db/find-default-org-file)
("EMMS" ?M emms)
("Shell" ?s project-shell)
("EShell" ?e db/run-or-hide-eshell)
("EShell" ?e project-eshell)
("Project" ?p project-switch-project)
("Refile File" ?r db/find-default-refile-file)
("Goto Currnet Clock" ?c db/org-clock-goto-first-open-checkbox)