summaryrefslogtreecommitdiff
path: root/Functions/Zle/read-from-minibuffer
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/read-from-minibuffer')
-rw-r--r--Functions/Zle/read-from-minibuffer2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/read-from-minibuffer b/Functions/Zle/read-from-minibuffer
index ba75cbdce..30dfe8338 100644
--- a/Functions/Zle/read-from-minibuffer
+++ b/Functions/Zle/read-from-minibuffer
@@ -33,7 +33,7 @@ if [[ -n $keys ]]; then
read -k $keys
stat=$?
else
- zle recursive-edit
+ zle recursive-edit -K main
stat=$?
(( stat )) || REPLY=$BUFFER
fi