Learn How to Use the Vim Text Editor (Episode 2) - Modes, Navigation and More

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

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

  • @cesar8197
    @cesar8197 Год назад +11

    I know is not much, but you helped me A LOT!!

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

      ANYTHING is more than you're obligated to give! Yet less than he deserves! Thanks so much for your donation and thanks Jay for creating this great content for free!

  • @michalroesler
    @michalroesler Год назад +4

    I just preliked this video in the 0:10 second based on Jay's tutorial quality from before.

  • @name1355_0ne
    @name1355_0ne Год назад +2

    Explaining complex things in an easy to understand way is your gift, Jay. Once again - thank you for producing these videos!

  • @ahahswe
    @ahahswe 10 месяцев назад +11

    Gifted teacher, I hope he makes Mathematics tutorials 😂

  • @felix4525
    @felix4525 2 месяца назад

    Thanks for the tutorial. It is a good refresher. BTW, insert mode is mentioned at timestamp 6:06. I think it should be normal mode.

  • @SetMafia
    @SetMafia 4 месяца назад +2

    It would be cool if you inserted hotkey images at the bottom of the screen. Visually, it helps to remember faster. Good job!! THX

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

    I love Debian 12 and I was just getting into learning some vim (former nano user here - I know... I know). The timing from Jay was perfect. Thank you, sir!

  • @bussi911
    @bussi911 4 месяца назад

    tbh, vim is the funnest thing that I have ever discovered during my journey of studying to code

  • @VulcanOnWheels
    @VulcanOnWheels 8 месяцев назад +1

    7:15 That should have been left, obviously.
    10:36 I hoped that you would also explain how to insert the output of a command into the buffer.
    Thanks for this series and for going over buffers in vim.

    • @MrDavidablake
      @MrDavidablake 18 дней назад

      The left appears as right to us because we're looking at his screen through the camera.

  • @ManuelJordan317
    @ManuelJordan317 Год назад +2

    a very practical video .... thanks for this work!

  • @fredalstrom8964
    @fredalstrom8964 Месяц назад

    Very clear and concise explanations, easy to follow and understand. This made learning VIM a lot more easier. Question do you have a cheatsheet as well?

  • @anonp2958
    @anonp2958 4 месяца назад

    Wow, this is awesome! I've watched episode one and now two. Episode two blew me away, seriously looking forward to watching episode three and beyond after I post this comment. Thank you for making these! 🙂

    • @deathcare
      @deathcare 4 месяца назад +1

      I still remember pretty vivdly my first week or so learning Vim after switching from VS Code. It felt like magic, and I was instantly addicted. Have fun buddy..

  • @improving_cow
    @improving_cow Год назад +2

    Go on making such awesome videos please

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

    very badass. good pace on the torurials Im following

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

    This is awesome, thank you!

  • @micranes673
    @micranes673 4 месяца назад

    Great stuff!

  • @idreeskhan-zp5ey
    @idreeskhan-zp5ey Год назад

    Amazing tutorials❤

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

    great Video for Vim

  • @watchers7389
    @watchers7389 2 месяца назад

    Please show keyboard typing on screen. So we can see what button to push. Btw i subscribed after watching previous tutorial.

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

    Love your videos !

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

    Great guide!

  • @MhemetMurad
    @MhemetMurad 2 часа назад

    Crazy how you reached this stage of details about the editor and didn't mention anything yet about making a new file with a new name!!!

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

    what is the font you are using in your terminal? It is so familiar

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

    VERY very GOOD video

  • @ViktorZavadskyi
    @ViktorZavadskyi 2 месяца назад

    In next video, how to run database cluster within vim...

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

    Why would you want to enter Linux commands from within vim? Well, you might want to invoke "fmt" to reformat paragraphs when composing an e-mail. You might want to invoke "sort" to put a list of entries in alphabetical order. You might want to invoke "!!tr a-z A-Z" to capitalize all letters on a line. You might want to invoke "lpr %" to print the file you are editing (the % symbol references the current file). You might want to pass a paragraph to an awk script that finds dollar amounts on each line and sums them (useful for balancing your checkbook).
    Being able to enter Linux commands in vim is incredibly useful, and if there are some that you use frequently, you can define a macro in your .vimrc file to invoke them with one keystroke (or a few keystrokes).

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

    This is amazing! Thanks for sharing. Is there a way to have the results of commands that you run get dumped into the current vim buffer? That could be super useful, too.

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

      That's a good point, I never thought to do that. You could try visual select mode to copy the output, but I'm not sure that would work - I might try that when I get a chance. I agree, that would be useful!

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

      @plrpilot Yes, if I've understood you correctly. To give a simple example, in "command" mode in vim, if you type
      !$date
      and hit "Enter," the current line will be replaced by the output of the Linux /usr/bin/date command. (So, if you do this, you'll want to do it on a blank line so that you don't overwrite whatever is on the current line.)

    • @anonp2958
      @anonp2958 4 месяца назад

      @@LearnLinuxTV Yes you could, you can pipe the output to vim inside your command.

  • @rfausey
    @rfausey 2 месяца назад

    When I first started Unix & vi, you the arrow keys wouldn't work. You had no choice but use h,j,k,l keys.

  • @gt7354
    @gt7354 8 месяцев назад

    here goes epi 2 and i havednt learn a new thing

  • @gt7354
    @gt7354 8 месяцев назад

    epi 2 was garbage . not that usefull