diff options
author | ajr-dev <np8r39st8hn854izdxrw.septuagenarians@aleeas.com> | 2022-01-27 17:59:04 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2022-01-27 21:51:13 +0100 |
commit | ad8220bc6d4529db43c0968175f1b8d0e6637db0 (patch) | |
tree | c38098619cd4913f217e0afbd8da626c85843f61 /plugins/tmux/README.md | |
parent | 303ae79712d8d1df05b3ec6f63eb129c9a2ed031 (diff) | |
download | zsh-ad8220bc6d4529db43c0968175f1b8d0e6637db0.tar.gz zsh-ad8220bc6d4529db43c0968175f1b8d0e6637db0.tar.bz2 zsh-ad8220bc6d4529db43c0968175f1b8d0e6637db0.zip |
fix(tmux): use `$ZSH_TMUX_CONFIG` setting in tmuxconf alias
Diffstat (limited to 'plugins/tmux/README.md')
-rw-r--r-- | plugins/tmux/README.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/tmux/README.md b/plugins/tmux/README.md index bc192a40c..7348f77c9 100644 --- a/plugins/tmux/README.md +++ b/plugins/tmux/README.md @@ -15,16 +15,16 @@ The plugin also supports the following: ## Aliases -| Alias | Command | Description | -| ---------- | ---------------------- | -------------------------------------------------------- | -| `ta` | tmux attach -t | Attach new tmux session to already running named session | -| `tad` | tmux attach -d -t | Detach named tmux session | -| `ts` | tmux new-session -s | Create a new named tmux session | -| `tl` | tmux list-sessions | Displays a list of running tmux sessions | -| `tksv` | tmux kill-server | Terminate all running tmux sessions | -| `tkss` | tmux kill-session -t | Terminate named running tmux session | -| `tmux` | `_zsh_tmux_plugin_run` | Start a new tmux session | -| `tmuxconf` | `$EDITOR ~/.tmux.conf` | Open .tmux.conf file with an editor | +| Alias | Command | Description | +| ---------- | -------------------------- | -------------------------------------------------------- | +| `ta` | tmux attach -t | Attach new tmux session to already running named session | +| `tad` | tmux attach -d -t | Detach named tmux session | +| `ts` | tmux new-session -s | Create a new named tmux session | +| `tl` | tmux list-sessions | Displays a list of running tmux sessions | +| `tksv` | tmux kill-server | Terminate all running tmux sessions | +| `tkss` | tmux kill-session -t | Terminate named running tmux session | +| `tmux` | `_zsh_tmux_plugin_run` | Start a new tmux session | +| `tmuxconf` | `$EDITOR $ZSH_TMUX_CONFIG` | Open .tmux.conf file with an editor | ## Configuration Variables |