diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-30 10:58:33 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-05-30 10:58:33 +0200 |
commit | 0e12338c0ec358c27fb5f94a2a4138521a291293 (patch) | |
tree | 7eba2ab77fb019b0d1886966d6a852f25bc5d175 | |
parent | 4262e510e529d9c834c4c07bd0c70cfd04d3c1ac (diff) | |
download | lbsd-0e12338c0ec358c27fb5f94a2a4138521a291293.tar.gz |
xterm: Fix word selection
-rw-r--r-- | home/john/.Xdefaults | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/home/john/.Xdefaults b/home/john/.Xdefaults index bdc19cd..b486240 100644 --- a/home/john/.Xdefaults +++ b/home/john/.Xdefaults @@ -1,6 +1,9 @@ +xterm*loginShell: true +xterm*saveLines: 2000 xterm*scrollBar: true xterm*metaSendsEscape: true -xterm*on2Clicks: regex [^"'`:;<> ]+(:[0-9]+)? +xterm*charClass: 33:48,35:48,37:48,40-43:48,45-47:48,58:48,126:48 +xterm*on2Clicks: word /* black */ /*xterm*color0:*/ |