diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-10-02 18:13:13 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-10-02 18:13:13 +0100 |
commit | 64deb34c3b44d2755395760bad7189659462d130 (patch) | |
tree | 14efe3df40c2058a932c45e5e49562692ef12638 /examples | |
parent | 8b05d84ece70a33d01bb139b56733322cce017a5 (diff) | |
download | rtmux-64deb34c3b44d2755395760bad7189659462d130.tar.gz rtmux-64deb34c3b44d2755395760bad7189659462d130.tar.bz2 rtmux-64deb34c3b44d2755395760bad7189659462d130.zip |
Add choose-list to tmux.vim
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index 2e27d12e..6556e165 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -42,6 +42,7 @@ syn keyword tmuxCmds \ list-buffers loadb load-buffer pasteb paste-buffer saveb save-buffer \ setb set-buffer showb show-buffer \ clock-mode if[-shell] lock[-server] run[-shell] [server-]info + \ choose-list syn keyword tmuxOptsSet \ buffer-limit escape-time exit-unattached exit-unattached quiet |