Atom 编辑器:如何更改键盘映射中的切换行注释?

Atom editor: How do I change toggle-line-comment in the keymap?

这是我到目前为止想出的,但无法让它发挥作用

'.workspace .editor':
  'cmd-7': 'unset!'
  'cmd-7': 'editor:toggle-line-comment'

在 Atom v1.3.2 中,以下对我有效:

'atom-workspace atom-text-editor:not([mini])':
  'cmd-7': 'editor:toggle-line-comments'