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

autoload -Uz read-from-minibuffer

zle -K zed-normal-keymap

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