Přemysl Eric Janouch
|
14dba91dd1
|
Add a go-to-playing action and binding
|
2023-05-30 14:41:44 +02:00 |
Přemysl Eric Janouch
|
dcb2829e9b
|
Separate the actions of aborting and quitting
The user should not be afraid of pressing Escape too many times.
|
2023-03-25 11:39:34 +01:00 |
Přemysl Eric Janouch
|
b6dd940720
|
Implement M-u, M-l, M-c from Readline
|
2022-09-18 04:24:58 +02:00 |
Přemysl Eric Janouch
|
5cda848f94
|
Don't depend on a standalone C preprocessor
And get rid of the sed insanity.
|
2022-09-13 01:01:35 +02:00 |
Přemysl Eric Janouch
|
a9d4f86493
|
Add an action to describe items
And improve the display of messages, separating any prefix out.
|
2022-08-25 07:42:10 +02:00 |
Přemysl Eric Janouch
|
f3c4cec24a
|
Add and bind an action to center the cursor
"z" stands for VIM's "zz".
|
2021-12-23 20:36:00 +01:00 |
Přemysl Eric Janouch
|
4e3596db35
|
Add rudimentary incremental search facility
|
2021-12-08 17:23:25 +01:00 |
Přemysl Eric Janouch
|
e66e9f249a
|
Rename an action to be shorter
Also, fix make dependencies to include the source file for actions.
|
2021-11-16 04:48:52 +01:00 |
Přemysl Eric Janouch
|
4598c45d2f
|
Generate actions from a text file
Mostly because I wanted to nest preprocessing.
This makes the build more complex and slightly less portable,
but the code itself is much cleaner.
|
2021-11-08 06:07:04 +01:00 |