Skip to content

codedogapp/tmux-send-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tmux Send All Plugin

A tmux plugin that sends a command to all your panes.

Demo

Key Bindings

prefix + a: triggers the input in tmux command prompt

The default key bindings can be overridden by set -g @sendall-key 'b'

Installation with Tmux Plugin Manager

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'codedogapp/tmux-send-all'

Hit prefix + I to fetch the plugin and source it. You should now be able to use the plugin.

Manual Installation

Clone the repository to you designated path

Add this line to your .tmux.conf

run-shell ~/clone/path/send_all.tmux

Reload TMUX environment with: $ tmux source-file ~/.tmux.conf. You should now be able to use the plugin.

About

Send a command to all your panes in a tmux window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages