dotfiles

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

commit c4de3bd2a64b6d74a369ef13fb62dc64332cbba1
parent 50bd3f5d1634c69ec2ac9d8b756d7e8663ce900e
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 14 Apr 2026 11:42:22 +0900

ghostty: allow reading from the clipboard/pasting into the terminal

This was triggering every time I pasted in vim with clipboard support
enabled.

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

diff --git a/.config/ghostty/config b/.config/ghostty/config @@ -60,6 +60,9 @@ cursor-style-blink = false shell-integration-features = no-cursor, ssh-env +# Allow reading from the clipboard without prompting each time. +clipboard-read = allow + # Don't show a folder icon in the title bar. macos-titlebar-proxy-icon = hidden