Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement C-a C-e C-b C-f in the editor | Přemysl Eric Janouch | 2020-10-21 | 1 | -1/+26 |
* | Make backspace erase combining characters | Přemysl Eric Janouch | 2020-10-21 | 1 | -2/+7 |
* | Track cursor position in the editor | Přemysl Eric Janouch | 2020-10-21 | 1 | -6/+13 |
* | Minor fix-ups and adjustments | Přemysl Eric Janouch | 2020-10-21 | 2 | -4/+4 |
* | Add an installation script | Přemysl Eric Janouch | 2020-10-21 | 4 | -110/+188 |
* | README.adoc: avoid unnecessary quotes for bash | Přemysl Eric Janouch | 2020-10-20 | 1 | -3/+3 |
* | README.adoc: fish after bash | Přemysl Eric Janouch | 2020-10-20 | 1 | -20/+20 |
* | Fix ext-helpers with older bash versions | Přemysl Eric Janouch | 2020-10-20 | 1 | -1/+7 |
* | Let the caller decide how to launch helpers | Přemysl Eric Janouch | 2020-10-08 | 2 | -6/+5 |
* | When resuming a child, resume the whole group | Přemysl Eric Janouch | 2020-10-08 | 1 | -1/+1 |
* | Fix the help in absence of a bindings file | Přemysl Eric Janouch | 2020-10-08 | 1 | -4/+4 |
* | Fix showing DEL in the help | Přemysl Eric Janouch | 2020-10-08 | 1 | -14/+14 |
* | README.adoc: add configuration for elvish | Přemysl Eric Janouch | 2020-10-07 | 1 | -6/+29 |
* | Revisit zsh integration | Přemysl Eric Janouch | 2020-10-04 | 2 | -3/+4 |
* | Survive a removed CWD, as well as an empty root | Přemysl Eric Janouch | 2020-10-02 | 1 | -14/+22 |
* | README.adoc: fix zsh integration snippet | Přemysl Eric Janouch | 2020-10-02 | 1 | -0/+6 |
* | Make the outer prompt look more normal | Přemysl Eric Janouch | 2020-10-01 | 2 | -8/+10 |
* | Show external command line if appropriate | Přemysl Eric Janouch | 2020-10-01 | 2 | -9/+27 |
* | README.adoc: clarify bash problems | Přemysl Eric Janouch | 2020-10-01 | 1 | -2/+3 |
* | README.adoc: fix up hswg compatibility | Přemysl Eric Janouch | 2020-10-01 | 1 | -6/+6 |
* | README.adoc: split into subsections | Přemysl Eric Janouch | 2020-10-01 | 1 | -14/+20 |
* | README.adoc: add configuration for fish | Přemysl Eric Janouch | 2020-10-01 | 1 | -1/+19 |
* | Set cursor to child when going to parent dir | Přemysl Eric Janouch | 2020-09-29 | 1 | -18/+26 |
* | Cleanup | Přemysl Eric Janouch | 2020-09-29 | 1 | -3/+2 |
* | Add ability to run helpers externally | Přemysl Eric Janouch | 2020-09-29 | 2 | -13/+36 |
* | reload() doesn't really need to know the old path | Přemysl Eric Janouch | 2020-09-28 | 1 | -12/+13 |
* | Make anchor processing a bit more obvious | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+2 |
* | Improve PAGER defaults | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+4 |
* | README.adoc: talk about view and edit helpers | Přemysl Eric Janouch | 2020-09-28 | 1 | -4/+18 |
* | Expand a comment about overstriked underlining | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+2 |
* | Show error output from failed helpers | Přemysl Eric Janouch | 2020-09-28 | 1 | -0/+6 |
* | Fix tilde expansion algorithm | Přemysl Eric Janouch | 2020-09-28 | 1 | -2/+2 |
* | Fix comment: the word "no-op" needs to be split | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 |
* | Support tilde expansion in the "chdir" action | Přemysl Eric Janouch | 2020-09-28 | 1 | -5/+24 |
* | Make F3 change directories | Přemysl Eric Janouch | 2020-09-27 | 1 | -1/+6 |
* | Always accept ^? as well as ^H as backspace | Přemysl Eric Janouch | 2020-09-21 | 2 | -2/+4 |
* | README: add an example of configuring bindings | Přemysl Eric Janouch | 2020-09-15 | 1 | -0/+11 |
* | README: make it also work with asciidoctor | Přemysl Eric Janouch | 2020-09-15 | 1 | -1/+4 |
* | Add an action to go to the parent directory | Přemysl Eric Janouch | 2020-09-15 | 1 | -2/+7 |
* | README: make listings hswg-compatible | Přemysl Eric Janouch | 2020-08-28 | 1 | -6/+6 |
* | README: make listings libasciidoc-compatible | Přemysl Eric Janouch | 2020-08-28 | 1 | -6/+10 |
* | README: fix upstream URL | Přemysl Eric Janouch | 2020-08-28 | 1 | -1/+1 |
* | Name change | Přemysl Eric Janouch | 2020-08-28 | 3 | -4/+4 |
* | Work around an infinite loop issue | Přemysl Janouch | 2020-04-19 | 1 | -2/+23 |
* | README: fix integration snippets | Přemysl Janouch | 2020-02-13 | 1 | -2/+2 |
* | Guard against ^Z in helper programs | Přemysl Janouch | 2019-12-09 | 1 | -1/+5 |
* | Fix change notifications | Přemysl Janouch | 2019-09-27 | 1 | -2/+1 |
* | Position indicator like in vi | Přemysl Janouch | 2019-09-27 | 1 | -2/+15 |
* | Add actions imitating L/M/H in vi | Přemysl Janouch | 2019-09-27 | 1 | -2/+15 |
* | Fixes for previous commits | Přemysl Janouch | 2018-12-09 | 1 | -3/+4 |