mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 02:18:47 +00:00
Recognise special keys and binds with multiple modifiers. From Bastien Dejean.
This commit is contained in:
parent
c1eeac86fe
commit
0e45ca1718
@ -77,7 +77,7 @@ syn keyword tmuxOptsSetw window-status-alert-bg window-status-alert-fg
|
||||
|
||||
syn keyword tmuxTodo FIXME NOTE TODO XXX contained
|
||||
|
||||
syn match tmuxKey /\(C-\|M-\|\^\)\p/ display
|
||||
syn match tmuxKey /\(C-\|M-\|\^\)\+\S\+/ display
|
||||
syn match tmuxNumber /\d\+/ display
|
||||
syn match tmuxOptions /\s-\a\+/ display
|
||||
syn match tmuxVariable /\w\+=/ display
|
||||
|
Loading…
Reference in New Issue
Block a user