Skip to content

Instantly share code, notes, and snippets.

@ThomasAdam
Created November 16, 2012 08:38
Show Gist options
  • Select an option

  • Save ThomasAdam/4085524 to your computer and use it in GitHub Desktop.

Select an option

Save ThomasAdam/4085524 to your computer and use it in GitHub Desktop.
diff --git a/mode-key.c b/mode-key.c
index 6ea2b2f..7dea26d 100644
--- a/mode-key.c
+++ b/mode-key.c
@@ -105,6 +105,8 @@ const struct mode_key_cmdstr mode_key_cmdstr_copy[] = {
{ MODEKEYCOPY_DOWN, "cursor-down" },
{ MODEKEYCOPY_ENDOFLINE, "end-of-line" },
{ MODEKEYCOPY_GOTOLINE, "goto-line" },
+ { MODEKEYCOPY_HALFPAGEDOWN, "halfpage-down" },
+ { MODEKEYCOPY_HALFPAGEUP, "halfpage-up" },
{ MODEKEYCOPY_HISTORYBOTTOM, "history-bottom" },
{ MODEKEYCOPY_HISTORYTOP, "history-top" },
{ MODEKEYCOPY_JUMP, "jump-forward" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment