blog.bouzuya.net

2024-08-15 tmux の escape-time オプション

googleapis-tonic-* の 0.3.0 の publish はあと 20 件くらい。


tmux を使用していると hx (helix-editor) の escape key の応答が遅くなる。調べると Wiki に答えがある。

https://github.com/helix-editor/helix/wiki/Troubleshooting#when-using-tmux-or-screen-there-is-a-delay-after-hitting-escape-before-its-registered

tmux の escape-time オプションを短い値に変更すると良い。

ぼくは home-manager の programs.tmux.escapeTime 経由で設定した。

https://home-manager-options.extranix.com/?query=programs.tmux.escapeTime&release=release-24.05


今日のコミット。