mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/csharp: updated bindings
Specifically: - `t-a` -> `t-s` ("unit test all" is now "unit test buffer") - `t-r` -> `t-l` ("unit test ?" is now "unit test last") - `t-s` is the same (couldn't think of anything better)
This commit is contained in:
@ -52,6 +52,9 @@
|
|||||||
"ti" #'omnisharp-current-type-information
|
"ti" #'omnisharp-current-type-information
|
||||||
"td" #'omnisharp-current-type-documentation)
|
"td" #'omnisharp-current-type-documentation)
|
||||||
(:prefix "t"
|
(:prefix "t"
|
||||||
|
"s" #'omnisharp-unit-test-at-point
|
||||||
|
"l" #'omnisharp-unit-test-last
|
||||||
|
"b" #'omnisharp-unit-test-buffer)))
|
||||||
|
|
||||||
|
|
||||||
(when (featurep! +unity)
|
(when (featurep! +unity)
|
||||||
|
Reference in New Issue
Block a user