ohmyzsh/plugins/tmux
Simon Gomizelj c15ce20b30 Relicenced.
2011-12-04 12:20:08 -05:00
..
README.md We should start documenting things. 2011-12-02 11:00:25 -05:00
tmux.plugin.zsh Relicenced. 2011-12-04 12:20:08 -05:00

Tmux

DESCRIPTION TO GO HERE

Configuration

To set a corresponding command to a session name, set a zstyle like this

zstyle :omz:plugins:tmux:cmd irc weechat-curses

This setups up the tmux plugin to start or jump to weechat when t irc is executed.

The plugin can be configured to start tmux with zsh. To do so, set this zstyle appropriately. If so, it's ideal to have tmux first in the plugin array

zstyle :omz:plugins:tmux autostart on

Usage

You can call the t function in two ways:

t session
t session command

This plugin is released under the GLP3