1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 22:24:51 +02:00

remove x keybinding for opening menu so we now only use '?'

This commit is contained in:
Jesse Duffield
2023-02-19 13:13:28 +11:00
parent 38c7030b0f
commit 56424eb1aa
10 changed files with 19 additions and 17 deletions

View File

@@ -136,7 +136,7 @@ keybinding:
jumpToBlock: ['1', '2', '3', '4', '5'] # goto the Nth block / panel
nextMatch: 'n'
prevMatch: 'N'
optionMenu: 'x' # show help menu
optionMenu: null # show help menu
optionMenu-alt1: '?' # show help menu
select: '<space>'
goInto: '<enter>'