workaround: /terminal-setup for kitty terminal

Resolved 💬 6 comments Opened Jul 17, 2025 by bukzor Closed Feb 5, 2026

This worked for me:

cat >> '~.config/kitty/kitty.conf'  <<EOF
# send a newline literal, for claude-cli
map shift+enter send_text all \n
EOF

kill -USR1 $(pgrep kitty)  # reload config

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗