Change binding of consult-flymake to capital F so it doesn’t shadow avy-goto-line

This commit is contained in:
2024-01-22 22:42:40 +01:00
parent 46d90e8e6a
commit 645dc39eb3

View File

@@ -1994,7 +1994,7 @@ It also provides some nice commands to navigate between change sets.
("x b" . consult-project-buffer) ("x b" . consult-project-buffer)
:map goto-map :map goto-map
("e" . consult-compile-error) ("e" . consult-compile-error)
("f" . consult-flymake) ("F" . consult-flymake)
("g" . consult-goto-line) ("g" . consult-goto-line)
("M-g" . consult-goto-line) ("M-g" . consult-goto-line)
("i" . consult-imenu) ("i" . consult-imenu)