diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-01 14:55:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-01 14:55:54 +0000 |
commit | 3c13204e5574c48887e0b3f7caf3837773a7d29c (patch) | |
tree | 8a41ed2e51039076dedcd7b0f5d282cc2b93c1e7 /Doc/Zsh/zle.yo | |
parent | bf214787228dc097a268ee4207d87bf3bf09d2b3 (diff) | |
download | zsh-3c13204e5574c48887e0b3f7caf3837773a7d29c.tar.gz zsh-3c13204e5574c48887e0b3f7caf3837773a7d29c.tar.xz zsh-3c13204e5574c48887e0b3f7caf3837773a7d29c.zip |
7650: new reset-prompt zle widget
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index caabc9aaf..94d7a7677 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -1737,6 +1737,15 @@ tindex(redisplay) item(tt(redisplay) (unbound) (^R) (^R))( Redisplays the edit buffer. ) +tindex(reset-prompt) +item(tt(reset-prompt) (unbound) (unbound) (unbound))( +Force the prompts on both the left and right of the screen to be +re-expanded, then redisplay the edit buffer. Note that this +does not reflect changes to the prompt variables themselves, only changes +in the expansion of the values (for example, changes in time or +directory, or changes to the value of variables referred to by the +prompt). +) tindex(send-break) item(tt(send-break) (^G ESC-^G) (unbound) (unbound))( Abort the current editor function, e.g. tt(execute-named-command), or the |