Skip to content

Instantly share code, notes, and snippets.

View strandnerd's full-sized avatar
👨‍💻
Probably coding

Strand strandnerd

👨‍💻
Probably coding
View GitHub Profile
@strandnerd
strandnerd / update-ghostty-config.sh
Last active October 11, 2025 14:57
Invert ghostty keybindings to Terminator-like
cat >> "$HOME/.config/ghostty/config" <<'EOF'
# Inverted split keybindings (Terminator-like)
keybind = ctrl+shift+e=new_split:right
keybind = ctrl+shift+o=new_split:down
EOF