projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46f0e54
)
Mouse scrolling in irssi
author
Sergey Matveev <stargrave@stargrave.org>
Mon, 31 May 2021 12:39:10 +0000 (15:39 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Mon, 31 May 2021 12:39:10 +0000 (15:39 +0300)
irssi/.irssi/config.skel
patch
|
blob
|
history
diff --git
a/irssi/.irssi/config.skel
b/irssi/.irssi/config.skel
index 43c024edceff72cccbc03e433bc8318ac4a38759..f409dc9ae4baa3b4a185a153df3bbc53a417d195 100644
(file)
--- a/
irssi/.irssi/config.skel
+++ b/
irssi/.irssi/config.skel
@@
-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"; }
+);