From 693bc255ab12598899c9709605dca20e8e18660b Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 24 May 2021 18:06:59 +0200 Subject: [PATCH] doc key_config file location on windows --- KEY_CONFIG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/KEY_CONFIG.md b/KEY_CONFIG.md index 742fe8c8..e7c3d0d8 100644 --- a/KEY_CONFIG.md +++ b/KEY_CONFIG.md @@ -12,5 +12,6 @@ The location of the file depends on your OS: * `$HOME/.config/gitui/key_config.ron` (mac) * `$XDG_CONFIG_HOME/gitui/key_config.ron` (linux using XDG) * `$HOME/.config/gitui/key_config.ron` (linux) +* `%APPDATA%/gitui/key_config.ron` (Windows) 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.