Commit | Line | Data |
---|---|---|
3aeeb20d AB |
1 | URxvt.scrollBar: false |
2 | URxvt.font: -*-termsyn-medium-*-*-*-14-*-*-*-*-*-*-* | |
3 | URxvt.boldFont: -*-termsyn-bold-*-*-*-14-*-*-*-*-*-*-* | |
4 | ||
5 | URxvt.perl-ext-common: default,clipboard,url-select | |
6 | URxvt.url-select.launcher: firefox | |
7 | URxvt.url-select.underline: true | |
8 | URxvt.keysym.M-u: perl:url-select:select_next | |
9 | URxvt.iso14755 : false | |
10 | URxvt.keysym.M-c: perl:clipboard:copy | |
11 | URxvt.keysym.M-v: perl:clipboard:paste | |
12 | URxvt.keysym.C-A-V: perl:clipboard:paste_escaped |