diff options
author | Peter Stephenson <pws@zsh.org> | 2014-02-28 18:44:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2014-02-28 18:44:49 +0000 |
commit | 52f72086c93d4b5faec06665bc352246d3f4ec3f (patch) | |
tree | 7a1ea19af006f39727e309b82d23a4ad5e1de1e6 /Doc/Zsh/contrib.yo | |
parent | e5b55ebf4546b82a1cc5c2b03d404da046a28df2 (diff) | |
download | zsh-52f72086c93d4b5faec06665bc352246d3f4ec3f.tar.gz zsh-52f72086c93d4b5faec06665bc352246d3f4ec3f.tar.xz zsh-52f72086c93d4b5faec06665bc352246d3f4ec3f.zip |
users 18531 plus doc etc.: new expand-absolute-path widget
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index bb294e5a5..11d596df8 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1873,6 +1873,12 @@ Edit the command line using your visual editor, as in tt(ksh). example(bindkey -M vicmd v edit-command-line) ) +tindex(expand-absolute-path) +item(tt(expand-absolute-path))( +Expand the file name under the cursor to an absolute path, resolving +symbolic links. Where possible, the initial path segment is turned +into a named directory or reference to a user's home directory. +) tindex(history-beginning-search-backward-end) tindex(history-beginning-search-forward-end) item(tt(history-search-end))( |