aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/index.hdr.in
Commit message (Collapse)AuthorAge
* vi-mode: Inherit \cf and \cb bindings as wellGravatar Fabian Homborg2015-11-06
| | | | | | | This makes them {forward,backward}-char instead of -word, which means they accept suggestions _fully_. Fixes #2255
* vi: Bind \cx to end-of-line in insert modeGravatar Fabian Homborg2015-10-28
| | | | This will also accept any autosuggestion completely.
* Make vi bindings inherit the defaultsGravatar Fabian Homborg2015-10-13
| | | | | | | | | | | This reduces code duplication and adds some previously unavailable bindings that don't quite _violate_ the vi-principle (like prevd-or-backward-word on alt-left) and matches other "impure" bindings like \cf for forward-word (a quite emacs-ish binding) we already have. Fixes #2412 Fixes #2472 Fixes #2255
* Removed misleading space in stderr redirection exampleGravatar Ashok2015-10-11
|
* Document that only variable expansion occurs in ""Gravatar Fabian Homborg2015-09-20
| | | | Fixes #925
* Fix a typo in docs/indexGravatar Alexei Sholik2015-09-15
|
* Fix typo in documentationGravatar Fabian Homborg2015-09-12
|
* Document %last process expansionGravatar Fabian Homborg2015-09-11
| | | | Fixes #2379 (at least the most pressing part of it).
* docs: Improve autoloading/event documentationGravatar Fabian Homborg2015-09-11
| | | | The thing that says "event handlers can't be autoloaded, put it in config.fish". I make good words.
* Document problems with event handlers and autoloadingGravatar Fabian Homborg2015-09-11
| | | | Fixes #845.
* Remove an errant ampersand from the docsGravatar ridiculousfish2015-08-26
| | | | Fixes fish-site issue 26
* Fix raw &amp in docsGravatar Kunal Mehta2015-08-04
| | | The missing semicolon caused a raw &amp to be rendered.
* Merge branch 'death_of_mimedb'Gravatar David Adam2015-07-25
|\
* | docs: typo fixesGravatar Razzi Abuissa2015-07-23
| | | | | | | | | | | | [skip ci] Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
| * __fish_complete_suffix: don't provide file description by defaultGravatar David Adam2015-07-23
|/ | | | | Drops dependency on the mimedb tool and reflects the changes made to the default chooser for files in #279.
* 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.
* 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.
* 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.
* update keybindings docsGravatar David Adam2014-11-13
|
* Vim bindings doc: describe modes better and explain some non-vim bindingsGravatar Jared Grubb2014-11-13
|
* document behaviour of arrays that are split on importGravatar David Adam2014-11-10
|
* Create and use $DATADIR/vendor_completions.d/ for upstream completionsGravatar David Adam2014-10-01
| | | | Closes #1485.
* 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.
* After proofreading, fixes a few minor typos.Gravatar Mark Griffiths2014-09-12
|
* Fix Doxygen unresolved link errorGravatar Mark Griffiths2014-09-04
|
* Synopsis tweaksGravatar Mark Griffiths2014-09-04
|
* List fixesGravatar Mark Griffiths2014-09-03
|
* Index long line fixesGravatar Mark Griffiths2014-09-03
|
* Addition of 'ascii fish' logoGravatar Mark Griffiths2014-08-30
| | | | + small fixes
* Various additions and fixesGravatar Mark Griffiths2014-08-27
|
* Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-08-26
|\ | | | | | | | | | | | | | | Conflicts (FIXED): doc_src/command.txt doc_src/index.hdr.in doc_src/read.txt doc_src/type.txt
* | Consistency fixesGravatar Mark Griffiths2014-08-26
| |
| * doc: Document how IFS affects command substitutionGravatar Kevin Ballard2014-08-21
| | | | | | | | | | | | | | IFS is used for more than just the read builtin. Setting it to the empty string also disables line-splitting in command substitution, and it's done this for the past 7 years. Some day we may have a better way to do this, but for now, document the current solution.
| * doc: Fix docs on $HOME/$USERGravatar Kevin Ballard2014-08-21
| | | | | | | | | | | | The docs claimed that the $HOME and $USER variables could only be changed by the root user. This is untrue. They can be changed by non-root users as well.
| * doc: Fix links in "Further help and development"Gravatar Kevin Ballard2014-08-21
| | | | | | | | | | | | Hyperlink the mailing list to the proper info page. Tweak the GitHub link to use https.
* | Make line length, wrapping and spacing consistentGravatar Mark Griffiths2014-08-19
| |
* | Tutorial auto colouring, Man page and Make fixesGravatar Mark Griffiths2014-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | Completely fixes #1557 and the underlying Doxygen changes that caused it. Should make fish docs simpler and more robust, more consistent and generally prettier. todo: - trap unmarked text as arguments in context - test & fix sed portability - see in particular. (so far tested on BSD (Mac) and GNU sed). - test Makefile changes - last round of aesthetic changes and getting that ascii fish in thereā€¦
* | Merge branch 'master' into documentation-updateGravatar Mark Griffiths2014-08-05
|\| | | | | | | | | | | Conflicts: doc_src/index.hdr.in -- UPDATED doc_src/license.hdr -- UPDATED
| * Set $CMD_DURATION to milliseconds. Fixes #1585Gravatar Gio d'Amelio2014-08-04
| |
| * Clarify I/O redirection documentationGravatar David Adam2014-08-03
| | | | | | | | | | | | Fix the examples and try and improve the clarity of the section. Closes #1409.
| * Document new fish_title behavior per #334Gravatar ridiculousfish2014-08-03
| |
* | Style fix for sub-line commentsGravatar Mark Griffiths2014-08-02
| |
* | Merged in latest changes to docs and formatting tweaksGravatar Mark Griffiths2014-08-02
| | | | | | | | | | | | Addresses issue #1557 as well as fixing many typos, HTML errors and inconsistencies. Also introduces automatic syntax colouring and enables new documentation to be written in Markdown. TODO fix Tutorial.
* | Simplify stylingGravatar Mark Griffiths2014-08-01
| |
* | Documentation updateGravatar Mark Griffiths2014-08-01
|/ | | | | | Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
* Fix minor syntax and capitalization mistakes in vi mode docsGravatar David Xia2014-07-15
|
* Add docs for vi modeGravatar David Xia2014-07-15
| | | | fixes #1536