aboutsummaryrefslogtreecommitdiff
path: root/nncmpp.actions
Commit message (Collapse)AuthorAgeFilesLines
* 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.