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:
parent
bc5ab7a50c
commit
10273424b1
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user