mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Bind cmd-shift-l to split selectin into lines
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
'cmd-/': 'editor:toggle-line-comments'
|
||||
'cmd-j': 'editor:join-line'
|
||||
'cmd-D': 'editor:duplicate-line'
|
||||
'cmd-L': 'editor:split-selection-into-lines'
|
||||
|
||||
'cmd-alt-[': 'editor:fold-current-row'
|
||||
'cmd-alt-]': 'editor:unfold-current-row'
|
||||
|
||||
Reference in New Issue
Block a user