Support attach and detach aliases for tmux
As mentioned in the comments, prefer the <leader>d for detaching.
This commit is contained in:
parent
51e123d84c
commit
bef7799f4b
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ alias na=nautilus # Gnome's graphical file browser. Useful to click and dragging
|
|||
|
||||
# Tmux
|
||||
alias tls='tmux list-sessions'
|
||||
alias ta='tmux attach' # NOTE: `t` works for this as well
|
||||
alias td='tmux detach' # prefer using the KBD for this (i.e. <leader>d)
|
||||
|
||||
# Chrome
|
||||
alias cssh='chrome --app-id=pnhechapfaindjhompbnflcldabbghjo' # Secure Shell
|
||||
|
|
Loading…
Reference in a new issue