summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-03-20 20:11:35 +1100
committerGitHub <noreply@github.com>2023-03-20 20:11:35 +1100
commita82d952f482b285ece07adbaa4f1284d863054fa (patch)
treedcdaec4ed8528f090be656dd71f4c84db297f61a /docs
parentcef804f27aaaec6a728bf1c0df89df2ffb355669 (diff)
parentf314cb37630fc444e11e89e6e10799f9bb6195b0 (diff)
Merge pull request #2495 from jesseduffield/feature/remove-altreturn
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 c02db15ee..22f2a8e9b 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -116,8 +116,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
@@ -143,7 +141,6 @@ keybinding:
goInto: '<enter>'
openRecentRepos: '<c-r>'
confirm: '<enter>'
- confirm-alt1: 'y'
remove: 'd'
new: 'n'
edit: 'e'