When using rxvt-unicode and tmux, I found that rxvt-unicode shows italic instead of reverse color when I search.
I followed the setting in the article below:
http://sourceforge.net/mailarchive/forum.php?thread_name=20110812111030.GH13508%40plenz.com&forum_name=tmux-users
Modify ~/.tmux.conf and add the line to solve my problem.
Italic |
Reverse |
http://sourceforge.net/mailarchive/forum.php?thread_name=20110812111030.GH13508%40plenz.com&forum_name=tmux-users
Modify ~/.tmux.conf and add the line to solve my problem.
set -g terminal-overrides 'rxvt-unicode*:sitm@'
No comments:
Post a Comment