tmux-plugins/vim-tmux

Syntax highlighting issue

drzel opened this issue · 0 comments

drzel commented

I have the following string in .tmux.conf

set-option -g status-left "#[fg=black,bold]#{?client_prefix,#[bg=magenta] PREFIX ,#{?#{==:#{pane_mode},copy-mode},#{?selection_present,#[bg=brightcyan] VISUAL ,#[bg=cyan] COPY },#{?#{==:#{pane_mode},clock-mode},#[bg=blue] CLOCK ,#[bg=green] INSERT }}}"

Highlighting looks broken:

screen shot 2018-01-24 at 7 18 06 pm