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:
Marty Oehme 2025-01-04 10:57:40 +01:00
parent 0237b7d569
commit 2c1487ab93
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
17 changed files with 3 additions and 539 deletions

View file

@ -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))"
}