From db458f34be933a3aec7a2c350f1ff3119ac07824 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sun, 21 May 2023 16:16:44 -0400 Subject: Use `which-key` for keybind hints --- init.el | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index ffa2c6e..0a30c3d 100644 --- a/init.el +++ b/init.el @@ -820,6 +820,20 @@ ;; In the future there will be whole custom keybind system. ;; --------------------------------------------------------------------- +;; --------------------------------- +;; Keybind hints +;; ------------- +;; Show hints for available keybinds +;; as you type them. +;; --------------------------------- + +(use-package which-key + :straight t + :init (which-key-mode) + :config + (setq which-key-idle-delay 1.5)) + + ;; --------------------------------- ;; Fix ESC behavior ;; ---------------- -- cgit v1.2.3