diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 14:44:14 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-04-27 14:44:14 +0000 |
commit | ddf2efe57b5ba6022e895715392ed9e98b37e2a6 (patch) | |
tree | de8ad1dd8a3820ffb9201d1764633e9d2fea75ae | |
parent | e397e3a5f8b8bf45e0e240cad4aea91bd0afd8ab (diff) | |
download | rtmux-ddf2efe57b5ba6022e895715392ed9e98b37e2a6.tar.gz rtmux-ddf2efe57b5ba6022e895715392ed9e98b37e2a6.tar.bz2 rtmux-ddf2efe57b5ba6022e895715392ed9e98b37e2a6.zip |
Update commands, and options.
-rw-r--r-- | examples/tmux.vim | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index f37c4617..5e132393 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-08 01:54:23 $ +" Last Change: $Date: 2009-04-27 14:44:14 $ if version < 600 syntax clear @@ -35,14 +35,15 @@ 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 suspendc suspend-client findw -syn keyword tmuxCmds find-window +syn keyword tmuxCmds find-window breakp break-pane nextl next-layout rotatew +syn keyword tmuxCmds rotate-window confirm[-before] syn keyword tmuxOptsSet prefix 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 message-fg syn keyword tmuxOptsSet message-bg lock-after-time default-path repeat-time -syn keyword tmuxOptsSet message-attr status-attr +syn keyword tmuxOptsSet message-attr status-attr set-remain-on-exit syn keyword tmuxOptsSetw monitor-activity aggressive-resize force-width syn keyword tmuxOptsSetw force-height remain-on-exit uft8 mode-fg mode-bg |