summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/zle.yo
Commit message (Collapse)AuthorAgeFilesLines
* 54143: Bind '_' to vi-first-non-blank in vicmd keymapAidan Van Duyne2025-12-161-1/+1
|
* 54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ↵Oliver Kiddle2025-11-171-1/+8
| | | | allow mixing of colours
* 53775: Fix some documentation typosLawrence Velázquez2025-11-121-1/+1
|
* 54043, 54055: allow highlighing attributes to be turned back offOliver Kiddle2025-11-121-12/+31
|
* 53402, 54042: make timeout for terminal queries configurable via a ↵Oliver Kiddle2025-11-101-12/+110
| | | | | | .term.querywait variable Also clarify documentation and include fewer of the new extensions by default
* 53438: support for changing terminal cursor shape and colourOliver Kiddle2025-11-101-0/+61
|
* 53377: support OSC52 paste sequence with the "* and "+ vi registersOliver Kiddle2025-11-101-3/+2
|
* 53821: add missing manpage name in cross referenceJun-ichi Takimoto2025-07-181-41/+20
| | | | | and many small improvements. See comments in zman.yo for the usage of new yodl macros for cross reference.
* 52535: documentation for highlight groups and layersOliver Kiddle2024-02-151-0/+11
|
* Unposted (cf. 52296): correct description of "vared -e"Bart Schaefer2023-11-181-1/+1
|
* 51291: support for highlighting ellipses in the line editorOliver Kiddle2023-01-101-0/+3
|
* 51280: add support for italic and faint fonts in the line editorOliver Kiddle2023-01-101-1/+9
|
* 50934: use OSC 52 escape sequence when copying to "* or "+ vi buffersOliver Kiddle2022-11-171-3/+8
|
* 49844: Fix node reference errors from 49446 and 49448.Bart Schaefer2022-03-131-2/+2
|
* unposted: Add whitespace and comments. No functional change.Daniel Shahaf2021-12-011-0/+3
|
* 49621: Fix the info Doc build, broken in 49448.Daniel Shahaf2021-12-011-0/+2
|
* 49448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵Daniel Shahaf2021-11-261-9/+13
| | | | | | | | | | | | `Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers.
* 49445: docs: Clean up some subsection references.Daniel Shahaf2021-11-261-1/+1
|
* 49391: Document default bracketed-paste bindingsBart Schaefer2021-09-081-1/+1
|
* users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf2020-10-031-5/+4
| | | | course of things, but only when an immediate, interim redisplay is desired.
* 46072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve ↵Daniel Shahaf2020-06-271-2/+5
| | | | | | add-zle-hook-widget support for multiple hook functions. See workers/46004 for the use-case.
* 46068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf2020-06-251-8/+28
| | | | | | | | | | | | | | | | This is useful when multiple plugins add region_highlight entries and subsequently want to remove only their own entries. Without this functionality, recognizing one's region_highlight entries is not trivial because the 'start' and 'end' offsets are modified by editing of $BUFFER and the highlight specification may not be unique or distinctive. The tweaks are as follows: - Change zfree() to zsfree() per workers/46070. - Remove the mem.c hunk, as it changed the signature of only one out of two alternative definitions of zsfree(). (The definition that hunk touched is the one that's not used by default.)
* 45035: be explicit about the need for a # in colours specified as hex tripletsOliver Kiddle2019-12-161-4/+4
|
* 44215: Maintain LASTWIDGET across reset-prompt.Roman Perepelitsa2019-04-101-1/+4
| | | | This avoids side effects of asynchronous notifications.
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-231-2/+4
| | | | The sequence for truecolor uses a different prefix from palette colors
* 43760: add documentation for true colour changes and nearcolor moduleOliver Kiddle2018-11-051-2/+12
|
* 43563: zshzle: Clarify sentence in introduction.Daniel Shahaf2018-09-271-3/+3
|
* 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-4/+7
|
* 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
|