Fabian Homborg
b85a8bbbfe
Rename sgrep to __fish_sgrep
...
Makes it harder to cause issues with aliases, see fish-shell#2245
2015-09-09 20:55:04 +02:00
David Adam
8bf1e694fe
doc_src/complete: update for new options in synopsis
...
Update complete documentation, hopefully to avoid another #2368 .
[ci skip]
2015-09-09 17:42:42 +08:00
Fabian Homborg
bd3b4e03e9
Suspend docs: Fix typo
...
While not a huge thing, wrong variable names always carry great
confusion potential.
2015-09-06 15:03:43 +02:00
Fabian Homborg
f3695b95fc
Use $VISUAL before $EDITOR in funced
...
Closes #2268
2015-09-02 13:55:59 +02:00
Mike Meyer
32a3e15309
Add info to suspend help page.
2015-09-02 13:40:43 +02:00
Mike Meyer
0661553484
Add suspend help page.
2015-09-02 13:40:43 +02:00
ridiculousfish
e0e732523e
Remove an errant ampersand from the docs
...
Fixes fish-site issue 26
2015-08-26 21:15:59 -07:00
Igor Gali
34faf7638e
docs/design.hdr: inclusive lanugage
...
Closes fish-shell/fish-site#25 .
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
[skip ci]
2015-08-17 20:27:13 +08:00
Kunal Mehta
07c109fad8
Fix raw & in docs
...
The missing semicolon caused a raw & to be rendered.
2015-08-04 13:09:47 +02:00
David Adam
d1d36cc9af
Merge branch 'death_of_mimedb'
2015-07-25 13:04:28 +08:00
David Adam
4401abb166
tutorial: arrays as a synonym for lists
...
Closes https://github.com/fish-shell/fish-site/issues/13
[skip ci]
2015-07-23 18:43:57 +08:00
Razzi Abuissa
27be004c64
docs: typo fixes
...
[skip ci]
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
2015-07-23 15:12:10 +08:00
David Adam
6c668868e9
death of mimedb: remove mimedb from the tree
2015-07-23 14:35:35 +08:00
David Adam
6add8a7df9
open: drop mimedb dependency
2015-07-23 14:26:38 +08:00
David Adam
7fa69ef8be
__fish_complete_suffix: don't provide file description by default
...
Drops dependency on the mimedb tool and reflects the changes made to the
default chooser for files in #279 .
2015-07-23 14:26:38 +08:00
David Adam
a550695cba
fishd is dead, long live fishd
...
[skip ci]
2015-07-20 08:39:59 +08:00
Nitish Chandra
b057efdb37
Use a better wording for escaping characters
...
Replace the wording '... escapes the tab character ...' with '... represents the tab character ...'. Similarly for other escape sequences.
2015-07-12 11:25:32 -07:00
ridiculousfish
a5fabc6875
Further tweak the language about setting PATH in the tutorial
2015-07-03 12:46:40 -07:00
ridiculousfish
506720003d
Improve discussion of how to set PATH in the tutorial
...
Also fix a few broken anchors
2015-07-03 12:36:15 -07:00
David Adam
18d7465592
Merge branch 'Integration_2.2.0'
2015-06-05 14:02:25 +08:00
ridiculousfish
79a6961793
Add some simple documentation for fish_vi_mode
2015-06-04 13:18:17 -07:00
ridiculousfish
ec7dd1ece8
Add some simple documentation for fish_vi_mode
2015-06-04 13:17:33 -07:00
Michael Steed
cdfb425ac4
document new input functions
2015-06-04 12:09:02 -07:00
David Adam
c0cf25cf0b
abbr: rename --remove to --erase
...
for consistency with other fish commands
Closes #2071 .
2015-05-22 09:48:39 +08:00
David Adam
781b61d074
Merge branch 'Integration_2.2.0'
2015-05-21 15:32:23 +08:00
David Adam
1c99ef5b6e
FAQ: shorter fish_title fix
...
[skip ci]
2015-05-21 12:05:21 +08:00
Jeremy W. Sherman
c26d317da5
documents function options must follow name
...
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.
2015-05-17 14:45:54 -04:00
Jakukyo Friel
cec1dc2095
doc: faq: avoid overwriting config.fish.
...
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.
2015-05-03 23:38:05 -07:00
David Adam
5532e5aa8a
docs: document pkg-config command for vendor_completions.d
2015-05-01 16:56:21 +08:00
David Adam
9cae8bf8a6
docs: document __fish_complete_path function
...
Introduced with 6ece852
for #834 .
2015-05-01 16:56:21 +08:00
Ingo Blechschmidt
6f438f65de
typo
2015-04-25 18:59:43 +02:00
Konrad Borowski
9c007d1c94
Revert "document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65"
...
This reverts commit e17f6fb2dc
.
2015-04-14 19:10:58 +02:00
David Adam
c10aab77da
docs: move discussion of fishd file to universal variable section
2015-03-26 10:31:25 +08:00
David Adam
e17f6fb2dc
document evaluation of /etc/profile.d/*.fish, introduced in 20a6b65
...
Work on #1956 .
2015-03-26 10:31:06 +08:00
Lucretiel
733108e33b
Updated exit.txt reference to source
...
Changed the text referencing 'source' in exit.txt from '.' to 'source'
2015-03-18 16:22:29 -04:00
Konrad Borowski
b5d9e366ad
Mention that for
variables are local.
...
This is the current behaviour, documentation can be updated if this
behaviour changes, assuming it can, because it's an incompatible
change.
2015-02-06 07:48:47 +01:00
David Adam
66acd17bc0
isatty: revert to previous behaviour
...
This partially reverts commit 60808a4820
.
2015-02-01 18:18:34 +08:00
David Adam
b9ff17f33c
test: note that the square bracket form is available
...
As requested in https://github.com/fish-shell/fish-shell/issues/1850
2014-12-28 19:03:26 +08:00
ridiculousfish
a76afd6dae
Clarify some documentation regarding fish_indent
2014-12-24 13:05:31 -08:00
ridiculousfish
d300bd4b62
Document new flags to fish_indent
2014-12-23 17:21:54 -08:00
David Adam
a7bab7b18b
abbr/web_config: support space-delimited abbreviations
...
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 .
2014-11-15 23:48:40 +08:00
David Adam
51e446bc5f
update keybindings docs
2014-11-13 14:15:56 +08:00
Jared Grubb
f68f91b399
Vim bindings doc: describe modes better and explain some non-vim bindings
2014-11-13 14:15:55 +08:00
David Adam
7c2a420e88
add license for tmux code added in d944add
2014-11-10 16:06:02 +08:00
David Adam
f2447c537e
document behaviour of arrays that are split on import
2014-11-10 11:58:11 +08:00
David Adam
a31b44f9b2
contains: add documentation regarding the use of --
...
Closes #1194 .
[skip ci]
2014-10-26 19:02:03 +08:00
Kevin Ballard
72f5ab3186
Fix typo in abbr documentation
...
[skip ci]
2014-10-07 16:48:22 -07:00
David Adam
46241e383f
license.hdr: reduce duplication and clarify some comments
...
[skip ci]
2014-10-06 16:30:00 +08:00
David Adam
ea79f6b03f
license.hdr: remove licensing information for XSel, no longer shipped
...
[skip ci]
2014-10-06 16:30:00 +08:00
David Adam
501c3d5518
abbr.fish: add abbr, a command to manipulate abbreviations
...
Work on #731 .
2014-10-05 12:23:31 +08:00