[mdlug] Questions about using Emmet with Vim

Carl T. Miller carl at carltm.com
Sun Jun 5 09:00:34 EDT 2016


I've never used emmet and was curious about what it does.
While reading up I found an interesting article.

https://github.com/mattn/emmet-vim/issues/190

As I suspected, the "u" command will undo the most
recent change.

c


JeremyBekka C wrote:
> I am using emmet in Vim and I am wondering how to undo my typing. I have
> found some information on the internet about this but I can't get it to
> work the way I want it to.
>
> This question is specifically in regards to using emmet in Vim. An example
> of what I would like to do is this.
>
> When I type ".row>.large-12.columns>.panel>p>lorem5" and then type
> "ctrl+y+," I get the following:
>
> <div class="row">
>         <div class="large-12 columns">
>                 <div class="panel">
>                         <p><span>Amet impedit harum qui quo?</span></p>
>                 </div>
>         </div>
>   </div>
>
> So, I am wondering if there is a way that I could undo the "ctrl+y+," and
> go back to the original line starting with ".row>".
>
> Can anyone tell me if this is possible in vim?
>
> Thanks
> _______________________________________________
> mdlug mailing list
> mdlug at mdlug.org
> http://mdlug.org/mailman/listinfo/mdlug
>




More information about the mdlug mailing list