mirror of
https://github.com/tmux/tmux.git
synced 2025-01-13 03:48:51 +00:00
Add halfpage commands to mode command string table (missed by accident),
from Thomas Adam.
This commit is contained in:
parent
9a7e5bd1d3
commit
0679eb6a6d
@ -105,6 +105,8 @@ const struct mode_key_cmdstr mode_key_cmdstr_copy[] = {
|
|||||||
{ MODEKEYCOPY_DOWN, "cursor-down" },
|
{ MODEKEYCOPY_DOWN, "cursor-down" },
|
||||||
{ MODEKEYCOPY_ENDOFLINE, "end-of-line" },
|
{ MODEKEYCOPY_ENDOFLINE, "end-of-line" },
|
||||||
{ MODEKEYCOPY_GOTOLINE, "goto-line" },
|
{ MODEKEYCOPY_GOTOLINE, "goto-line" },
|
||||||
|
{ MODEKEYCOPY_HALFPAGEDOWN, "halfpage-down" },
|
||||||
|
{ MODEKEYCOPY_HALFPAGEUP, "halfpage-up" },
|
||||||
{ MODEKEYCOPY_HISTORYBOTTOM, "history-bottom" },
|
{ MODEKEYCOPY_HISTORYBOTTOM, "history-bottom" },
|
||||||
{ MODEKEYCOPY_HISTORYTOP, "history-top" },
|
{ MODEKEYCOPY_HISTORYTOP, "history-top" },
|
||||||
{ MODEKEYCOPY_JUMP, "jump-forward" },
|
{ MODEKEYCOPY_JUMP, "jump-forward" },
|
||||||
|
Loading…
Reference in New Issue
Block a user