mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Support joining editor lines with ctrl-J
This can be used with or without a selection to join one or more lines with the line below it separated by a space. Refs #134
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
'ctrl-meta-up': 'editor:move-line-up'
|
||||
'ctrl-meta-down': 'editor:move-line-down'
|
||||
'meta-D': 'editor:duplicate-line'
|
||||
'ctrl-J': 'editor:join-line'
|
||||
|
||||
'.editor.mini':
|
||||
'enter': 'core:confirm',
|
||||
|
||||
Reference in New Issue
Block a user