Skip to content

Instantly share code, notes, and snippets.

@fdv
Last active May 3, 2024 02:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdv/05c031c29f8142fae7baf647652f4944 to your computer and use it in GitHub Desktop.
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
#
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
/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