From 0ea64cb1df3138f491a512beedb4374f7c226b2b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 23 Jul 2018 00:36:15 -0400 Subject: [PATCH] [emacs] add more ryo bindings, including some for borg actions --- init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.org b/init.org index d171fdf..7bc3f9e 100644 --- a/init.org +++ b/init.org @@ -628,10 +628,20 @@ Roll your own modal mode ("p" previous-line) ("f" forward-char) ("/" undo) + ("i" ryo-modal-mode) + ("l" recenter-top-bottom) + ("v" scroll-up-command) + ("V" scroll-down-command) + ("x" delete-forward-char) ("SPC" (("b" (("b" ibuffer-list-buffers) ("k" kill-this-buffer) ("o" other-window) ("s" save-buffer))) + ("B" (("A" borg-activate) + ("a" borg-assimilate) + ("b" borg-build) + ("c" borg-clone) + ("r" borg-remove))) ("h" (("c" describe-char) ("f" describe-function) ("F" describe-face) -- 2.20.1