Vim plugin for .tmux.conf.
When you edit .tmux.conf you get:
- proper syntax highlighting
commentstring- so that plugins like vim-commentary work as intendedK- jumps to the *exact* place inman tmuxwhere the word under cursor is explained (a helluva time saver). This should work correctly on practically anything in.tmux.conf.- :make - invokes
tmux source
.tmux.confand places all the errors (if any) in quicklist g!- executes lines as tmux commands. Works on visual selection or as a motion.g!!executes just the current line.
-
Vundle
Plugin 'tmux-plugins/vim-tmux' -
vim-plug
Plug 'tmux-plugins/vim-tmux' -
Pathogen
git clone git://github.com/tmux-plugins/vim-tmux.git ~/.vim/bundle/vim-tmux
- Tiago Cunha - created first syntax highlighting script for
.tmux.conf - Zaiste - wrapped syntax highlighting script in vim plugin
All the contributions made after forking from Zaiste are under MIT license.