Browse Source

Add edit password shortcut

main
parent
commit
4572bc9e80
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org

1
README.org

@ -2552,6 +2552,7 @@ Configure keybindings for passwords behind =SPC p=:
(dotfiles/leader
"p" '(:ignore t :which-key "Passwords")
"pp" '(password-store-copy :which-key "Copy")
"pe" '(password-store-edit :which-key "Edit")
"pr" '(password-store-rename :which-key "Rename")
"pg" '(password-store-generate :which-key "Generate"))
#+END_SRC

Loading…
Cancel
Save