[elpher] make keys Boon-like

This commit is contained in:
contrapunctus 2021-07-06 06:41:53 +05:30
parent 8484fff8b3
commit 14ae91ab21
1 changed files with 3 additions and 2 deletions

View File

@ -885,9 +885,10 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
#+BEGIN_SRC emacs-lisp
(use-package elpher
:bind (:map elpher-mode-map
("n" . elpher-next-link)
("t" . elpher-prev-link)
("r" . elpher-next-link)
("c" . elpher-prev-link)
("h" . elpher-back)
("s" . push-button)
("w" . elpher-copy-current-url)
("W" . elpher-copy-link-url)))