dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 465f18d8a97e4cc284ac91d604bd9d5f604c9f15
parent 1839d4f00c9d233dbd3b8ce5b2130a5947038327
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 18 May 2026 10:48:19 +0900

ghostty: disable link-url to fix double-click selection

Diffstat:
M.config/ghostty/config | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/ghostty/config b/.config/ghostty/config @@ -72,3 +72,6 @@ macos-titlebar-proxy-icon = hidden # JIS keyboard: default ¥ to \ and option-¥ to ¥. keybind = ¥=text:\\ keybind = option+¥=text:¥ + +# Fix poor double-click behaviour in 1.3.x +link-url = false