Introduce the concept of mini-mode in readme

This commit is contained in:
syl20bnr 2014-10-02 00:17:35 -04:00
parent a02a720ca4
commit 3b367460a3
2 changed files with 13 additions and 13 deletions

View file

@ -488,13 +488,13 @@ The font size of the current buffer can be adjusted with the commands:
Key Binding | Description
--------------|------------------------------------------------------------
`<SPC> x +` | Scale up the font and initiate the font scaling mode
`<SPC> x -` | Scale down the font and initiate the font scaling mode
`<SPC> x =` | Reset the font size (no scaling) and initiate the font scaling mode
`+` | Increase the font size
`-` | Decrease the font size
`=` | Reset the font size
Any other key | Leave the font scaling mode
`<SPC> x +` | scale up the font and initiate the font scaling mini-mode
`<SPC> x -` | scale down the font and initiate the font scaling mini-mode
`<SPC> x =` | reset the font size (no scaling) and initiate the font scaling mini-mode
`+` | increase the font size
`-` | decrease the font size
`=` | reset the font size
Any other key | leave the font scaling mini-mode
### Spell checking

View file

@ -25,12 +25,12 @@ commands:
Key Binding | Description
--------------|------------------------------------------------------------
`<SPC> c s` | Initiate change `saturation` mode
`<SPC> c l` | Initiate change `lightness` mode
`+` | Increase the `saturation` or `lightness`
`-` | Decrease the `saturation` or `lightness`
`=` | Reset the `saturation` or `lightness`
Any other key | Leave the change mode
`<SPC> c s` | initiate change `saturation` mini-mode
`<SPC> c l` | initiate change `lightness` mini-mode
`+` | increase the `saturation` or `lightness`
`-` | decrease the `saturation` or `lightness`
`=` | reset the `saturation` or `lightness`
Any other key | leave the change mini-mode
### Screenshots