diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-19 08:07:55 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-07-19 08:07:55 +0100 |
commit | 96dcbe217bda0b065df8079e33d14a7192e14c46 (patch) | |
tree | 9b391196e2b6679dc230665660aaf5c9152e07c8 | |
parent | 8c96e2a6d941bf5438b587c3d4a5ee1c97f9aa14 (diff) | |
download | rtmux-96dcbe217bda0b065df8079e33d14a7192e14c46.tar.gz rtmux-96dcbe217bda0b065df8079e33d14a7192e14c46.tar.bz2 rtmux-96dcbe217bda0b065df8079e33d14a7192e14c46.zip |
Update tmux.vim from Ben Boeckel.
-rw-r--r-- | examples/tmux.vim | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index a6bf74e2..dcb58246 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -191,9 +191,7 @@ syn keyword tmuxOptsSet \ message-command-style \ message-limit \ message-style - \ mouse-resize-pane - \ mouse-select-pane - \ mouse-select-window + \ mouse \ mouse-utf8 \ pane-active-border-style \ pane-border-style @@ -230,8 +228,6 @@ syn keyword tmuxOptsSetw \ allow-rename \ alternate-screen \ automatic-rename - \ c0-change-interval - \ c0-change-trigger \ clock-mode-colour \ clock-mode-style \ force-height @@ -239,7 +235,6 @@ syn keyword tmuxOptsSetw \ main-pane-height \ main-pane-width \ mode-keys - \ mode-mouse \ mode-style \ monitor-activity \ monitor-silence @@ -249,6 +244,7 @@ syn keyword tmuxOptsSetw \ remain-on-exit \ synchronize-panes \ utf8 + \ window-active-style \ window-status-activity-style \ window-status-bell-style \ window-status-current-format @@ -257,6 +253,7 @@ syn keyword tmuxOptsSetw \ window-status-last-style \ window-status-separator \ window-status-style + \ window-style \ wrap-search \ xterm-keys |