Refactor tmux aliases
This commit is contained in:
parent
b2f0bdf8fd
commit
8baba34fb0
|
@ -24,8 +24,8 @@ the background session and `destroy-unattached on` on every other session
|
||||||
Aliases
|
Aliases
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- `ta` attaches or switches to a tmux session.
|
- `tmuxa` attaches or switches to a tmux session.
|
||||||
- `tl` lists sessions managed by the tmux server.
|
- `tmuxl` lists sessions managed by the tmux server.
|
||||||
|
|
||||||
Caveats
|
Caveats
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -40,5 +40,5 @@ fi
|
||||||
# Aliases
|
# Aliases
|
||||||
#
|
#
|
||||||
|
|
||||||
alias ta="tmux attach-session"
|
alias tmuxa='tmux attach-session'
|
||||||
alias tl="tmux list-sessions"
|
alias tmuxl='tmux list-sessions'
|
||||||
|
|
Loading…
Reference in a new issue