Skip to content

Instantly share code, notes, and snippets.

View cKalens's full-sized avatar

Nurullah Tuglu cKalens

View GitHub Profile
@cKalens
cKalens / install-meta-fix.sh
Last active April 9, 2026 13:57
Fix for IntelliJ IDEA "Use Option as Meta key" auto-enabling bug (Claude Code)
#!/bin/zsh
echo "IntelliJ IDEA Meta Key Fix — Installer"
echo "======================================="
echo ""
setopt nullglob
JBRS=(/Applications/IntelliJ\ IDEA*.app/Contents/jbr/Contents/Home)
if [[ ${#JBRS[@]} -eq 0 ]]; then