1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:10:05 +08:00

Update doc for SPC t h i (#4184)

This commit is contained in:
Wang Shidong 2021-04-10 22:35:52 +08:00 committed by GitHub
parent a6ba9490ca
commit 9f6ecc5d30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -534,7 +534,7 @@ Some UI indicators can be toggled on and off (toggles start with t and T):
| `SPC t a` | toggle autocomplete (only available with `autocomplete_method = deoplete`) |
| `SPC t f` | display the fill column (by default `max_column` is 120) |
| `SPC t h h` | toggle highlight of the current line |
| `SPC t h i` | toggle highlight indentation levels (TODO) |
| `SPC t h i` | toggle highlight indentation levels |
| `SPC t h c` | toggle highlight indentation current column |
| `SPC t h s` | toggle syntax highlighting |
| `SPC t i` | toggle indentation guide at point |