diff options
Diffstat (limited to 'configs/shared/zsh/aliases.zsh')
-rw-r--r-- | configs/shared/zsh/aliases.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/zsh/aliases.zsh b/configs/shared/zsh/aliases.zsh index 4322c861725a..f21302983e0c 100644 --- a/configs/shared/zsh/aliases.zsh +++ b/configs/shared/zsh/aliases.zsh @@ -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 |