From b1e7b1381fed428498ac2582c5c0a61bc4ed1b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irmantas=20=C5=A0iup=C5=A1inskas?= Date: Tue, 13 Apr 2021 11:16:35 +0300 Subject: [PATCH] Updates vim_style_key_config.ron path With commit #b0b37a8 vim style config path in KEY_CONFIG.md was unchanged --- KEY_CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KEY_CONFIG.md b/KEY_CONFIG.md index 9e88722e..742fe8c8 100644 --- a/KEY_CONFIG.md +++ b/KEY_CONFIG.md @@ -13,4 +13,4 @@ The location of the file depends on your OS: * `$XDG_CONFIG_HOME/gitui/key_config.ron` (linux using XDG) * `$HOME/.config/gitui/key_config.ron` (linux) -Here is a [vim style key config](assets/vim_style_key_config.ron) with `h`, `j`, `k`, `l` to navigate. Use it to copy the content into `key_config.ron` to get vim style key bindings. +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_config.ron` to get vim style key bindings.