aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vi-mode: Inherit \cf and \cb bindings as wellGravatar Fabian Homborg2015-11-06
* Improve apt-get completionGravatar maxried2015-11-01
* tests: try longer timeout in case setting fish_key_bindings is taking too longGravatar David Adam2015-10-30
* Update fish_default_key_bindings.fishGravatar maxried2015-10-29
* vi-mode: Make \cb do backward-word againGravatar Fabian Homborg2015-10-28
* vi: Bind \cx to end-of-line in insert modeGravatar Fabian Homborg2015-10-28
* Add cargo and rustc completion.Gravatar Bheesham Persaud2015-10-26
* Add ability to customize the amount of path shortening in prompt_pwdGravatar Gary Peck2015-10-26
* Make 'set -ql' search up to function scopeGravatar ridiculousfish2015-10-23
* Revert "reader.cpp: send carriage return after printing the window title"Gravatar ridiculousfish2015-10-21
* Switch useradd and chsh to `string`Gravatar Fabian Homborg2015-10-21
* fish_complete_subcommand: shadow scope to inherit e.g. $PATHGravatar David Adam2015-10-21
* Update mix completionGravatar Jan Ernsting2015-10-20
* git: Complete subcommands for git submodule foreachGravatar Fabian Homborg2015-10-20
* git: Disable submodule subcommand completion if one is already givenGravatar Fabian Homborg2015-10-20
* Fix git submodule completionsGravatar Fabian Homborg2015-10-20
* tests/bind.expect: re-enable but at human typing speed onlyGravatar David Adam2015-10-18
* Disable the bind test for nowGravatar Fabian Homborg2015-10-18
* git completion: Allow branches with "/" in them as unique remote branchesGravatar Fabian Homborg2015-10-16
* reader.cpp: send carriage return after printing the window titleGravatar David Adam2015-10-16
* Fix usage of history_filenameGravatar Jeff Kowalski2015-10-16
* Migrate fish_history from config to data dirGravatar Jeff Kowalski2015-10-16
* Correct tests for new location of fish_historyGravatar Jeff Kowalski2015-10-16
* Access fish_history from $XDG_DATA_HOMEGravatar Jeff Kowalski2015-10-16
* Revert "prompts: more concise way of getting the hostname."Gravatar David Adam2015-10-16
* Makefile: only clean PCRE2 directory if it is configured inGravatar David Adam2015-10-15
* Revert "reader.cpp: send smkx/rmkx when entering/leaving interactive mode"Gravatar David Adam2015-10-15
* prompts: more concise way of getting the hostname.Gravatar Michael Fogleman2015-10-15
* vi: Make \cf do forward-word again in insert modeGravatar Fabian Homborg2015-10-14
* vi: Readd \cx bindingGravatar Fabian Homborg2015-10-14
* Make vi bindings inherit the defaultsGravatar Fabian Homborg2015-10-13
* Add BSD specific arguments for tr command completionGravatar buo2015-10-13
* Also send konsole cursor sequence for iTerm2Gravatar Fabian Homborg2015-10-13
* Make fish_vi_cursor check $TERM or use argumentGravatar Matt Steedman2015-10-13
* New pt_BR translations - 25%Gravatar Fábio Nogueira2015-10-12
* export: Fix replacingGravatar Fabian Homborg2015-10-12
* Removed misleading space in stderr redirection exampleGravatar Ashok2015-10-11
* Fix pushd completions in the -n caseGravatar Fabian Homborg2015-10-09
* Remove OSX/Cygwin special cases from prompt_pwdGravatar Fabian Homborg2015-10-09
* functions/man.fish: add fish into MANPATH even if it is already setGravatar David Adam2015-10-09
* tests/string.in: add tests for string builtinGravatar David Adam2015-10-09
* travis: add OS X build, add AddressSanitizer build, stop building docsGravatar David Adam2015-10-08
* When autoloading a completion, also autoload the functionGravatar ridiculousfish2015-10-07
* Remove errant slash from the end of cd completionsGravatar ridiculousfish2015-10-07
* Fix a dereference-past-the-end bug in read_redirection_or_fd_pipeGravatar ridiculousfish2015-10-07
* Factor running the xcode_version_gen.shGravatar ridiculousfish2015-10-07
* Rewrite __fish_complete_cdGravatar Fabian Homborg2015-10-07
* Add missing \n to pushd completionsGravatar Fabian Homborg2015-10-07
* git completion: Complete files relative to repo-rootGravatar Fabian Homborg2015-10-06
* Add pushd -n to completions, use `string`Gravatar Fabian Homborg2015-10-05