aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.actions
Commit message (Collapse)AuthorAgeFilesLines
* Add a go-to-playing action and bindingPřemysl Eric Janouch2023-05-301-0/+2
|
* Separate the actions of aborting and quittingPřemysl Eric Janouch2023-03-251-0/+1
| | | | The user should not be afraid of pressing Escape too many times.
* Implement M-u, M-l, M-c from ReadlinePřemysl Eric Janouch2022-09-181-0/+4
|
* Don't depend on a standalone C preprocessorPřemysl Eric Janouch2022-09-131-4/+2
| | | | And get rid of the sed insanity.
* Add an action to describe itemsPřemysl Eric Janouch2022-08-251-0/+1
| | | | And improve the display of messages, separating any prefix out.
* Add and bind an action to center the cursorPřemysl Eric Janouch2021-12-231-0/+1
| | | | "z" stands for VIM's "zz".
* Add rudimentary incremental search facilityPřemysl Eric Janouch2021-12-081-0/+1
|
* Rename an action to be shorterPřemysl Eric Janouch2021-11-161-3/+3
| | | | Also, fix make dependencies to include the source file for actions.
* Generate actions from a text filePřemysl Eric Janouch2021-11-081-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.