Merge pull request #1704 from Oreodave/omnisharp-unit-test-keybinds
Fixing up csharp mode's keybinds (mostly unit-test ones)
This commit is contained in:
commit
ea34b11194
1 changed files with 3 additions and 4 deletions
|
@ -36,7 +36,6 @@
|
||||||
:map omnisharp-mode-map
|
:map omnisharp-mode-map
|
||||||
"b" #'omnisharp-recompile
|
"b" #'omnisharp-recompile
|
||||||
(:prefix "r"
|
(:prefix "r"
|
||||||
"i" #'omnisharp-fix-code-issue-at-point
|
|
||||||
"u" #'omnisharp-fix-usings
|
"u" #'omnisharp-fix-usings
|
||||||
"r" #'omnisharp-rename
|
"r" #'omnisharp-rename
|
||||||
"a" #'omnisharp-show-last-auto-complete-result
|
"a" #'omnisharp-show-last-auto-complete-result
|
||||||
|
@ -52,9 +51,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"
|
||||||
"r" (λ! (omnisharp-unit-test "fixture"))
|
"s" #'omnisharp-unit-test-at-point
|
||||||
"s" (λ! (omnisharp-unit-test "single"))
|
"l" #'omnisharp-unit-test-last
|
||||||
"a" (λ! (omnisharp-unit-test "all")))))
|
"b" #'omnisharp-unit-test-buffer)))
|
||||||
|
|
||||||
|
|
||||||
(when (featurep! +unity)
|
(when (featurep! +unity)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue