Browse Source

Refactor tmux aliases

master
Sorin Ionescu 12 years ago
parent
commit
8baba34fb0
  1. 4
      modules/tmux/README.md
  2. 4
      modules/tmux/init.zsh

4
modules/tmux/README.md

@ -24,8 +24,8 @@ the background session and `destroy-unattached on` on every other session @@ -24,8 +24,8 @@ the background session and `destroy-unattached on` on every other session
Aliases
-------
- `ta` attaches or switches to a tmux session.
- `tl` lists sessions managed by the tmux server.
- `tmuxa` attaches or switches to a tmux session.
- `tmuxl` lists sessions managed by the tmux server.
Caveats
-------

4
modules/tmux/init.zsh

@ -40,5 +40,5 @@ fi @@ -40,5 +40,5 @@ fi
# Aliases
#
alias ta="tmux attach-session"
alias tl="tmux list-sessions"
alias tmuxa='tmux attach-session'
alias tmuxl='tmux list-sessions'

Loading…
Cancel
Save