Skip to content

Instantly share code, notes, and snippets.

View zi-gae's full-sized avatar
🏠
Working from home

정건우 zi-gae

🏠
Working from home
View GitHub Profile
🌞 Morning 529 commits ████████▏░░░░░░░░░░░░ 39.0%
🌆 Daytime 470 commits ███████▎░░░░░░░░░░░░░ 34.7%
🌃 Evening 142 commits ██▏░░░░░░░░░░░░░░░░░░ 10.5%
🌙 Night 215 commits ███▎░░░░░░░░░░░░░░░░░ 15.9%
@zi-gae
zi-gae / wontobacktick.sh
Last active April 4, 2024 05:27
won(₩) to backtick(`)
#!/bin/bash
if [ -f ~/Library/KeyBindings/DefaultkeyBinding.dict ]; then
echo "~/Library/KeyBindings/DefaultkeyBinding already"
exit 0
fi
mkdir -p ~/Library/KeyBindings
cat << EOF > ~/Library/KeyBindings/DefaultkeyBinding.dict
{
"₩" = ("insertText:", "\`");
"~4" = ("insertText:","₩");