Add alternative bindings for home/end
This commit is contained in:
parent
93e76a2221
commit
2b77d65d4b
2
nncmpp.c
2
nncmpp.c
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue