Editing structured text effectively with Vim - Recordings & other features

Поділитися
Вставка
  • Опубліковано 16 січ 2022
  • In this coding session I'll show how I'm using Vim as a Swiss army knife to effectively edit structured text. I'm especially using the Vim recording feature.
    For more information see staging-blog.sebastian-daschn...
    Also if you found this useful you might enjoy my Developer Productivity Masterclass: blog.sebastian-daschner.com/e...
  • Наука та технологія

КОМЕНТАРІ • 9

  • @tridibbiswas3361
    @tridibbiswas3361 9 місяців тому

    Thank you of a practical example on vim. Wish you could more of these with different features of vim

  • @EwaldErtl
    @EwaldErtl 2 роки тому +1

    Perfect, works in Visual Studio Code with vim emulation like a charme.

  • @dinub8414
    @dinub8414 Рік тому +1

    Good content, sir. The xml example would be elegantly doable with awk and sed, which probably most vimmers are also aware of. Vim is def. nicer though, because you see the content. Great stuff.

  • @charname2077
    @charname2077 Рік тому +1

    Hey, thanks for making this awesome explanation. Subbed :>

  • @edgarg8526
    @edgarg8526 2 роки тому

    Hero

  • @MirekKrenc
    @MirekKrenc 2 роки тому

    vim rulez 😄

  • @kirillklimonov3289
    @kirillklimonov3289 2 роки тому

    how you use vim modes for write terminal comands ?

    • @SebastianDaschnerIT
      @SebastianDaschnerIT  2 роки тому +1

      You mean while I'm in the terminal? I activated the vi-mode plugin in Zsh, then you can have the normal mode when pressing Esc

    • @kirillklimonov3289
      @kirillklimonov3289 2 роки тому

      @@SebastianDaschnerIT thanks❤