Skip to content

Instantly share code, notes, and snippets.

@yuw
Created June 28, 2016 12:47
Show Gist options
  • Save yuw/0b00d6ec8b417b7c14206cbc9bc96d9b to your computer and use it in GitHub Desktop.
Save yuw/0b00d6ec8b417b7c14206cbc9bc96d9b to your computer and use it in GitHub Desktop.
OSX上のemacsでバックスラッシュが入力できない問題をシステム側で¥と\をいれかえることで解消
{
"¥" = ("insertText:", "\\");
"~\\" = ("insertText:", "¥");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment