Sublime Forum

Issue with "Emmet" when pressing Enter

#1

Hi, I’m not sure if this is normal behaviour but since installing Emmet every time I press “Enter” plugin would also indent. In practise, if I want to make 5 rows of empty space he would also add 5 tabs and cursor would move diagonally.

How can I disable this?

Thanks,
Klikerko

0 Likes

#2

Open an issue @ Github

github.com/sergeche/emmet-sublime/issues/new

0 Likes

#3

Make sure you don’t have both emmet-sublime (old name) and Emmet (new name, from Package Control) plugins installed.

Try to restart ST2. If you still experience this issue, open ST2 console, run sublime.log_commands(True) and post command names you see when hitting Enter key in HTML document.

0 Likes