about summary refs log tree commit diff
path: root/Functions/Zle/zed-set-file-name
blob: ca7758c37fac6073dc4c7774aa073a4202292940 (plain) (blame)
1
2
3
4
5
6
7
8
9
emulate -L zsh

autoload -U read-from-minibuffer

zle -K zed-normal-keymap

local REPLY
read-from-minibuffer "File name: "
zed_file_name=$REPLY