From 8f0cfbf45484bcef65090fb997f301006ab68da6 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 29 Feb 2024 17:58:51 -0500 Subject: [PATCH] fix(emacs): add leader key for meow Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 59e9533..779181e 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -83,7 +83,7 @@ "Set up meow." (setq meow-cheatsheet-layout meow-cheatsheet-layout-dvp) (meow-leader-define-key - '("?" . meow-cheatsheet)) + '("u" . "C-u")) (meow-motion-overwrite-define-key ;; custom keybinding for motion state '("" . ignore))