diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-02-03 17:21:19 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-02-03 17:21:19 +0000 |
commit | 4213ff8faa476a8b63b9c0351fbf95fc5f1a78be (patch) | |
tree | 87c05a3a6e4f1006a238af70fef3a2afde86d56f /examples | |
parent | b5f4b7730beeb02e58a563986693cf2aa87e2ea3 (diff) | |
download | rtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.tar.gz rtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.tar.bz2 rtmux-4213ff8faa476a8b63b9c0351fbf95fc5f1a78be.zip |
copy-buffer command.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index b11e267c..a6ee1eb6 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-01 18:16:39 $ +" Last Change: $Date: 2009-02-03 17:21:19 $ if version < 600 syntax clear @@ -34,6 +34,7 @@ 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 tmuxOptsSet prefix status status-fg status-bg bell-action syn keyword tmuxOptsSet default-command history-limit status-left status-right |