about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
Commit message (Collapse)AuthorAgeFilesLines
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-171-0/+7
|
* 43084: Variable warning suppression enhancements.Peter Stephenson2018-06-251-2/+4
| | | | | | Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
* 41275: Leave stdin open when executing widgetsStephane Chazelas2017-06-131-6/+6
|
* 40702: new KEYS_QUEUED_COUNT ZLE variablePeter Stephenson2017-03-031-1/+8
|
* 40003: include "0-"9 vi buffers in the registers associative arrayOliver Kiddle2016-11-241-1/+1
|
* 39986, 39989: improve handling of vi-repeat-changeOliver Kiddle2016-11-201-0/+7
| | | | | | Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied.
* 39952: add registers special parameter to provide access to the vi register ↵Oliver Kiddle2016-11-171-0/+6
| | | | buffers from a zle widget function
* 39929: clarify execute{,-last}-named-cmdBarton E. Schaefer2016-11-131-3/+8
|
* users/22080: bracketed-paste: Third time's a charm.Daniel Shahaf2016-11-041-4/+6
| | | | vi-set-buffer: Eliminate the sole use of the term "register".
* users/22063: bracketed-paste: Document ability to specify a vi register. ↵Daniel Shahaf2016-11-031-1/+4
| | | | (after users/22036)
* users/22036: bracketed-paste: Document cutbuffer behaviour; clarify.Daniel Shahaf2016-10-281-3/+6
|
* 39039: fix documentation of transpose-wordsPeter Stephenson2016-08-151-5/+8
|
* 39029: document transpose-words changePeter Stephenson2016-08-121-0/+6
|
* unposted: fix format in zle.yoJun-ichi Takimoto2016-08-041-2/+2
|
* 38845: reset region_active before entering zleOliver Kiddle2016-07-171-9/+8
| | | | | It was done on exit but before zle-line-finish. Also reword documentation on region to better cover vi mode.
* unposted: fix duplicated wordsOliver Kiddle2016-07-081-1/+1
|
* 38770: vi upper/lowercase widgets and shell widget example that reads a vi ↵Oliver Kiddle2016-06-291-0/+14
| | | | movement
* 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_*m0viefreak2016-04-231-10/+10
|
* m0viefreak: 38264: improve doc for 38145m0viefreak2016-04-101-4/+5
|
* 38145: ZLE parameters for isearch and completion suffixesm0viefreak2016-03-211-0/+26
|
* unposted: docs: zshzle(1): Trivial clarification to $CONTEXT.Daniel Shahaf2016-01-181-1/+1
|
* 36650: Add zle-line-pre-redraw hook for highlightingMikael Magnusson2015-12-191-0/+5
|
* unposted: a few cosmetic format fixes in docsJun-ichi Takimoto2015-11-131-2/+3
|
* 36709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson2015-10-011-5/+24
| | | | params writable
* unposted: docs: Typo fixesDaniel Shahaf2015-09-141-1/+1
|
* 36443: Set zle_highlight=(paste:standout) by default.Daniel Shahaf2015-09-111-1/+1
|
* 36445: Expose yankb, yanke, ZLE_YANK to widgets.Daniel Shahaf2015-09-101-0/+12
|
* 36437: Document interaction of $region_highlight and $zle_highlight.Daniel Shahaf2015-09-071-0/+11
|
* unposted: ZLE_STATE: fix obvious documentation typo.Daniel Shahaf2015-09-071-1/+1
|
* unposted: Minor documentation tweaks.Daniel Shahaf2015-09-051-2/+3
|
* 36216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson2015-08-181-6/+4
|
* 36044: deactivate-region widget for escape in visual modeOliver Kiddle2015-08-111-0/+5
|
* 35896: index zle_highlightBarton E. Schaefer2015-07-241-0/+2
|
* 35824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle2015-07-231-0/+3
| | | | paste in cut buffers
* 35708: add UNDO_LIMIT_NOPeter Stephenson2015-07-091-1/+22
|
* 35474, 35492: support the bracketed paste mode of newer terminal emulatorsOliver Kiddle2015-06-191-0/+12
|
* 35487, 35496: don't reinstate previous incremental search stringOliver Kiddle2015-06-191-1/+3
| | | | when search direction changes
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-4/+5
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* c.f. 35041: typo in zle.yoPeter Stephenson2015-05-061-1/+1
|
* 35034: improve manual format up to Chapter18Jun-ichi Takimoto2015-05-061-159/+158
|
* 35007: Note in doc about scope of ZLE parametersPeter Stephenson2015-05-011-0/+15
|
* 34902: Doc: Explain the numeric argument and be consistent about what we call itMikael Magnusson2015-04-161-10/+21
|
* 34643: clarify documentation for print and bindkeyJun-ichi Takimoto2015-03-061-0/+2
|
* 34653: move aborted vared lines to ZLE_VARED_ABORTEDPeter Stephenson2015-03-061-1/+2
|
* 33956: document key binding changes and remove ^X bindingOliver Kiddle2014-12-131-8/+8
|
* 33950: ignore KEYTIMEOUT for vi operatorsOliver Kiddle2014-12-121-0/+7
|
* 33924: allow vi line/characterwise mode to be forcedOliver Kiddle2014-12-081-2/+6
|
* add menu reference to Text ObjectsBarton E. Schaefer2014-11-211-0/+1
|
* 33730: vim style text objects for selecting wordsOliver Kiddle2014-11-211-1/+45
|
* 33704: keybindings, documentation, tests and minorOliver Kiddle2014-11-171-3/+35
| | | | fixes for vim style visual selection changes