| Commit message (Expand) | Author | Age |
* | Change lookahead_list into a queue | Sanne Wouda | 2015-04-19 |
* | Rework mode handling of `bind` | Kevin Ballard | 2014-09-22 |
* | R_MAX should be R_CANCEL now | Kevin Ballard | 2014-09-21 |
* | Initial work to support for term-24bit ("true color") | ridiculousfish | 2014-09-19 |
* | Fix `commandline` behavior in bind functions | Kevin Ballard | 2014-08-29 |
* | bind should not show -k for bindings that are escape sequences, not keys | ridiculousfish | 2014-07-07 |
* | Run restyle.sh to enforce style rules. | ridiculousfish | 2014-03-31 |
* | Changes to bind_mode implementation based on code review and merge | ridiculousfish | 2014-03-30 |
* | Merge branch 'master' into 1218_rebase | ridiculousfish | 2014-03-29 |
|\ |
|
| * | Test and fix issue where, if binding X is a prefix of binding Y, and X | ridiculousfish | 2014-02-12 |
| * | Support escape or up-arrow to cancel the completion search field. | ridiculousfish | 2014-01-27 |
| * | Increased support for completion search field. Use btab (shift-tab) to | ridiculousfish | 2014-01-27 |
* | | Add 'and' input function; fixes a bug with t,T | Julian Aron Prenner | 2014-01-23 |
* | | Experimental support for f,F,t,T vi commands. | Julian Aron Prenner | 2014-01-22 |
| * | Correct the correspondence between name_arr and the input codes. | ridiculousfish | 2014-01-21 |
* | | Set $fish_bind_mode to default on fish startup; set $fish_key_bindings | Julian Aron Prenner | 2014-01-19 |
* | | Add kill-selection function and visual binds for 'y' and 'd' | Julian Aron Prenner | 2014-01-18 |
* | | Add experimental support for selection and visual mode | Julian Aron Prenner | 2014-01-15 |
* | | Better input handling; add support multiple binding commands | Julian Aron Prenner | 2014-01-01 |
* | | Allow restricting earsing and listing of bindings to specific mode; | Julian Aron Prenner | 2013-12-31 |
* | | Implement bind modes | Julian Aron Prenner | 2013-12-31 |
|/ |
|
* | add support for downcase-word, upcase-word and capitalise-word | Christian Rishøj | 2013-09-09 |
* | transpose-words | Christian Rishøj | 2013-06-02 |
* | command and binding for transpose-chars | Christian Rishøj | 2013-05-24 |
* | Eliminate a static string from input_terminfo_get_sequence | ridiculousfish | 2013-04-15 |
* | Use the new input_common_add_callback mechanism to not execute callbacks whil... | ridiculousfish | 2013-04-03 |
* | Fix for an exception in a non-interactive shell with empty input | ridiculousfish | 2012-12-20 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Łukasz Niemier | 2012-11-18 |
* | Added binding for accepting an autosuggestion | ridiculousfish | 2012-07-15 |
* | Add command to temporarily suppress the autosuggestion feature | Ian Munsie | 2012-07-01 |
* | Notice when fish_term256 changes and react to it | ridiculousfish | 2012-03-05 |
* | Removed discriminated union from block_t type, allowing us to store wcstrings... | ridiculousfish | 2012-02-07 |
* | Migrate input_function_get_names to wcstring_list_t | ridiculousfish | 2012-01-23 |
* | More work to migrate off of ad-hoc data structures | ridiculousfish | 2011-12-31 |
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | remove trailing spaces | Grissiom | 2010-09-18 |
* | Add lots of new code comments. | liljencrantz | 2008-01-14 |
* | Remove readline legacy input function 'winch' and replace its functionality w... | liljencrantz | 2007-10-01 |
* | Drop the unneeded input-function delete-line. It was only there for compatiab... | liljencrantz | 2007-09-30 |
* | Drop the unneeded input-function exit. It was only there for compatiability w... | liljencrantz | 2007-09-29 |
* | First stab at dropping all support for readlines inputrc files and instead us... | liljencrantz | 2007-09-26 |
* | Make up/down cursor move up or down when in multiline mode, except if already... | liljencrantz | 2007-09-22 |
* | Make sure cwd colors update when the variable changes. This is a common regre... | axel | 2006-12-12 |
* | Fix beginning/end-of-line input function, add beginning/end-of-buffer functions | axel | 2006-11-01 |
* | Allow Meta-newline to always insert a newline character | axel | 2006-10-09 |
* | Detect and handle terminals size changes | axel | 2006-10-05 |
* | Some minor steps towards making vi-mode work | axel | 2006-07-24 |
* | Use the intern function to share the strings used to describe various key bin... | axel | 2006-06-22 |
* | Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi... | axel | 2006-05-14 |