]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Mouse scrolling in irssi
authorSergey Matveev <stargrave@stargrave.org>
Mon, 31 May 2021 12:39:10 +0000 (15:39 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 31 May 2021 12:39:10 +0000 (15:39 +0300)
irssi/.irssi/config.skel

index 43c024edceff72cccbc03e433bc8318ac4a38759..f409dc9ae4baa3b4a185a153df3bbc53a417d195 100644 (file)
@@ -22,3 +22,7 @@ settings = {
 };
 logs = { };
 hilights = ( { text = "stargrave"; nick = "yes"; word = "yes"; } );
+keyboard = (
+  { key = "^Y"; id = "command"; data = "SCROLLBACK GOTO -2"; },
+  { key = "^E"; id = "command"; data = "SCROLLBACK GOTO +2"; }
+);