1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Change null as the default return-alt1

This commit is contained in:
wakaka6
2022-12-20 21:39:24 +08:00
parent 6bf28d325f
commit b6c73b3620
2 changed files with 3 additions and 1 deletions

View File

@@ -425,6 +425,7 @@ func GetDefaultConfig() *UserConfig {
Quit: "q",
QuitAlt1: "<c-c>",
Return: "<esc>",
ReturnAlt1: "",
QuitWithoutChangingDirectory: "Q",
TogglePanel: "<tab>",
PrevItem: "<up>",