We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665e3fc commit ed31a76Copy full SHA for ed31a76
1 file changed
README.md
@@ -55,6 +55,9 @@ commit-editor path/to/file.txt
55
| `Ctrl+Q` | Quit |
56
| `Ctrl+O` | Toggle Signed-off-by trailer |
57
58
+Additional key bindings are noted in the Textual
59
+[`TextArea` documentation](https://textual.textualize.io/widgets/text_area/#bindings).
60
+
61
## Commit Message Format
62
63
This editor enforces the widely-accepted git commit message conventions:
@@ -69,6 +72,7 @@ This editor enforces the widely-accepted git commit message conventions:
69
72
- Word-level spellchecking
70
73
- Config file support (`.commit.toml` project or global level or `pyproject.toml`); support tweaking line length limits
71
74
- Jira (or other issue tracker) ID checking (e.g. title starts with `ABC-123: `)
75
+- Color theme support
76
77
## License
78
0 commit comments