gitui/KEY_CONFIG.md
Irmantas Šiupšinskas b1e7b1381f Updates vim_style_key_config.ron path
With commit #b0b37a8 vim style config path in KEY_CONFIG.md was unchanged
2021-04-13 10:18:16 +02:00

16 lines
744 B
Markdown

# Key Config
The default keys are based on arrow keys to navigate.
However popular demand lead to fully customizability of the key bindings.
On first start `gitui` will create `key_config.ron` file automatically based on the defaults.
This file allows changing every key binding.
The config file format based on the [Ron file format](https://github.com/ron-rs/ron).
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)
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.