setting: keybing
/設定のキーバインドで,パッケージの名前やキーバインドを入力して,” Selector “を調べる.
左側のノートマークでコピーできる.
ファイル > キーマップ
からkeymap.cson
を開き,コピーしたのを貼り付け.
e.g.: “Markdown Pdf”パッケージのctrl+shift+cを無効にし,Pathコピーに割り当て直す
‘.platform-win32 .editor, .platform-linux atom-text-editor’:
Contents [hide]
パッケージのデフォルトキーバインドを無効にする
‘ctrl-shift-C’: ‘markdown-pdf:convert’
無効にするにはunset!
‘ctrl-shift-C’: ‘unset!’
‘ctrl-shift-C’: ‘editor:copy-path’
References:
http://qiita.com/mebiusbox2/items/69feb9531457a6fa318a
http://qiita.com/iorionda/items/0f386408fb9591c0ed7f
“atom キーバインドを変更する” への1件のフィードバック
Thanks, great article.