Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand tmux aliases to include more common commands #571

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions modules/tmux/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ fi
# Aliases
#

alias tmuxa='tmux attach-session'
alias tmuxl='tmux list-sessions'
alias tmuxn='tmux new -s' # provide session name, or just use tmux straigt up for unnamed
alias tmuxa='tmux a' # [-t name] to attach to specific named session
alias tmuxl='tmux ls'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the full command name; so, people don't have to look it up.

alias tmuxk='tmux kill-session -t' # provide session name