Start using Vim in 15 minutes - Linux 101

Поделиться
HTML-код
  • Опубликовано: 16 янв 2025

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

  • @sayan1122
    @sayan1122 Год назад +1

    The Search & Replace command can also come in handy at times:
    `:s/str1/str2`: This will replace `str1` with `str2`. It auto-replaces the 1st instance, and allows us to replace the rest manually.
    `:s/str1/str2/g`: This will auto-replace ALL instances of `str1` with `str2` in the file.
    Nice video btw!! I also learnt a few clipboard commands that i'd missed from here😊

  • @shubhsharma19
    @shubhsharma19 Год назад

    Great video Siddhant!!

  • @verma-kunal
    @verma-kunal Год назад

    Nice one!

  • @sushantsyt
    @sushantsyt Год назад +3

    echo "Awesome Vid" >> comment\ section/

    • @shubhsharma19
      @shubhsharma19 Год назад

      echo "echo Awesome Vid" >> comment\ section\ reply/