From 7756f0369ac9b542047cfab312bb418c005c4265 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 9 Mar 2025 12:21:09 +0100 Subject: [PATCH] fix link --- KEY_CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KEY_CONFIG.md b/KEY_CONFIG.md index 07c0e699..67b455b3 100644 --- a/KEY_CONFIG.md +++ b/KEY_CONFIG.md @@ -30,7 +30,7 @@ See all possible keys to overwrite in gitui: [here](https://github.com/extrawurs Possible values for: * `code` are defined by the type `KeyCode` in crossterm: [here](https://docs.rs/crossterm/latest/crossterm/event/enum.KeyCode.html) -* `modifiers` are defined by the type `KeyModifiers` in crossterm: [here](hhttps://docs.rs/crossterm/latest/crossterm/event/struct.KeyModifiers.html) +* `modifiers` are defined by the type `KeyModifiers` in crossterm: [here](https://docs.rs/crossterm/latest/crossterm/event/struct.KeyModifiers.html) 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.