Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created September 8, 2014 10:19
Show Gist options
  • Select an option

  • Save iorionda/818721e12bf82a1f90c5 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/818721e12bf82a1f90c5 to your computer and use it in GitHub Desktop.
Atom の package で定義されているキーバインドを変更する方法 ref: http://qiita.com/iori-o@github/items/0f386408fb9591c0ed7f
'.editor':
# キーバインドを無効にする
'ctrl-b': 'unset!'
# キーバインドを再定義する
'alt-cmd-b': 'git-blame:toggle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment