|
@@ -34,11 +34,10 @@
|
|
|
'cmd-shift-B': 'beautify:beautify-editor'
|
|
|
'alt-up': 'editor:move-line-up'
|
|
|
'alt-down': 'editor:move-line-down'
|
|
|
- # 'ctrl-alt-left': 'find-and-replace:select-previous' --- TODO: do this
|
|
|
- 'ctrl-alt-left': ''
|
|
|
+ 'ctrl-alt-left': '!unset' # --- TODO: add 'find-and-replace:select-previous'
|
|
|
'ctrl-alt-right': 'find-and-replace:select-next'
|
|
|
'cmd-l': 'go-to-line:toggle'
|
|
|
- 'cmd-d': 'editor:delete-line'
|
|
|
+ #'cmd-d': 'editor:delete-line' --- TODO: broken
|
|
|
'cmd-shift-D': 'editor:duplicate-lines'
|
|
|
'cmd-alt-l': 'editor:fold-current-row'
|
|
|
'cmd-shift-alt-L': 'editor:unfold-current-row'
|