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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user