Skip to content

Commit 7756f03

Browse files
committed
fix link
1 parent c95cea9 commit 7756f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KEY_CONFIG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See all possible keys to overwrite in gitui: [here](https://github.com/extrawurs
3030

3131
Possible values for:
3232
* `code` are defined by the type `KeyCode` in crossterm: [here](https://docs.rs/crossterm/latest/crossterm/event/enum.KeyCode.html)
33-
* `modifiers` are defined by the type `KeyModifiers` in crossterm: [here](hhttps://docs.rs/crossterm/latest/crossterm/event/struct.KeyModifiers.html)
33+
* `modifiers` are defined by the type `KeyModifiers` in crossterm: [here](https://docs.rs/crossterm/latest/crossterm/event/struct.KeyModifiers.html)
3434

3535
Here is a [vim style key config](vim_style_key_config.ron) with `h`, `j`, `k`, `l` to navigate. Use it to copy the content into `key_bindings.ron` to get vim style key bindings.
3636

0 commit comments

Comments
 (0)