diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-01-16 17:28:49 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-01-16 17:28:49 +0000 |
commit | e78b7c81546e01cbdd0f1ad9962f1c9c8bd92af2 (patch) | |
tree | fe609cd26a3b5ab31798f80d2f093d9c3c9e68be /examples | |
parent | 32e3759e94c182d4022caa376e62032b8aa2946c (diff) | |
download | rtmux-e78b7c81546e01cbdd0f1ad9962f1c9c8bd92af2.tar.gz rtmux-e78b7c81546e01cbdd0f1ad9962f1c9c8bd92af2.tar.bz2 rtmux-e78b7c81546e01cbdd0f1ad9962f1c9c8bd92af2.zip |
Document command-prompt template string, and panes commands. From nicm and me.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 414b2b90..131027d0 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-01-15 21:24:03 $ +" Last Change: $Date: 2009-01-16 17:28:49 $ if version < 600 syntax clear @@ -30,7 +30,10 @@ syn keyword tmuxCmds command-prompt setb set-buffer showb show-buffer lsb syn keyword tmuxCmds list-buffers deleteb delete-buffer lscm list-commands syn keyword tmuxCmds movew move-window select-prompt respawnw respawn-window syn keyword tmuxCmds source[-file] info server-info clock-mode lock[-server] -syn keyword tmuxCmds pass set-password saveb save-buffer +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 syn keyword tmuxOptsSet prefix status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right |