From 51cef6f32a95930570ec485ff712d0c33348821b Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Mon, 25 Sep 2017 20:32:39 +0200 Subject: [PATCH] added space to default tmux_conf_theme_pairing and tmux_conf_theme_prefix likely rendered as double width emojis --- .tmux.conf.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 7053bc6..ae45b07 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -171,13 +171,13 @@ tmux_conf_theme_status_right_bg='#080808,#d70000,#e4e4e4' # dark gray, red, whit tmux_conf_theme_status_right_attr='none,none,bold' # pairing indicator -tmux_conf_theme_pairing='👓' # U+1F453 +tmux_conf_theme_pairing='👓 ' # U+1F453 tmux_conf_theme_pairing_fg='none' tmux_conf_theme_pairing_bg='none' tmux_conf_theme_pairing_attr='none' # prefix indicator -tmux_conf_theme_prefix='⌨' # U+2328 +tmux_conf_theme_prefix='⌨ ' # U+2328 tmux_conf_theme_prefix_fg='none' tmux_conf_theme_prefix_bg='none' tmux_conf_theme_prefix_attr='none'