aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/abbr.txt
Commit message (Collapse)AuthorAge
* Migrate abbrs from =-separated to space-separatedGravatar Fabian Homborg2016-03-02
| | | | | | | | | We silently upgrade existing abbreviations and change the separator when saving. This does not yet warn when the user is using the old syntax. Resolves #2051
* Soften abbr-in-config.fish wordingGravatar Fabian Homborg2016-02-13
| | | | | This isn't as necessary anymore and having abbrs in config.fish is nice for e.g. storing it in git.
* Document that abbrs should be added onceGravatar Fabian Homborg2016-01-24
| | | | | While abbrs are still stored in a universal variable, it's much quicker to just add them once and not just put `abbr --add key value` in config.fish.
* abbr: rename --remove to --eraseGravatar David Adam2015-05-22
| | | | | | for consistency with other fish commands Closes #2071.
* abbr/web_config: support space-delimited abbreviationsGravatar David Adam2014-11-15
| | | | | | | | | Support for space-delimited abbreviations was added to the expansion parser in fbade198; this commit extends that support to the user-facing tools, and documents the space-separated behaviour. Equals-delimited abbreviations are expected to be removed before the next release. Work on #731.
* Fix typo in abbr documentationGravatar Kevin Ballard2014-10-07
| | | | [skip ci]
* abbr.fish: add abbr, a command to manipulate abbreviationsGravatar David Adam2014-10-05
Work on #731.