Hydra for moving between errors
This commit is contained in:
@@ -2662,11 +2662,16 @@ so you can actually read the text.
|
|||||||
("\\*compilation\\*"
|
("\\*compilation\\*"
|
||||||
(display-buffer-reuse-window display-buffer-at-bottom)
|
(display-buffer-reuse-window display-buffer-at-bottom)
|
||||||
(reusable-frames . t)
|
(reusable-frames . t)
|
||||||
(window-height . 0.25))
|
(window-height . 0.3))
|
||||||
|
:hydra
|
||||||
|
(move-error-hydra
|
||||||
|
(:hint nil) "Hydra for moving between errors"
|
||||||
|
("j" #'next-error)
|
||||||
|
("k" #'previous-error))
|
||||||
:general
|
:general
|
||||||
(leader
|
(leader
|
||||||
"j" #'next-error
|
"j" #'move-error-hydra/next-error
|
||||||
"k" #'previous-error)
|
"k" #'move-error-hydra/previous-error)
|
||||||
(code-leader
|
(code-leader
|
||||||
"c" #'compile
|
"c" #'compile
|
||||||
"C" #'recompile)
|
"C" #'recompile)
|
||||||
|
|||||||
Reference in New Issue
Block a user