diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-02-15 18:48:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2012-02-15 18:48:52 +0000 |
commit | d7ea1ac847bb740116e71ec008302cd1529f51b9 (patch) | |
tree | cd276bee637420c43b665e9e42a1713aff9cefe7 | |
parent | 94e46dd72468d364bb395603cf7fc9ae594ebd41 (diff) | |
download | rtmux-d7ea1ac847bb740116e71ec008302cd1529f51b9.tar.gz rtmux-d7ea1ac847bb740116e71ec008302cd1529f51b9.tar.bz2 rtmux-d7ea1ac847bb740116e71ec008302cd1529f51b9.zip |
Update, from Ben Boeckel.
-rw-r--r-- | examples/tmux.vim | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 2b721761..e12428a1 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -44,10 +44,10 @@ syn keyword tmuxCmds run[-shell] lockc lock-client locks lock-session lsp syn keyword tmuxCmds list-panes pipep pipe-pane showmsgs show-messages capturep syn keyword tmuxCmds capture-pane joinp join-pane choose-buffer -syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action +syn keyword tmuxOptsSet prefix prefix2 status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right syn keyword tmuxOptsSet status-interval set-titles display-time buffer-limit -syn keyword tmuxOptsSet status-left-length status-right-length +syn keyword tmuxOptsSet status-left-length status-right-length status-position syn keyword tmuxOptsSet message-[command-]bg lock-after-time default-path syn keyword tmuxOptsSet message-[command-]attr status-attr set-remain-on-exit syn keyword tmuxOptsSet status-utf8 default-terminal visual-activity repeat-time @@ -74,8 +74,12 @@ syn keyword tmuxOptsSetw main-pane-width main-pane-height monitor-content syn keyword tmuxOptsSetw window-status-current-attr window-status-current-bg syn keyword tmuxOptsSetw window-status-current-fg mode-mouse synchronize-panes syn keyword tmuxOptsSetw window-status-format window-status-current-format -syn keyword tmuxOptsSetw window-status-alert-attr -syn keyword tmuxOptsSetw window-status-alert-bg window-status-alert-fg +syn keyword tmuxOptsSetw window-status-activity-attr +syn keyword tmuxOptsSetw window-status-activity-bg window-status-activity-fg +syn keyword tmuxOptsSetw window-status-bell-attr +syn keyword tmuxOptsSetw window-status-bell-bg window-status-bell-fg +syn keyword tmuxOptsSetw window-status-content-attr +syn keyword tmuxOptsSetw window-status-content-bg window-status-content-fg syn keyword tmuxOptsSetw pane-base-index other-pane-height other-pane-width syn keyword tmuxTodo FIXME NOTE TODO XXX contained |