mirror of
1
0
Fork 0

added space to default tmux_conf_theme_pairing and tmux_conf_theme_prefix likely rendered as double width emojis

This commit is contained in:
Gregory Pakosz 2017-09-25 20:32:39 +02:00
parent 2849c14e0c
commit 51cef6f32a
1 changed files with 2 additions and 2 deletions

View File

@ -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'