summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-22 18:08:06 +0200
committerThanos Apollo <[email protected]>2023-03-22 18:08:06 +0200
commit443469aa5eb3273dc3e3676d718f08b0bbc5e641 (patch)
tree267773f1cde89ff670de7423ff993e362c89f906 /.emacs.d/init.el
parent886401760f1d0ce1dac4cac15def3d0742cd14b5 (diff)
emacs: Add keybindings for password-store
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 53821e2..8c539f3 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -625,6 +625,9 @@ you have the correctly set the OPENAI_API_KEY variable"
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
(global-set-key (kbd "s-=") 'text-scale-increase)
(global-set-key (kbd "s--") 'text-scale-decrease)
+;; Pass
+(global-set-key (kbd "C-c p i") 'password-store-insert)
+(global-set-key (kbd "C-c p e") 'password-store-edit)
;; my general's leader key!
(defconst general-key "C-c g")