https://github.com/tpope/vim-tbone
tbone.vim: tmux basics
https://github.com/tpope/vim-tbone
Last synced: 12 months ago
JSON representation
tbone.vim: tmux basics
- Host: GitHub
- URL: https://github.com/tpope/vim-tbone
- Owner: tpope
- Created: 2013-03-27T05:13:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T16:42:56.000Z (over 3 years ago)
- Last Synced: 2025-01-08T16:27:53.169Z (over 1 year ago)
- Language: Vim Script
- Homepage: http://www.vim.org/scripts/script.php?script_id=4488
- Size: 17.6 KB
- Stars: 400
- Watchers: 13
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- Contributing: CONTRIBUTING.markdown
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tbone.vim
Basic 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.
## Installation
If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), 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`.
## Self-Promotion
Like tbone.vim? Follow the repository on
[GitHub](https://github.com/tpope/vim-tbone) and vote for it on
[vim.org](http://www.vim.org/scripts/script.php?script_id=4488). And if
you're feeling especially charitable, follow [tpope](http://tpo.pe/) on
[Twitter](http://twitter.com/tpope) and
[GitHub](https://github.com/tpope).
## License
Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See `:help license`.