aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
Commit message (Expand)AuthorAge
* Add support for toor account.Gravatar Konrad Borowski2014-07-30
* Fix umask function regexGravatar David Xia2014-07-29
* Also add forward/backward movement in insert modeGravatar Sascha2014-06-27
* Provide more useful insert mode mappingsGravatar Sascha2014-06-27
* Fix bug for systemd being installed but not PID 1Gravatar Cameron Norman2014-06-20
* git prompt shouldn't export variables.Gravatar Konrad Borowski2014-06-01
* avoid symlink attacks in __fish_print_packages and spawning fishdGravatar David Adam2014-05-12
* Fix python completion to work for pypyGravatar Josh Kuhn2014-05-03
* Functions instead of static variables for conditions.Gravatar SanskritFritz2014-05-03
* use mktemp(1) to generate temporary file namesGravatar David Adam2014-04-28
* Set fish_vi_key_bindings to start in insert mode by defaultGravatar Maxim Gonchar2014-04-19
* 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
* Fix non-verbose, non-informative __fish_git_promptGravatar Kevin Ballard2014-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
| * Make fish install a command_not_found handler in non-interactive uses.Gravatar ridiculousfish2014-02-20
| * 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
| * 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
| * Support for escaped colons in makefile targets in __fish_print_make_targets, ...Gravatar ridiculousfish2014-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
| * | RetabGravatar Maxim Gonchar2014-01-20
| * | More clear way of setting cursor shapeGravatar Maxim Gonchar2014-01-20
|/ /
* | Make Ctrl-x autocomplete suggestions; cosmeticsGravatar Julian Aron Prenner2014-01-20
* | Add cursor shape handlerGravatar Maxim Gonchar2014-01-20
* | Fix e and E in visual vi modeGravatar Max Gonzih2014-01-19
* | Add x binding to delete whole line in visual modeGravatar Max Gonzih2014-01-19
* | Add x binding to delete selection in visual vi modeGravatar Max Gonzih2014-01-19
* | Set $fish_bind_mode to default on fish startup; set $fish_key_bindingsGravatar Julian Aron Prenner2014-01-19
| * Further work on keyboard navigating the completion listGravatar ridiculousfish2014-01-18
* | Add kill-selection function and visual binds for 'y' and 'd'Gravatar Julian Aron Prenner2014-01-18
* | Fix a bug, commandline -s works now as expected. Add "*y binding inGravatar Julian Aron Prenner2014-01-17
* | Merge pull request #4 from maxfl/bind_modeGravatar furunkel2014-01-17
|\ \