12 ms·
This is awesome. I'd love if the developer would add (even if it were optional) Command+[ / Command+] functionality to indent multiple lines at a time.
by fratis 14y ago
This is awesome. I'd love if the developer would add (even if it were optional) Command+[ / Command+] functionality to indent multiple lines at a time.
- arcatek 14y agoWindows/Emacs user here. What does these shortcuts do ?
- lazerwalker 14y agoIf you have a block of code/text selected, Cmd+[ and Cmd+] shift the entire textblock one tabindent to the left or right, maintaining the relative indent level of each individual line.
- arcatek 14y agoIs it different from ctrl+tab / ctrl+shift+tab ? Because these shortcuts works in this editor ("Multi-line highlighted text is also tab-able, and shift-tab removes a tab character instead").
- ya3r 14y agomultiple lines indentation at a time is supported. You have to select multiple lines and press tab (to indent) or shift+tab (to remove indentation). I like the fact that if you select multiple lines with one line partially selected, it works as expected (selecting whole of the partially selected line)
- julianlam 14y agoThanks for your interest! It has been noted. Once I work through the existing backlog of bugs, I'll revisit ideas such as this one.