vitorpy's Dotfiles

Make Ghostty cursor more visible

- Set cursor style to block (more visible than default)
- Enable cursor blinking to catch attention

Improves cursor visibility for better editing experience.

+4
+4
private_dot_config/ghostty/config
··· 44 44 theme = Zenburn 45 45 keybind = shift+enter=text:\x1b\r 46 46 command = /usr/bin/fish 47 + 48 + # Cursor visibility 49 + cursor-style = block 50 + cursor-style-blink = true