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

This commit is contained in:
Gergely Polonkai 2024-01-22 22:42:40 +01:00
parent 46d90e8e6a
commit 645dc39eb3
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

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