aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-10-04 06:17:50 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-10-04 06:17:50 +0200
commit2b77d65d4bc663349d57eb472f50b058c2c88935 (patch)
tree6733d970ae2dbca444748f4a9f4f08d7fbde510e
parent93e76a2221e452eb2c283eb1cf7000a9cfab1029 (diff)
downloadnncmpp-2b77d65d4bc663349d57eb472f50b058c2c88935.tar.gz
nncmpp-2b77d65d4bc663349d57eb472f50b058c2c88935.tar.xz
nncmpp-2b77d65d4bc663349d57eb472f50b058c2c88935.zip
Add alternative bindings for home/end
-rw-r--r--nncmpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nncmpp.c b/nncmpp.c
index 30e9015..6a994f6 100644
--- a/nncmpp.c
+++ b/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 },