vim-tmux icon indicating copy to clipboard operation
vim-tmux copied to clipboard

Syntax highlighting issue

Open drzel opened this issue 7 years ago • 0 comments

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

drzel avatar Jan 24 '18 12:01 drzel