From 4213ff8faa476a8b63b9c0351fbf95fc5f1a78be Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Tue, 3 Feb 2009 17:21:19 +0000 Subject: copy-buffer command. --- examples/tmux.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/tmux.vim') 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 -" 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 -- cgit