Add alternative bindings for home/end

This commit is contained in:
Přemysl Eric Janouch 2016-10-04 06:17:50 +02:00
parent 93e76a2221
commit 2b77d65d4b
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 2 additions and 0 deletions

View File

@ -1386,6 +1386,8 @@ g_default_bindings[] =
{ "Home", USER_ACTION_GOTO_TOP },
{ "End", USER_ACTION_GOTO_BOTTOM },
{ "M-<", USER_ACTION_GOTO_TOP },
{ "M->", USER_ACTION_GOTO_BOTTOM },
{ "Up", USER_ACTION_GOTO_ITEM_PREVIOUS },
{ "Down", USER_ACTION_GOTO_ITEM_NEXT },
{ "k", USER_ACTION_GOTO_ITEM_PREVIOUS },