1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

fset: add keys alt-home and alt-end to go to first/last line

This commit is contained in:
Sébastien Helleu
2017-06-01 21:02:33 +02:00
parent b2373ffba7
commit c395bc4aba
2 changed files with 10 additions and 4 deletions
+3 -1
View File
@@ -767,7 +767,9 @@ fset_buffer_set_callbacks ()
void
fset_buffer_set_keys ()
{
char *keys[][2] = { { "meta- ", "toggle" },
char *keys[][2] = { { "meta-meta2-1~", "go 0" },
{ "meta-meta2-4~", "go end" },
{ "meta- ", "toggle" },
{ "meta--", "add -1" },
{ "meta-+", "add 1" },
{ "meta-fmeta-r", "reset" },