aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
* functions on topGravatar David Flores2014-04-19
* added docker completion fileGravatar David Flores2014-04-19
* Set fish_vi_key_bindings to start in insert mode by defaultGravatar Maxim Gonchar2014-04-19
* fix gem --version/--help tab completionsGravatar Fabian Ruff2014-04-06
* Bind 0 to beginning-of-line in vi mode.Gravatar Steven Allen2014-04-06
* Move cursor back on insert mode exit.Gravatar Steven Allen2014-04-06
* Properly detect when MQ is enabled for Mercurial completion.Gravatar Daniel Matz2014-03-31
* Properly complete Mercurial bookmarks when only one bookmark exists.Gravatar Daniel Matz2014-03-31
* Add fallback for label completion in older versions of Mercurial.Gravatar Daniel Matz2014-03-31
* Replace use of xargs with command substitution in Mercurial completion.Gravatar Daniel Matz2014-03-31
* Add the __fish prefix to all Mercurial completion functions.Gravatar Daniel Matz2014-03-31
* Remove unnecessary use of uniq in Mercurial completion.Gravatar Daniel Matz2014-03-31
* Use the current commandline token for Mercurial filename completion.Gravatar Daniel Matz2014-03-31
* Use local scope for variables in Mercurial completion functions.Gravatar Daniel Matz2014-03-31
* Improve Mercurial command completion.Gravatar Daniel Matz2014-03-31
* fish_config: Listen on both IPv6 and IPv4.Gravatar Anders Bergh2014-03-31
* Fix non-verbose, non-informative __fish_git_promptGravatar Kevin Ballard2014-03-31
* add pacsrv completionGravatar Lukas Stabe2014-03-31
* Merge branch 'master' of github.com:fish-shell/fish-shellGravatar ridiculousfish2014-03-30
|\
* \ Merge branch 'master' into 1218_rebaseGravatar ridiculousfish2014-03-29
|\ \
| | * Fixed appearance of ssh hostnames with [] in themGravatar Knut Ahlers2014-03-29
| |/
| * Force at least one line of output for `set_color`.Gravatar Konrad Borowski2014-03-03
| * Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
| * Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
| * Use 127.0.0.1 for fish config.Gravatar Konrad Borowski2014-02-27
| * Rework color editing in fish_config. Bury customization mode a bit:Gravatar ridiculousfish2014-02-24
| * Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
| * Add completions for git stash sub-commandsGravatar Mandeep Sandhu2014-02-16
| * Caching for pacman packages.Gravatar Eric Mrak2014-02-16
| * adding completion for aura. adding pacman integration for __fish_print_packagesGravatar Eric Mrak2014-02-16
| * 'seq' should return 1, not exit 1, on bad arglistGravatar waterhouse2014-02-16
| * Fix for Python out-of-range exception when accessing Bindings tabGravatar ridiculousfish2014-02-09
| * math.fish: exit if no output (e.g. from syntax error)Gravatar glennj2014-02-05
| * Redirect stderr of initial call to __fish_reload_key_bindings. Fixes ##1155Gravatar ridiculousfish2014-02-03
| * Squashed commit of the following:Gravatar David Adam2014-02-02
| * Fix for opening bindings tab as initial tabGravatar Siteshwar Vashisht2014-01-30
| * Support for escaped colons in makefile targets in __fish_print_make_targets, ...Gravatar ridiculousfish2014-01-29
| * sshfs completions: use all directories as mount pointsGravatar David Adam2014-01-29
| * __fish_print_packages: correct syntax for yum, improve yum/rpm pipelinesGravatar David Adam2014-01-29
| * Enhance/fix `isatty` using `command test`.Gravatar Geoff Nixon2014-01-28
| * Support escape or up-arrow to cancel the completion search field.Gravatar ridiculousfish2014-01-27
| * Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
| * Teach down-or-search how to use down-arrow to begin pager navigationGravatar ridiculousfish2014-01-25
| * Fix for issue where wc on OS X would produce leading spaces, causingGravatar ridiculousfish2014-01-25
* | Add 'and' input function; fixes a bug with t,TGravatar Julian Aron Prenner2014-01-23
* | Merge branch 'bind_mode' of github.com:furunkel/fish-shell into bind_modeGravatar Julian Aron Prenner2014-01-22
|\ \
* | | Experimental support for f,F,t,T vi commands.Gravatar Julian Aron Prenner2014-01-22
* | | Change mode colors in promptGravatar Julian Aron Prenner2014-01-22
| * | Add tmux supportGravatar Maxim Gonchar2014-01-20
| * | Retab againGravatar Maxim Gonchar2014-01-20