Skip to content

Instantly share code, notes, and snippets.

@nicdk
Created July 9, 2018 07:45
Show Gist options
  • Save nicdk/9756d6331f83ef4355d9f8e5a372abbe to your computer and use it in GitHub Desktop.
Save nicdk/9756d6331f83ef4355d9f8e5a372abbe to your computer and use it in GitHub Desktop.
Atom の Keymap で設定している ctrl-*

改行、タブ入力、yank とSKK 絡み。


'atom-text-editor':
  'ctrl-m': 'editor:newline'
  'ctrl-i': 'editor:indent'
  'ctrl-y': 'core:paste'
  'ctrl-j': 'unset!'
  'ctrl-shift-j': 'unset!'

[EOF]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment