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))