repo: Remove traces of tmux configuration
While I never disliked tmux I have not been using it for absolute ages now, ever since starting to multiplex with wezterm. Wezterm can (at least with my current setup) *not* replace all tmux functionality - especially running multiple sessions in a detachable way on a remote server - but I have never needed those in a long time now. Detachable sessions I can create instead with `abduco`.
This commit is contained in:
parent
0237b7d569
commit
2c1487ab93
17 changed files with 3 additions and 539 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#compdef _tmux_attach_start
|
||||
#
|
||||
# Requires tmux_attach_start script in path
|
||||
#
|
||||
# Enables completion for zsh of tmux_attach_start function
|
||||
# with currently open sessions, or tmux options.
|
||||
|
||||
_tmux_attach_start() {
|
||||
_alternative \
|
||||
"sessions:user sessions:($(tmux list-sessions -F'#{session_name}' 2>/dev/null))"
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue