windows 7 - How to exit current HTML tag in Sublime Text 3 -


i started using sublime text 3 + emmet code in html. having trouble exiting tag , have use arrows keys, not like.

example : want use strong tag inside p. type

<p>this str 

then press tab, causes emmet expand strong tag. have under eyes now

<p>this <strong></strong> 

and cursor inside strong tag. type word

<p>this <strong>important</strong> 

now how cause cursor go after end strong tag continue typing outside strong tag , finish paragraph?

<p>this <strong>important</strong> word want move on</p> 

i hope clear enough (english not mother tongue, blah blah blah).

what know press ctrl + right twice (sometimes more) not fast , requires move right hand , i'm doing. autohotkey thingy i'm not @ , work in particular cases. of know if there shortcut or package this?

thanks lot!

alexandre

edit : afraid message wouldn't clear enough. want go

<p><strong>this xxx important</strong></p> 

to

<p><strong>this important</strong>xxx</p> 

where xxx text cursor/caret.

if there no lines under can press down arrow.

even if there lines below can press down arrow, left arrow.

not sure if trick works on sublime.

tip: can press right-ctrl thumb.


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -