projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
487f863
)
irssi last window hotkey
author
Sergey Matveev <stargrave@stargrave.org>
Thu, 3 Jun 2021 08:09:01 +0000 (11:09 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Thu, 3 Jun 2021 08:09:01 +0000 (11:09 +0300)
irssi/.irssi/config.skel
patch
|
blob
|
history
diff --git
a/irssi/.irssi/config.skel
b/irssi/.irssi/config.skel
index e888c17ab270c61f5a2a3b6f5c7adbade139d825..41f2462e8b8bda04181d3c6db340a53c568814e1 100644
(file)
--- a/
irssi/.irssi/config.skel
+++ b/
irssi/.irssi/config.skel
@@
-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"; },
);