1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 17:10:59 +01:00

20089: various zed improvements

This commit is contained in:
Peter Stephenson 2004-06-23 16:14:24 +00:00
parent ceb7a09833
commit fd1676f397
4 changed files with 80 additions and 32 deletions

View file

@ -0,0 +1,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