New bash completion URL, from David Mandelberg.

This commit is contained in:
Nicholas Marriott
2025-05-22 08:52:10 +01:00
parent aa0d05f676
commit ff73c95547
3 changed files with 3 additions and 3 deletions

2
.github/README.md vendored
View File

@ -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.

2
README
View File

@ -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.

View File

@ -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」を指定することでデバッグモードでの起動が可能です。カレントディレクトリにサーバーやクライアントのログファイルが生成されます。