diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 23:31:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-19 23:31:04 +0000 |
commit | 3108d80b7ef6057543c824e37ffd92646642bc3d (patch) | |
tree | a488a2251ab7f7a76e947d3b7554cebedf4d8da8 /examples | |
parent | c3859d1df1fbdb63b8aab15d10266e26c5e428eb (diff) | |
download | rtmux-3108d80b7ef6057543c824e37ffd92646642bc3d.tar.gz rtmux-3108d80b7ef6057543c824e37ffd92646642bc3d.tar.bz2 rtmux-3108d80b7ef6057543c824e37ffd92646642bc3d.zip |
Move NOTES->README, move Vim syntax file documentation to the file itself and
otherwise tweak some bits.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tmux.vim | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/tmux.vim b/examples/tmux.vim index f1a98be4..076115c1 100644 --- a/examples/tmux.vim +++ b/examples/tmux.vim @@ -3,6 +3,20 @@ " Maintainer: Tiago Cunha <tcunha@users.sourceforge.net> " Last Change: $Date: 2010-07-27 18:29:07 $ " License: This file is placed in the public domain. +" +" To install this file: +" +" - Drop the file in the syntax directory into runtimepath (such as +" ~/.vim/syntax/tmux.vim). +" - Make the filetype recognisable by adding the following to filetype.vim +" (~/.vim/filetype.vim): +" +" augroup filetypedetect +" au BufNewFile,BufRead .tmux.conf*,tmux.conf* setf tmux +" augroup END +" +" - Switch on syntax highlighting by adding "syntax enable" to .vimrc. +" if version < 600 syntax clear |