aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/tmux.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim
index d21c3776..52d8eba6 100644
--- a/examples/tmux.vim
+++ b/examples/tmux.vim
@@ -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