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:
parent
da0f3afb12
commit
c35c704de8
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
|||
"ti" #'omnisharp-current-type-information
|
||||
"td" #'omnisharp-current-type-documentation)
|
||||
(:prefix "t"
|
||||
"s" #'omnisharp-unit-test-at-point
|
||||
"l" #'omnisharp-unit-test-last
|
||||
"b" #'omnisharp-unit-test-buffer)))
|
||||
|
||||
|
||||
(when (featurep! +unity)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue