summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-02-06 18:38:30 +0000
committerTiago Cunha <tcunha@gmx.com>2009-02-06 18:38:30 +0000
commit70dbc2f5b1128eaf7d6a7e2fe609ec6881b0626c (patch)
tree602371b690db2a119579a71445d6930bf158b0ef /examples
parent4213ff8faa476a8b63b9c0351fbf95fc5f1a78be (diff)
- Document find-window.
- Document suspend-client. - Document window-status-{attr,bg,fg}. - Options without arguments should be listed first. - s/Copies/Copy/.
Diffstat (limited to 'examples')
-rw-r--r--examples/tmux.vim8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim
index a6ee1eb6..6cefaac3 100644
--- a/examples/tmux.vim
+++ b/examples/tmux.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: tmux(1) configuration file
" Maintainer: Tiago Cunha <me@tiagocunha.org>
-" Last Change: $Date: 2009-02-03 17:21:19 $
+" Last Change: $Date: 2009-02-06 18:38:30 $
if version < 600
syntax clear
@@ -34,7 +34,8 @@ syn keyword tmuxCmds pass set-password saveb save-buffer downp down-pane killp
syn keyword tmuxCmds kill-pane resizep-down resize-pane-down resizep-up
syn keyword tmuxCmds resize-pane-up selectp select-pane splitw split-window
syn keyword tmuxCmds upp up-pane choose-session choose-window loadb load-buffer
-syn keyword tmuxCmds copyb copy-buffer
+syn keyword tmuxCmds copyb copy-buffer suspendc suspend-client findw
+syn keyword tmuxCmds find-window
syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action
syn keyword tmuxOptsSet default-command history-limit status-left status-right
@@ -46,7 +47,8 @@ syn keyword tmuxOptsSet message-attr status-attr
syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width
syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg
syn keyword tmuxOptsSetw mode-keys clock-mode-colour clock-mode-style
-syn keyword tmuxOptsSetw xterm-keys mode-attr
+syn keyword tmuxOptsSetw xterm-keys mode-attr window-status-attr
+syn keyword tmuxOptsSetw window-status-bg window-status-fg
syn keyword tmuxTodo FIXME NOTE TODO XXX contained