Facebook
From Denim Tortoise, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 246
  1. 'atom-text-editor':
  2.   'ctrl-shift-down': 'editor:duplicate-lines'
  3.   'ctrl-e': 'editor:delete-line'
  4.   'ctrl-right': 'editor:move-to-next-word-boundary'
  5.   'ctrl-left': 'editor:move-to-previous-word-boundary'
  6.   'ctrl-shift-right': 'editor:select-to-next-word-boundary'
  7.   'ctrl-shift-left': 'editor:select-to-previous-word-boundary'
  8.   'ctrl-delete': 'editor:delete-to-next-word-boundary'
  9.   'ctrl-backspace': 'editor:delete-to-previous-word-boundary'
  10.  
  11. '.platform-linux':
  12.   'alt-shift-o': 'fuzzy-finder:toggle-file-finder'
  13.