diff options
-rw-r--r-- | init.el | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -821,6 +821,20 @@ | |||
821 | ;; --------------------------------------------------------------------- | 821 | ;; --------------------------------------------------------------------- |
822 | 822 | ||
823 | ;; --------------------------------- | 823 | ;; --------------------------------- |
824 | ;; Keybind hints | ||
825 | ;; ------------- | ||
826 | ;; Show hints for available keybinds | ||
827 | ;; as you type them. | ||
828 | ;; --------------------------------- | ||
829 | |||
830 | (use-package which-key | ||
831 | :straight t | ||
832 | :init (which-key-mode) | ||
833 | :config | ||
834 | (setq which-key-idle-delay 1.5)) | ||
835 | |||
836 | |||
837 | ;; --------------------------------- | ||
824 | ;; Fix ESC behavior | 838 | ;; Fix ESC behavior |
825 | ;; ---------------- | 839 | ;; ---------------- |
826 | ;; The default behavior of the ESC | 840 | ;; The default behavior of the ESC |