1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 18:25:42 +08:00

fix(lang#python): fix typo in coverage key bindings

This commit is contained in:
danchev 2021-10-26 23:45:37 -05:00 committed by GitHub
parent 417403749e
commit 5d9a09751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

View File

@ -197,15 +197,15 @@ function! s:language_specified_mappings() abort
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 's'],
\ 'Coveragepy show',
\ 'coverager show', 1)
\ 'coverage show', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'e'],
\ 'Coveragepy session',
\ 'coverager session', 1)
\ 'coverage session', 1)
call SpaceVim#mapping#space#langSPC('nmap', ['l','c', 'f'],
\ 'Coveragepy refresh',
\ 'coverager refresh', 1)
\ 'coverage refresh', 1)
" +Generate {{{

View File

@ -174,10 +174,10 @@ pip install --user coverage
| 模式 | 快捷键 | 功能描述 |
| ------ | ----------- | ----------------- |
| normal | `SPC l c r` | coverager report |
| normal | `SPC l c s` | coverager show |
| normal | `SPC l c e` | coverager session |
| normal | `SPC l c f` | coverager refresh |
| normal | `SPC l c r` | coverage report |
| normal | `SPC l c s` | coverage show |
| normal | `SPC l c e` | coverage session |
| normal | `SPC l c f` | coverage refresh |
### 交互式编程

View File

@ -168,10 +168,10 @@ you need to add following snippet into your spacevim configuration file.
| Mode | Key Binding | Description |
| ------ | ----------- | ----------------- |
| normal | `SPC l c r` | coverager report |
| normal | `SPC l c s` | coverager show |
| normal | `SPC l c e` | coverager session |
| normal | `SPC l c f` | coverager refresh |
| normal | `SPC l c r` | coverage report |
| normal | `SPC l c s` | coverage show |
| normal | `SPC l c e` | coverage session |
| normal | `SPC l c f` | coverage refresh |
### Text objects and motions