summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-07-23 00:36:15 -0400
committerAmin Bandali <amin@aminb.org>2018-07-23 00:36:15 -0400
commit0ea64cb1df3138f491a512beedb4374f7c226b2b (patch)
tree749b406c6adbccde2ce19b23ca52f977d05b758f /init.org
parent1e3c1c150284fcd3e4eebf301394e6a69f06ce28 (diff)
downloadconfigs-0ea64cb1df3138f491a512beedb4374f7c226b2b.tar.gz
configs-0ea64cb1df3138f491a512beedb4374f7c226b2b.tar.xz
configs-0ea64cb1df3138f491a512beedb4374f7c226b2b.zip
[emacs] add more ryo bindings, including some for borg actions
Diffstat (limited to '')
-rw-r--r--init.org10
1 files changed, 10 insertions, 0 deletions
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)