]> Sergey Matveev's repositories - dotfiles.git/commitdiff
irssi last window hotkey
authorSergey Matveev <stargrave@stargrave.org>
Thu, 3 Jun 2021 08:09:01 +0000 (11:09 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 3 Jun 2021 08:09:01 +0000 (11:09 +0300)
irssi/.irssi/config.skel

index e888c17ab270c61f5a2a3b6f5c7adbade139d825..41f2462e8b8bda04181d3c6db340a53c568814e1 100644 (file)
@@ -24,5 +24,6 @@ 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"; }
+  { key = "^E"; id = "command"; data = "SCROLLBACK GOTO +2"; },
+  { key = "^L"; id = "command"; data = "WINDOW LAST"; },
 );