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,
-- 
Bastien

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to