mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
We should start documenting things.
This commit is contained in:
parent
af44423144
commit
6363c6cbf0
7 changed files with 53 additions and 2 deletions
34
plugins/tmux/README.md
Normal file
34
plugins/tmux/README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
|
||||
Copyright & License
|
||||
-------------------
|
||||
|
||||
This plugin is released under the GLP3
|
||||
Loading…
Add table
Add a link
Reference in a new issue