From c35c704de888c522ee9f81dac91b8f9a50161832 Mon Sep 17 00:00:00 2001 From: oreodave Date: Fri, 23 Aug 2019 21:50:37 +0100 Subject: [PATCH] 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) --- modules/lang/csharp/config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/csharp/config.el b/modules/lang/csharp/config.el index 5665deb6f..e8ed62f4e 100644 --- a/modules/lang/csharp/config.el +++ b/modules/lang/csharp/config.el @@ -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)