Created
September 8, 2014 10:19
-
-
Save iorionda/818721e12bf82a1f90c5 to your computer and use it in GitHub Desktop.
Atom の package で定義されているキーバインドを変更する方法 ref: http://qiita.com/iori-o@github/items/0f386408fb9591c0ed7f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '.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