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:
oreodave 2019-08-23 21:50:37 +01:00
parent da0f3afb12
commit c35c704de8

View File

@ -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)