From 8356578a54dd798b40c9165ce30999ae69b5ce34 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 20 Feb 2026 08:43:35 +0000 Subject: [PATCH] Update tmux bash completion file link in README, from Hyun Seungmin. --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index b3e9e747..38a296fc 100644 --- a/.github/README.md +++ b/.github/README.md @@ -79,7 +79,7 @@ A small example configuration is in `example_tmux.conf`. And a bash(1) completion file at: -https://github.com/scop/bash-completion/blob/main/completions/tmux +https://github.com/scop/bash-completion/blob/main/completions-core/tmux.bash For debugging, run tmux with `-v` or `-vv` to generate server and client log files in the current directory.