14 lines
305 B
Markdown
14 lines
305 B
Markdown
# 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` |
|
|
|