1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00
zsh/Functions/Zle/zed-set-file-name

10 lines
144 B
Text
Raw Normal View History

2004-06-23 18:14:24 +02:00
emulate -L zsh
autoload -U read-from-minibuffer
zle -K zed-normal-keymap
local REPLY
read-from-minibuffer "File name: "
zed_file_name=$REPLY