1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add disabled compat for user config (#2833)

Treat <disabled> setting as equivalent to "null"
in keybindings user configs.
This commit is contained in:
Karim Khaleel
2023-10-09 22:06:32 +03:00
parent c39fafe6ec
commit d02deeefd8
5 changed files with 34 additions and 5 deletions

View File

@ -691,7 +691,7 @@ func GetDefaultConfig() *UserConfig {
NextMatch: "n",
PrevMatch: "N",
StartSearch: "/",
OptionMenu: "",
OptionMenu: "<disabled>",
OptionMenuAlt1: "?",
Select: "<space>",
GoInto: "<enter>",