diff options
author | shmibs <shmibs@gmail.com> | 2015-02-14 23:53:04 -0700 |
---|---|---|
committer | shmibs <shmibs@gmail.com> | 2015-02-14 23:53:04 -0700 |
commit | 6b579425031bc187c90196e3f4087c26f4f78151 (patch) | |
tree | 59c2a75d8dcae67c08afecd8c2c06125876b971d /.Xresources | |
parent | 5d4019705fee7099424056ac51743903de82b0d0 (diff) | |
download | dotfiles-6b579425031bc187c90196e3f4087c26f4f78151.tar.gz |
handle wide chars
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 25595c9..0e17630 100644 --- a/.Xresources +++ b/.Xresources @@ -343,4 +343,5 @@ URxvt*iso14755: false ! Turn on/off ISO 14755 5.2 mode (default enabled). ! URxvt*iso14755_52: boolean - +! treat wide chars as single-width for motions +URxvt*cjkWidth: true |