Fixed. Thanks!
On Sat, Oct 22, 2011 at 02:26:02PM +0200, Bastien Dejean wrote:
> Hi,
>
> The vim syntax file shipped with the current version of tmux doesn't
> highlight properly key sequences like 'M-C-BTab'.
>
> Hence, instead of:
>
> syn match tmuxKey /\(C-\|M-\|\^\)\p/ disp
Hi,
The vim syntax file shipped with the current version of tmux doesn't
highlight properly key sequences like 'M-C-BTab'.
Hence, instead of:
syn match tmuxKey /\(C-\|M-\|\^\)\p/ display
I'm using:
syn match tmuxKey /\(C-\|M-\|\^\)\+\S\+/ display
Greetings,
-