tbone.vim: tmux basics
See the codeBasic tmux support for Vim.
:Tmux lets you call any old tmux command (with really good tab
complete).:Tyank and :Tput give you direct access to tmux buffers.:Twrite sends a chunk of text to another pane. Give an argument like
windowtitle.2, top-right, or last, or let it default to the previously
given argument.:Tattach lets you use a specific tmux session from outside of it.Would you like to paste a shell command into another pane over and over again? I am sorry but you will have to install one of the 300 other Vim plugins for tmux.
If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-tbone.git
Once help tags have been generated, you can view the manual with
:help tbone.
Like tbone.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow tpope on Twitter and GitHub.
Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See :help license.
Vim Script
100.0%
tbone.vim: tmux basics
See the codeBasic tmux support for Vim.
:Tmux lets you call any old tmux command (with really good tab
complete).:Tyank and :Tput give you direct access to tmux buffers.:Twrite sends a chunk of text to another pane. Give an argument like
windowtitle.2, top-right, or last, or let it default to the previously
given argument.:Tattach lets you use a specific tmux session from outside of it.Would you like to paste a shell command into another pane over and over again? I am sorry but you will have to install one of the 300 other Vim plugins for tmux.
If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-tbone.git
Once help tags have been generated, you can view the manual with
:help tbone.
Like tbone.vim? Follow the repository on GitHub and vote for it on vim.org. And if you're feeling especially charitable, follow tpope on Twitter and GitHub.
Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See :help license.
Vim Script
100.0%