Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a comment about libacl | Přemysl Eric Janouch | 2021-09-26 | 1 | -1/+3 |
* | Ignore empty XDG_CONFIG_DIRS | Přemysl Eric Janouch | 2021-09-26 | 1 | -1/+1 |
* | Fix a signedness compiler warning | Přemysl Eric Janouch | 2021-07-19 | 1 | -5/+5 |
* | Bind F6 to a rename prompt | Přemysl Eric Janouch | 2021-07-17 | 1 | -1/+1 |
* | Bind F7 to an mkdir prompt | Přemysl Eric Janouch | 2021-07-17 | 1 | -2/+12 |
* | Implement search iteration | Přemysl Eric Janouch | 2021-07-17 | 1 | -17/+37 |
* | Add a right-side prompt to the search | Přemysl Eric Janouch | 2021-07-17 | 1 | -7/+24 |
* | Enable pushing the search in a certain direction | Přemysl Eric Janouch | 2021-07-17 | 1 | -6/+7 |
* | Make search() return the number of matches | Přemysl Eric Janouch | 2021-07-17 | 1 | -2/+4 |
* | Make removing characters invoke g.editor_on_change | Přemysl Eric Janouch | 2021-07-17 | 1 | -3/+4 |
* | Improve C-char parsing | Přemysl Eric Janouch | 2021-07-09 | 1 | -4/+4 |
* | Allow binding to custom key sequences | Přemysl Eric Janouch | 2021-07-07 | 1 | -6/+18 |
* | Include a header required for kill() | Přemysl Eric Janouch | 2020-10-29 | 1 | -0/+1 |
* | Implement the --version option | Přemysl Eric Janouch | 2020-10-26 | 1 | -0/+5 |
* | Bind F1 to show the help | Přemysl Eric Janouch | 2020-10-25 | 1 | -1/+2 |
* | Mark a minor issue for later resolution | Přemysl Eric Janouch | 2020-10-24 | 1 | -0/+1 |
* | Cleanup | Přemysl Eric Janouch | 2020-10-23 | 1 | -7/+0 |
* | Group help message by action | Přemysl Eric Janouch | 2020-10-23 | 1 | -5/+7 |
* | Bind M-Up to the "parent" action | Přemysl Eric Janouch | 2020-10-23 | 1 | -1/+2 |
* | Bind C-d in the editor | Přemysl Eric Janouch | 2020-10-23 | 1 | -1/+1 |
* | Implement C-v in the editor | Přemysl Eric Janouch | 2020-10-23 | 1 | -2/+14 |
* | Implement C-u C-k in the editor | Přemysl Eric Janouch | 2020-10-23 | 1 | -0/+10 |
* | Cleanup | Přemysl Eric Janouch | 2020-10-22 | 1 | -16/+17 |
* | Implement Delete in the editor | Přemysl Eric Janouch | 2020-10-22 | 1 | -2/+11 |
* | 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 |
* | Add an installation script | Přemysl Eric Janouch | 2020-10-21 | 1 | -0/+1 |
* | Let the caller decide how to launch helpers | Přemysl Eric Janouch | 2020-10-08 | 1 | -2/+1 |
* | 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 |
* | Revisit zsh integration | Přemysl Eric Janouch | 2020-10-04 | 1 | -1/+2 |
* | Survive a removed CWD, as well as an empty root | Přemysl Eric Janouch | 2020-10-02 | 1 | -14/+22 |
* | Make the outer prompt look more normal | Přemysl Eric Janouch | 2020-10-01 | 1 | -7/+9 |
* | Show external command line if appropriate | Přemysl Eric Janouch | 2020-10-01 | 1 | -6/+21 |
* | 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 | 1 | -3/+21 |
* | 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 |
* | 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 | 1 | -1/+3 |
* | Add an action to go to the parent directory | Přemysl Eric Janouch | 2020-09-15 | 1 | -2/+7 |