mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 19:29:14 +03:00
a95ffd7bcc
* customizable key config * provide example vim key config * automatically show correct key binding in bottom cmd-bar
735 B
735 B
Key Config
Default using arrow key to navigate the gitui and Ctrl + C to quit the program
The first time Gitui will create key_config.ron
file automatically.
You can change the every single key bindings of the program as what you like.
The config file format is Ron format. And the path differs depending on the operating system:
$HOME/Library/Preferences/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 with h
, j
, k
, l
to navigate and Ctrl + C
to leave.
You can use it to replace key_config.ron
and get a vim style setting.