(Neo)vim: Effortless Text Editing | A Beginner-Friendly Practical Guide

Поделиться
HTML-код
  • Опубликовано: 2 авг 2024
  • In this video, I'll introduce you to (Neo)vim, a powerful text editor that's changed how I work.
    This guide is meant for beginners, but even if you've heard of (Neo)vim before, you might pick up some new tricks. I'll focus on practical, real-world usage that you can apply right away.
    00:01:10 Why Learn Vim
    00:05:00 Understanding Vim Modes
    00:08:10 Built-in Help
    00:10:00 Undo/Redo
    00:12:00 Moving Around
    00:18:30 Text Objects in Vim
    00:21:30 Operations on Text Objects
    00:25:30 Deleting & Changing Text
    00:27:30 Copying and Pasting Text
    00:29:40 Understanding Registries
    00:32:50 Visual Mode Operations
    00:34:30 Search and Replace
    00:37:30 Working with Multiple Files
    00:40:30 Macros
    00:43:30 Advanced Motions and Marks
    00:45:00 The Power of g
    Slides: github.com/Piotr1215/shorts/t...
    If you've ever been curious about improving your text editing skills, give this a watch. Let's explore (Neo)vim together.
    #Neovim #TextEditing #PracticalGuide #BeginnerTips
  • НаукаНаука

Комментарии • 6

  • @mylesmontclair
    @mylesmontclair 4 дня назад

    This was very helpful. Thank you!

  • @facg95
    @facg95 16 дней назад

    Great Video :)

  • @fielstem
    @fielstem 6 дней назад

    Excellent video presentation of vim editing! Beginner friendly, true, but still quite valuable to the intermediate vim user. Watching this helped me recognize I have built habits of vim editing patterns and not realized there are easier or better patterns. This comprehensive and detailed tutorial is well worth the time, both reminding me of editing patterns I should use more, and helping me learn some new ones. Also, I love the style of presentation with file-based demonstrations! Perfect for this kind of tutorial. Keep up the good work!

    • @cloud-native-corner
      @cloud-native-corner  6 дней назад

      Thank you! Terminal slides were a game changer for me when I started working with those, can never go back to PowerPoint after trying it out ;). That's the thing with (n)vim, it always has some surprises and better ways of doing same things.

    • @fielstem
      @fielstem 5 дней назад

      @@cloud-native-corner it appears you use maaslalani/slides - very effectively. I will look into these, thank you.

  • @cloud-native-corner
    @cloud-native-corner  28 дней назад +1

    Are you using Neo(vim) in your daily workflow?