https://github.com/gogoprog/vim-executer
Select and run executables in tmux session from Vim
https://github.com/gogoprog/vim-executer
execute plugin tmux vim
Last synced: 8 months ago
JSON representation
Select and run executables in tmux session from Vim
- Host: GitHub
- URL: https://github.com/gogoprog/vim-executer
- Owner: gogoprog
- Created: 2018-12-28T13:08:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T10:42:12.000Z (11 months ago)
- Last Synced: 2025-05-20T05:12:26.882Z (9 months ago)
- Topics: execute, plugin, tmux, vim
- Language: Vim Script
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-executer
Select and run executables in tmux session from Vim
## Requirements
* [fzf](https://github.com/junegunn/fzf)
## Installation
### Vundle
Add the following line to ```.vimrc```
Plugin 'gogoprog/vim-executer'
## Commands
| Name | Description |
|-----------------------|-----------------------------------------|
| ExecuterSelectExecutable | Select the executable using `fzf` |
| ExecuterSelectWorkingDirectory | Select the working directory using `fzf` |
| ExecuterRun | Run the executable from the working directory in a tmux session |