diff options
author | June McEnroe <june@causal.agency> | 2021-09-23 23:28:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-23 23:28:47 -0400 |
commit | 00f900f83a2c06824b4c390a380308ebd84e6b95 (patch) | |
tree | 654357a1ef5328edce0050758455f94b64d583c8 /home/.config | |
parent | Hide htop "function bar" (diff) | |
download | src-00f900f83a2c06824b4c390a380308ebd84e6b95.tar.gz src-00f900f83a2c06824b4c390a380308ebd84e6b95.zip |
Scroll by single lines in xterm
Diffstat (limited to '')
-rw-r--r-- | home/.config/X/resources | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/.config/X/resources b/home/.config/X/resources index 0f5fd48f..cfedf60b 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -22,7 +22,9 @@ XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 XTerm*VT100*translations: #override \n\ Super <Key>C: copy-selection(CLIPBOARD) \n\ - Super <Key>V: insert-selection(CLIPBOARD) + Super <Key>V: insert-selection(CLIPBOARD) \n\ + <Btn4Down>: scroll-back(1,line,m) \n\ + <Btn5Down>: scroll-forw(1,line,m) XTerm*faceName: Go Mono:size=11 XTerm*internalBorder: 6 |