mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Change null as the default return-alt1
This commit is contained in:
parent
6bf28d325f
commit
b6c73b3620
2 changed files with 3 additions and 1 deletions
|
@ -113,7 +113,8 @@ keybinding:
|
|||
quit: 'q'
|
||||
quit-alt1: '<c-c>' # alternative/alias of quit
|
||||
return: '<esc>' # return to previous menu, will quit if there's nowhere to return
|
||||
return-alt1: ';' # When set to a printable character, this will work for returning from non-prompt panels
|
||||
# When set to a printable character, this will work for returning from non-prompt panels
|
||||
return-alt1: null
|
||||
quitWithoutChangingDirectory: 'Q'
|
||||
togglePanel: '<tab>' # goto the next panel
|
||||
prevItem: '<up>' # go one line up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue