You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config file format based on the [Ron file format](https://github.com/ron-rs/ron).
11
23
The location of the file depends on your OS:
@@ -14,6 +26,8 @@ The location of the file depends on your OS:
14
26
*`$HOME/.config/gitui/key_bindings.ron` (linux)
15
27
*`%APPDATA%/gitui/key_bindings.ron` (Windows)
16
28
29
+
See all possible keys to overwrite in code: [here](https://github.com/extrawurst/gitui/blob/master/src/keys/key_list.rs#L83)
30
+
17
31
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.
0 commit comments