sublime-imba icon indicating copy to clipboard operation
sublime-imba copied to clipboard

Continue Comments on new line

Open lukeed opened this issue 9 years ago • 0 comments

Like all other/majority of syntax highlighters (PHP, JS, Coffee, Erlang, etc), pressing return while within a commented line will create a new, commented line.

To create a new line free from comments, the convention is cmd + return (super + return)

# writing a comment (return key)
# (new line w/ single space)

# writing a comment (super + return keys)
(new line, no comment)

lukeed avatar Mar 18 '16 00:03 lukeed