Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement M-u, M-l, M-c from Readline | Přemysl Eric Janouch | 2022-09-18 | 1 | -0/+4 |
| | |||||
* | Don't depend on a standalone C preprocessor | Přemysl Eric Janouch | 2022-09-13 | 1 | -4/+2 |
| | | | | And get rid of the sed insanity. | ||||
* | Add an action to describe items | Přemysl Eric Janouch | 2022-08-25 | 1 | -0/+1 |
| | | | | And improve the display of messages, separating any prefix out. | ||||
* | Add and bind an action to center the cursor | Přemysl Eric Janouch | 2021-12-23 | 1 | -0/+1 |
| | | | | "z" stands for VIM's "zz". | ||||
* | Add rudimentary incremental search facility | Přemysl Eric Janouch | 2021-12-08 | 1 | -0/+1 |
| | |||||
* | Rename an action to be shorter | Přemysl Eric Janouch | 2021-11-16 | 1 | -3/+3 |
| | | | | Also, fix make dependencies to include the source file for actions. | ||||
* | Generate actions from a text file | Přemysl Eric Janouch | 2021-11-08 | 1 | -0/+71 |
Mostly because I wanted to nest preprocessing. This makes the build more complex and slightly less portable, but the code itself is much cleaner. |