Bind meta-= to autoindent currently selected rows

Closes #142
This commit is contained in:
Andy Delcambre
2013-01-17 16:15:20 -08:00
committed by Kevin Sawicki
parent 176ca529e3
commit 759fe2dd5b
5 changed files with 21 additions and 0 deletions

View File

@@ -208,6 +208,9 @@ class EditSession
toggleLineCommentsInSelection: ->
@mutateSelectedText (selection) -> selection.toggleLineComments()
autoIndentSelectedRows: ->
@mutateSelectedText (selection) -> selection.autoIndentSelectedRows()
cutToEndOfLine: ->
maintainPasteboard = false
@mutateSelectedText (selection) ->