Set default binding to access password store
Might be customized when password-store is not used.
This commit is contained in:
parent
35532188f0
commit
80abf669f5
@ -162,7 +162,8 @@ in the main agenda view."
|
||||
("Info Lookup" ?I info-lookup-symbol)
|
||||
("Unicode Lookup" ?U insert-char)
|
||||
("Timeline of Day" ?T timeline-tools-format-timeline-of-day)
|
||||
("Copy template to point" ?C db/org-insert-checklist))
|
||||
("Copy template to point" ?C db/org-insert-checklist)
|
||||
("Password" ?P password-store-copy))
|
||||
"Mapping of frequently used features to functions implementing them.
|
||||
|
||||
Can be used in application shortcuts such as `db/helm-shortcuts’. Each
|
||||
|
||||
Loading…
Reference in New Issue
Block a user