1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Functions/Zle/zed-set-file-name
2004-06-23 16:14:24 +00:00

10 lines
144 B
Plaintext

emulate -L zsh
autoload -U read-from-minibuffer
zle -K zed-normal-keymap
local REPLY
read-from-minibuffer "File name: "
zed_file_name=$REPLY