Skip to content

Instantly share code, notes, and snippets.

@henrytseng
Created May 26, 2018 02:38
Show Gist options
  • Save henrytseng/062e9c27b056557554b67aa874734873 to your computer and use it in GitHub Desktop.
Save henrytseng/062e9c27b056557554b67aa874734873 to your computer and use it in GitHub Desktop.
Atom Keymap
'atom-text-editor':
'ctrl-left': 'editor:move-to-previous-subword-boundary'
'ctrl-right': 'editor:move-to-next-subword-boundary'
'ctrl-shift-left': 'editor:select-to-previous-subword-boundary'
'ctrl-shift-right': 'editor:select-to-next-subword-boundary'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment