Remove alternative confirmation and return keymappings

This commit is contained in:
Luka Markušić 2023-03-09 10:29:20 +01:00
parent 82fc6fb111
commit f314cb3763
11 changed files with 0 additions and 79 deletions

View file

@ -115,8 +115,6 @@ 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
# 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
@ -142,7 +140,6 @@ keybinding:
goInto: '<enter>'
openRecentRepos: '<c-r>'
confirm: '<enter>'
confirm-alt1: 'y'
remove: 'd'
new: 'n'
edit: 'e'