Change binding of consult-flymake to capital F so it doesn’t shadow avy-goto-line
This commit is contained in:
parent
46d90e8e6a
commit
645dc39eb3
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user