aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src
Commit message (Collapse)AuthorAge
* Use a better wording for escaping charactersGravatar Nitish Chandra2015-07-12
| | | | Replace the wording '... escapes the tab character ...' with '... represents the tab character ...'. Similarly for other escape sequences.
* Further tweak the language about setting PATH in the tutorialGravatar ridiculousfish2015-07-03
|
* Improve discussion of how to set PATH in the tutorialGravatar ridiculousfish2015-07-03
| | | | Also fix a few broken anchors
* Merge branch 'Integration_2.2.0'Gravatar David Adam2015-06-05
|\
| * Add some simple documentation for fish_vi_modeGravatar ridiculousfish2015-06-04
| |
* | Add some simple documentation for fish_vi_modeGravatar ridiculousfish2015-06-04
| |
* | document new input functionsGravatar Michael Steed2015-06-04
| |
| * abbr: rename --remove to --eraseGravatar David Adam2015-05-22
| | | | | | | | | | | | for consistency with other fish commands Closes #2071.
* | Merge branch 'Integration_2.2.0'Gravatar David Adam2015-05-21
|\|
| * FAQ: shorter fish_title fixGravatar David Adam2015-05-21
| | | | | | | | [skip ci]
* | documents function options must follow nameGravatar Jeremy W. Sherman2015-05-17
|/ | | | | When declaring a function using the function "function", the options must follow, not precede, the function name. The examples demonstrate this syntax, but the synopsis previously showed the options preceding the name.
* doc: faq: avoid overwriting config.fish.Gravatar Jakukyo Friel2015-05-03
| | | | | | | | | | | | | | In FAQ: > I'm seeing weird output before each prompt when using screen. What's wrong? The command provided is echo 'function fish_title;end' > ~/.config/fish/config.fish Using `>` will overwrite current config.fish. We should use `>>` instead.
* docs: document pkg-config command for vendor_completions.dGravatar David Adam2015-05-01
|
* docs: document __fish_complete_path functionGravatar David Adam2015-05-01
| | | | Introduced with 6ece852 for #834.
* typoGravatar Ingo Blechschmidt2015-04-25
|
* Revert "document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65"Gravatar Konrad Borowski2015-04-14
| | | | This reverts commit e17f6fb2dcdbc147cfdb4a55639ad784a927f2a6.
* docs: move discussion of fishd file to universal variable sectionGravatar David Adam2015-03-26
|
* document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65Gravatar David Adam2015-03-26
| | | | Work on #1956.
* Updated exit.txt reference to sourceGravatar Lucretiel2015-03-18
| | | Changed the text referencing 'source' in exit.txt from '.' to 'source'
* Mention that `for` variables are local.Gravatar Konrad Borowski2015-02-06
| | | | | This is the current behaviour, documentation can be updated if this behaviour changes, assuming it can, because it's an incompatible change.
* isatty: revert to previous behaviourGravatar David Adam2015-02-01
| | | | This partially reverts commit 60808a4820b1714.
* test: note that the square bracket form is availableGravatar David Adam2014-12-28
| | | | As requested in https://github.com/fish-shell/fish-shell/issues/1850
* Clarify some documentation regarding fish_indentGravatar ridiculousfish2014-12-24
|
* Document new flags to fish_indentGravatar ridiculousfish2014-12-23
|
* 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.
* update keybindings docsGravatar David Adam2014-11-13
|
* Vim bindings doc: describe modes better and explain some non-vim bindingsGravatar Jared Grubb2014-11-13
|
* add license for tmux code added in d944addGravatar David Adam2014-11-10
|
* document behaviour of arrays that are split on importGravatar David Adam2014-11-10
|
* contains: add documentation regarding the use of `--`Gravatar David Adam2014-10-26
| | | | | | Closes #1194. [skip ci]
* Fix typo in abbr documentationGravatar Kevin Ballard2014-10-07
| | | | [skip ci]
* license.hdr: reduce duplication and clarify some commentsGravatar David Adam2014-10-06
| | | | [skip ci]
* license.hdr: remove licensing information for XSel, no longer shippedGravatar David Adam2014-10-06
| | | | [skip ci]
* abbr.fish: add abbr, a command to manipulate abbreviationsGravatar David Adam2014-10-05
| | | | Work on #731.
* Add new `functions` flag -V/--inherit-variableGravatar Kevin Ballard2014-10-02
| | | | | | | | | | --inherit-variable takes a variable name and snapshots its current value. When the function is executed, it will have a local variable with this value already defined. Printing the function source will include synthesized `set -l` lines for the values. This is primarily useful for functions that are created on the fly, such as in `psub`.
* Fix examples in `bind` documentationGravatar Kevin Ballard2014-10-01
|
* Fix doc example for `echo`Gravatar Kevin Ballard2014-10-01
|
* Added fish_preexec and fish_postexec eventsGravatar Jan-Thorsten Peter2014-10-01
| | | | Fixes #1549.
* Create and use $DATADIR/vendor_completions.d/ for upstream completionsGravatar David Adam2014-10-01
| | | | Closes #1485.
* Make false/true into builtinsGravatar Kevin Ballard2014-09-29
| | | | | | | Making `true` into a builtin is a significant optimization to `while true` loops. As long as `true` is a builtin, we may as well make `false` builtin as well (despite the fact that it's not typically executed in a loop).
* Add Meta+H as keybinding for man page.Gravatar Konrad Borowski2014-09-28
| | | | | | | | Apparently, in zsh, Meta+H can be used to display the manpage for the current command. This commit adds this zsh feature to fish shell. The F1 keybinding is left, although it's now secondary according to fish help, as some terminal emulators don't let the user press F1 key.
* Fix some busted escape sequences in docs, and slightly reformat a few examplesGravatar ridiculousfish2014-09-27
|
* Clean up font declarationsGravatar Mark Griffiths2014-09-23
| | | | | | | | | re: fish-shell/fish-shell@2726712e01f2ca254bd46deb5bd27cd417fca158 As this is rendering ok in Firefox, this version should pickup the best fonts for most browser/os variants based on 'font-stretch' support. `.fish_left_bar` should be condensed, the main body font shouldn't.
* Restore DejaVu Sans Condensed font.Gravatar Konrad Borowski2014-09-23
| | | | With font-strentch: condensed, the rendering is acceptable.
* lexicon_filter fix for escaped optionsGravatar Mark Griffiths2014-09-23
| | | | | Fixes #1703. Also fixes short and long options markup in synopsis when directly following a '(' or '[' character.
* Suppress italics in keyboard shortcutsGravatar Kevin Ballard2014-09-23
|
* Support `bind SEQ` to print a binding for `SEQ`Gravatar Kevin Ballard2014-09-22
|
* Rework mode handling of `bind`Gravatar Kevin Ballard2014-09-22
| | | | | | | | | | | | | Binds with the same sequence in multiple modes was not working right. Fix up the implementation to propagate modes everywhere as necessary. This means that `bind` will properly list distinct binds with the same sequence, and `bind -e` will take mode into account properly as well. Note that `bind -e seq` now assumes the bind is in the default bind mode, whereas before it would erase the first binding with that sequence regardless of mode. `bind -e -a` still erases all binds in all modes, though `bind -M mode -e -a` still only erases all binds in the selected mode.
* Update `bind` documentationGravatar Kevin Ballard2014-09-22
| | | | | | Document all the `bind` flags, including modes. Fixes #1663.
* Stop overriding <em> in user documentationGravatar Kevin Ballard2014-09-22
| | | | | | | | | <em> used to represent something else, but as far as I can tell, all uses of <em> in the documentation today actually represent text that's supposed to be visibly different. Notably, the documentation on supported escapes uses <em> to indicate the letters that are a placeholder for e.g. a hex digit, as opposed to being a literal character.