From ff73c9554774817783bd09663e82c5c12a30c188 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 22 May 2025 08:52:10 +0100 Subject: [PATCH] New bash completion URL, from David Mandelberg. --- .github/README.md | 2 +- README | 2 +- README.ja | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index 353f10ec..b3e9e747 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/imomaliev/tmux-bash-completion +https://github.com/scop/bash-completion/blob/main/completions/tmux For debugging, run tmux with `-v` or `-vv` to generate server and client log files in the current directory. diff --git a/README b/README index 0715ac47..9a2f6ff7 100644 --- a/README +++ b/README @@ -66,7 +66,7 @@ Also see the tmux FAQ at: A bash(1) completion file is at: - https://github.com/imomaliev/tmux-bash-completion + https://github.com/scop/bash-completion/blob/main/completions/tmux For debugging, run tmux with -v and -vv to generate server and client log files in the current directory. diff --git a/README.ja b/README.ja index 3c944738..aeb6704a 100644 --- a/README.ja +++ b/README.ja @@ -38,7 +38,7 @@ tmuxのドキュメントについてはtmux.1マニュアルをご覧くださ サンプル設定は本リポジトリのexample_tmux.confに また、bash-completionファイルは下記にあります。 - https://github.com/imomaliev/tmux-bash-completion + https://github.com/scop/bash-completion/blob/main/completions/tmux 「-v」や「-vv」を指定することでデバッグモードでの起動が可能です。カレントディレクトリにサーバーやクライアントのログファイルが生成されます。