vim - vi move cursor to beginning of substitution command -


if i'm doing long substitution, say:

:%s/<h3>.*<\/h3>/<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true"><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingone"><h4 class="panel-title"><a data-toggle="collapse" data-parent="#accordion" href="#collapseone" aria-expanded="true" aria-controls=" collapseone">\1<\/a><\/h4><\/div><div id="collapseone" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingone">/

and realize forgot \(\) around .*, there way move cursor beginning of expression (like control-a on command line)?

the home , end keys move start , end of expression in line editor.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -