summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-28 11:54:16 +1100
committerGitHub <noreply@github.com>2022-12-28 11:54:16 +1100
commitf3fa9ec2d1271541acd28a7074027246a8bf646d (patch)
tree6d7293a7fa9deea43fd26ea17cddb9b2bf2f7e72 /docs/Config.md
parente661916ba619b1c3b7b316bf3c6a4d6a8b54d3bf (diff)
parentb6c73b362006de503e593bfd837743dc59ab632a (diff)
Merge pull request #2311 from wakaka6/add_return_alt1
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index f030d5e35..e353a44ba 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -112,6 +112,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
+ # 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