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:
parent
ceb7a09833
commit
fd1676f397
4 changed files with 80 additions and 32 deletions
9
Functions/Zle/zed-set-file-name
Normal file
9
Functions/Zle/zed-set-file-name
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue