about summary refs log tree commit diff
path: root/Functions/Zle/copy-earlier-word
Commit message (Collapse)AuthorAgeFilesLines
* 18143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer2003-01-271-3/+8
|
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-0/+19
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.