From 2645c05e0e3245530f0ce33c3caaf7bf418e3eae Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 24 Jun 2024 17:22:49 +0200 Subject: [PATCH] chore: add consult flymake and fd keybindings --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 5dfbbdd..b87b84f 100644 --- a/init.el +++ b/init.el @@ -336,6 +336,7 @@ (my-leader "f" '(nil :wk "File") "f f" '(find-file :wk "Find file") + "f F" '(consult-fd :wk "Consult fd") "f r" '(consult-recent-file :wk "Recent file") "f s" '(save-buffer :wk "Save file") "f l" '(consult-locate : "Locate file") @@ -420,7 +421,8 @@ (:map search-map ("s" . consult-ripgrep-all) ("i" . consult-imenu) - ("I" . consult-imenu-multi)) + ("I" . consult-imenu-multi) + ("f" . consult-flymake)) :custom (register-preview-delay 0.5) (register-preview-function #'consult-register-format) -- 2.48.1