conventions: add SPC m f for web frameworks

This commit is contained in:
syl20bnr 2018-01-18 00:27:22 -05:00
parent 03f79d0aa6
commit 904523293c
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,7 @@
- [[#toggles][Toggles]]
- [[#refactoring][Refactoring]]
- [[#code-formatting][Code Formatting]]
- [[#web-frameworks][Web frameworks]]
- [[#help-or-documentation][Help or Documentation]]
- [[#writing-documentation][Writing documentation]]
- [[#spacing-in-documentation][Spacing in documentation]]
@ -352,6 +353,9 @@ Major-mode code formatting is under prefix ~SPC m =~.
| ~m = b~ | format current buffer |
| ~m = f~ | format current function |
** Web frameworks
Web frameworks key bindings should go under ~SPC m f~.
** Help or Documentation
The base prefix for help commands is ~SPC m h~. Documentation is considered
as an help command.