summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLuka Markušić <luka.markusic@microblink.com>2023-03-09 10:29:20 +0100
committerLuka Markušić <luka.markusic@microblink.com>2023-03-09 10:32:00 +0100
commitf314cb37630fc444e11e89e6e10799f9bb6195b0 (patch)
tree00603e41a490ed0436ab37bd0c01372944e7f008 /docs
parent82fc6fb111ba94aaabf78a00396e69689b860655 (diff)
Remove alternative confirmation and return keymappings
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 4e1229815..920fbf519 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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'