Skip to content

Commit

Permalink
GlobalBindings: fix PgUp/PgDown mixup
Browse files Browse the repository at this point in the history
Fixes regression by 51bc029
  • Loading branch information
MaxKellermann committed Sep 9, 2024
1 parent 2da8487 commit b0c3a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GlobalBindings.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ static KeyBindings global_key_bindings{{{
{'L'},
{KEY_HOME, KEY_CTL('A')},
{KEY_END, KEY_CTL('E')},
{KEY_NPAGE},
{KEY_PPAGE},
{KEY_NPAGE},
{'v', 0},
{KEY_CTL('N'), 0},
{KEY_CTL('B'), 0},
Expand Down

0 comments on commit b0c3a4a

Please sign in to comment.