summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorwakaka6 <48764488+wakaka6@users.noreply.github.com>2022-12-20 21:39:24 +0800
committerwakaka6 <48764488+wakaka6@users.noreply.github.com>2022-12-20 21:39:24 +0800
commitb6c73b362006de503e593bfd837743dc59ab632a (patch)
treeeeb7e5ff7e0469c54dc487c2bfe358c18a64dc5c /docs/Config.md
parent6bf28d325fc2434105327a3c6fa4b005549d3d85 (diff)
Change null as the default return-alt1
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 425041f47..c911aaffd 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -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