Rebind go-coverage to gC

This commit is contained in:
JAremko 2017-03-14 21:53:29 +02:00 committed by syl20bnr
parent ed8772fb93
commit 0fc5a729ff
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ In addition, =GOPATH= must be set prior to =go-guru= initialization.
| ~SPC m e d~ | download go-play snippet |
| ~SPC m x x~ | run "go run" for the current 'main' package |
| ~SPC m g a~ | jump to matching test file or back from test to code file |
| ~SPC m g c~ | open a clone of the current buffer with a coverage info (=go tool cover -h= for help) |
| ~SPC m g С~ | open a clone of the current buffer with a coverage info (=go tool cover -h= for help) |
| ~SPC m g g~ | go jump to definition |
| ~SPC m r n~ | go rename |
| ~SPC m t p~ | run "go test" for the current package |

View File

@ -114,7 +114,7 @@
"ed" 'go-download-play
"xx" 'spacemacs/go-run-main
"ga" 'ff-find-other-file
"gc" 'go-coverage
"gС" 'go-coverage
"tt" 'spacemacs/go-run-test-current-function
"ts" 'spacemacs/go-run-test-current-suite
"tp" 'spacemacs/go-run-package-tests