Skip to content

Commit ed31a76

Browse files
committed
Add note about additional keybindings
And note future theme support. Signed-off-by: Martin Prpič <martin.prpic@gmail.com>
1 parent 665e3fc commit ed31a76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6063
This 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

0 commit comments

Comments
 (0)