]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/10_keyboard/10_keyboard.zshrc
Use "autoload -Uz"
[ax-zsh.git] / core / 10_keyboard / 10_keyboard.zshrc
index 3c52190b8e1e0a4753b225f0d93bce1db2a25100..92ecf04152009bd9af61e5e528424894de96effc 100644 (file)
@@ -4,6 +4,6 @@
 bindkey -e
 
 # Allow editing of the current command line in $EDITOR
-autoload -U edit-command-line
+autoload -Uz edit-command-line
 zle -N edit-command-line
 bindkey '\C-x\C-e' edit-command-line