mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-25 08:09:24 +01: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 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 tmuxNumber /\d\+/ display
|
||||||
syn match tmuxOptions /\s-\a\+/ display
|
syn match tmuxOptions /\s-\a\+/ display
|
||||||
syn match tmuxVariable /\w\+=/ display
|
syn match tmuxVariable /\w\+=/ display
|
||||||
|
Loading…
Reference in New Issue
Block a user