Skip to content

Instantly share code, notes, and snippets.

@GabLeRoux
Created September 30, 2015 16:32
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GabLeRoux/704b1cff53194774df48 to your computer and use it in GitHub Desktop.
Save GabLeRoux/704b1cff53194774df48 to your computer and use it in GitHub Desktop.
Atom split selection into lines (Sublime Text's ctrl+shift+l) From https://discuss.atom.io/t/multiple-selections/755/45
'.platform-win32 .editor, .platform-linux .editor':
'ctrl-shift-L': 'editor:split-selections-into-lines'
'ctrl-shift-up': 'editor:add-selection-above'
'ctrl-shift-down': 'editor:add-selection-below'
@yuta0801
Copy link

I was looking for this the whole time. Thanks you!

@jaryaman
Copy link

Add the above lines to keymap.cson by doing ctrl+shift+p within atom and typing "Application: Open Your Keymap"

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