mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
added alias table
This commit is contained in:
parent
c3b072eace
commit
527ea8782e
1 changed files with 13 additions and 0 deletions
13
plugins/tmux/README.md
Normal file
13
plugins/tmux/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Git plugin
|
||||
|
||||
|
||||
|
||||
| Alias | Command |
|
||||
| ------ | ---------------------- |
|
||||
| `ta` | `tmux attach -t` |
|
||||
| `tad` | `tmux attach -d -t` |
|
||||
| `ts` | `tmux new-session -s` |
|
||||
| `tl` | `tmux list-sessions` |
|
||||
| `tksv` | `tmux kill-server` |
|
||||
| `tkss` | `tmux kill-session -t` |
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue