aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
Commit message (Expand)AuthorAge
...
| * 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
| * | 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
|\ \
| * | Minor bind fixesGravatar Maxim Gonchar2014-01-17
* | | Merge branch 'bind_mode' of github.com:furunkel/fish-shell into bind_modeGravatar Julian Aron Prenner2014-01-15
|\ \ \
* | | | Set selection color to purpleGravatar Julian Aron Prenner2014-01-15
| | * | Even dirtier *aw/*iwGravatar Maxim Gonchar2014-01-16
| |/ /
| * / Add dirty bindings for *iw, *awGravatar Maxim Gonchar2014-01-16
|/ /
* | Merge remote-tracking branch 'upstream/master' into bind_modeGravatar Julian Aron Prenner2014-01-15
|\|
* | Add experimental support for selection and visual modeGravatar Julian Aron Prenner2014-01-15
* | Replace builtin 'bind_mode' with variable $fish_bind_modeGravatar Julian Aron Prenner2014-01-15
* | Add optional options to fish_default_key_bindingsGravatar Maxim Gonchar2014-01-15
* | Update vi bindings:Gravatar Maxim Gonchar2014-01-15
* | Make Ctrl+C exit insert mode, add some more backspace binds.Gravatar Julian Aron Prenner2014-01-14