We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e3229 commit c353066Copy full SHA for c353066
README.md
@@ -129,6 +129,11 @@ You can use `--config <path>` to specify your config file location.
129
130
## Key bindings
131
132
+Key bindings can be configured in the config file, see the [wiki
133
+page][key-bindings-wiki] for details.
134
+
135
+Default key bindings:
136
137
- `C-a`/`C-e` move cursor to beginning/end in the input field
138
139
- `C-k` delete rest of the line
@@ -153,6 +158,8 @@ You can use `--config <path>` to specify your config file location.
153
158
154
159
- `C-x` edit current message in `$EDITOR`
155
160
161
+[key-bindings-wiki]: https://github.com/osa1/tiny/wiki/Configuring-key-bindings
162
156
163
## Commands
157
164
165
Commands start with `/` character.
0 commit comments