haskell: Document `SPC m r i` binding

This commit is contained in:
Colin Woodbury 2018-01-24 10:00:15 -08:00 committed by syl20bnr
parent 6826ab10a6
commit f187300491
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ Refactor commands are prefixed by ~SPC m r~:
| Key Binding | Description |
|-------------+---------------------------------------------------|
| ~SPC m r b~ | apply all HLint suggestions in the current buffer |
| ~SPC m r i~ | reformat imports from anywhere in the buffer |
| ~SPC m r r~ | apply the HLint suggestion under the cursor |
| ~SPC m r s~ | list all Intero suggestions |