summaryrefslogtreecommitdiffstats
path: root/src/key_command/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/constants.rs')
-rw-r--r--src/key_command/constants.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/key_command/constants.rs b/src/key_command/constants.rs
index 29d1591..74ada44 100644
--- a/src/key_command/constants.rs
+++ b/src/key_command/constants.rs
@@ -40,6 +40,9 @@ cmd_constants![
(CMD_CURSOR_MOVE_END, "cursor_move_end"),
(CMD_CURSOR_MOVE_PAGEUP, "cursor_move_page_up"),
(CMD_CURSOR_MOVE_PAGEDOWN, "cursor_move_page_down"),
+ (CMD_CURSOR_MOVE_PAGEHOME, "cursor_move_page_home"),
+ (CMD_CURSOR_MOVE_PAGEMIDDLE, "cursor_move_page_middle"),
+ (CMD_CURSOR_MOVE_PAGEEND, "cursor_move_page_end"),
(CMD_PARENT_CURSOR_MOVE_UP, "parent_cursor_move_up"),
(CMD_PARENT_CURSOR_MOVE_DOWN, "parent_cursor_move_down"),
(CMD_PREVIEW_CURSOR_MOVE_UP, "preview_cursor_move_up"),