From d50adeac9c47da32756ed937f8aae5655a55d7c3 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 7 Nov 2021 02:28:29 +0100 Subject: [PATCH] [Emacs] Use C-u C-d in ivy buffers, add keycast keybinds. --- org/config/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index ca261b0..4e15b65 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1031,6 +1031,8 @@ restricted in terms of features compared to ~ivy~. ("C-l" . ivy-alt-done) ("C-t" . ivy-next-line) ("C-s" . ivy-previous-line) + ("C-u" . ivy-scroll-up-command) + ("C-d" . ivy-scroll-down-command) :map ivy-switch-buffer-map ("C-t" . ivy-next-line) ("C-s" . ivy-previous-line) @@ -5588,6 +5590,8 @@ Undefining some stuff to make keybind prefixes work correctly. "ad" #'docker "ae" #'elfeed "aE" #'eww + "ak" #'keycast-mode + "aK" #'keycast-log-mode "at" #'tetris "aw" #'wttrin "aC" #'calendar