DIR:/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Current File : //proc/thread-self/root/usr/share/zsh/5.5.1/functions/zed-set-file-name |
emulate -L zsh autoload -Uz read-from-minibuffer zle -K zed-normal-keymap local REPLY read-from-minibuffer "File name: " zed_file_name=$REPLY |