diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-23 20:36:00 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-23 20:36:00 +0100 |
commit | f3c4cec24a6bed55eb81ca9e4fb824db2afe951b (patch) | |
tree | e460ac508894a1be502ca856bb119b5250d4524a /nncmpp.actions | |
parent | 410136a6474b92b45b26a0a92b6e3e7f63d26d9a (diff) | |
download | nncmpp-f3c4cec24a6bed55eb81ca9e4fb824db2afe951b.tar.gz nncmpp-f3c4cec24a6bed55eb81ca9e4fb824db2afe951b.tar.xz nncmpp-f3c4cec24a6bed55eb81ca9e4fb824db2afe951b.zip |
Add and bind an action to center the cursor
"z" stands for VIM's "zz".
Diffstat (limited to 'nncmpp.actions')
-rw-r--r-- | nncmpp.actions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nncmpp.actions b/nncmpp.actions index 2fde391..06ac727 100644 --- a/nncmpp.actions +++ b/nncmpp.actions @@ -42,6 +42,7 @@ INCREMENTAL_SEARCH, Incremental search SCROLL_UP, Scroll up SCROLL_DOWN, Scroll down +CENTER_CURSOR, Center the cursor MOVE_UP, Move selection up MOVE_DOWN, Move selection down |