Last active
May 3, 2024 02:02
-
-
Save fdv/05c031c29f8142fae7baf647652f4944 to your computer and use it in GitHub Desktop.
Emoji / UTF-8 in IRSSI with tmux. Tested on FreeBSD 11.3 with zsh 5.6.2, tmux 2.7 and irssi 1.1.1 or later
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
set -g default-terminal screen-256color | |
set -g status-bg blue | |
set -g status-fg white | |
set -g status-right '#(sysctl vm.loadavg)' | |
setw -g window-status-current-attr underscore | |
bind r source-file ~/.tmux.conf | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/set term_charset utf-8 | |
/set recode_autodetect_utf8 ON | |
/set recode_fallback ISO-8859-15 | |
/set recode_out_default_charset ISO-8859-15 | |
/set recode_transliterate ON | |
/set recode ON | |
/save irc all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment