File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,9 @@ commit-editor path/to/file.txt
5555| ` Ctrl+Q ` | Quit |
5656| ` Ctrl+O ` | Toggle Signed-off-by trailer |
5757
58+ Additional key bindings are noted in the Textual
59+ [ ` TextArea ` documentation] ( https://textual.textualize.io/widgets/text_area/#bindings ) .
60+
5861## Commit Message Format
5962
6063This editor enforces the widely-accepted git commit message conventions:
@@ -69,6 +72,7 @@ This editor enforces the widely-accepted git commit message conventions:
6972- Word-level spellchecking
7073- Config file support (` .commit.toml ` project or global level or ` pyproject.toml ` ); support tweaking line length limits
7174- Jira (or other issue tracker) ID checking (e.g. title starts with ` ABC-123: ` )
75+ - Color theme support
7276
7377## License
7478
You can’t perform that action at this time.
0 commit comments