Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

easily interact with tmux from vim

License

NotificationsYou must be signed in to change notification settings

preservim/vimux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VintCheck

vimux

Vimux was originally inspired bytslime.vim, a plugin that lets you send input to tmux. While tslime.vim works well, it wasn't optimized for the use case of having a smaller tmux pane used to run tests or play with a REPL. The goal of Vimux is to make interacting with tmux from vim effortless.

By default, when you callVimuxRunCommand vimux will create a 20% tall horizontal pane under your current tmux pane and execute a command in it without losing the focus on vim. Once that pane exists, whenever you callVimuxRunCommand again the command will be executed in that pane. A frequent use case is wanting to rerun commands over and over. An example of this is running the current file through rspec. Rather than typing that over and overVimuxRunLastCommand will execute the last command called withVimuxRunCommand.

Installation

Withvim-bundle:vim-bundle install preservim/vimuxWithVundle:Plugin 'preservim/vimux' in your .vimrc

Otherwise download the latesttarball, extract it and moveplugin/vimux.vim inside~/.vim/plugin. If you're usingpathogen, then move the entire folder extracted from the tarball into~/.vim/bundle.

Notes:

  • Vimux assumes a reasonably new version of tmux. Some older versions might work but it is recommended to use the latest stable release.

Usage

The full documentation is availableonline and accessible inside vim via:help vimux

Platform-specific Plugins

About

easily interact with tmux from vim

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp