mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add agda2-next-goal
and agda2-previous-goal
Add support for commonly used movements (https://agda.readthedocs.io/en/v2.5.4.1/tools/emacs-mode.html)
This commit is contained in:
@ -19,9 +19,11 @@
|
|||||||
"=" #'agda2-show-constraints
|
"=" #'agda2-show-constraints
|
||||||
"SPC" #'agda2-give
|
"SPC" #'agda2-give
|
||||||
"a" #'agda2-auto
|
"a" #'agda2-auto
|
||||||
|
"b" #'agda2-previous-goal
|
||||||
"c" #'agda2-make-case
|
"c" #'agda2-make-case
|
||||||
"d" #'agda2-infer-type-maybe-toplevel
|
"d" #'agda2-infer-type-maybe-toplevel
|
||||||
"e" #'agda2-show-context
|
"e" #'agda2-show-context
|
||||||
|
"f" #'agda2-next-goal
|
||||||
"gG" #'agda2-go-back
|
"gG" #'agda2-go-back
|
||||||
"h" #'agda2-helper-function-type
|
"h" #'agda2-helper-function-type
|
||||||
"l" #'agda2-load
|
"l" #'agda2-load
|
||||||
|
Reference in New Issue
Block a user