Level Up Your (Neo)vim Skills: 6 Practical External Command Tricks

Поділитися
Вставка
  • Опубліковано 26 лип 2024
  • In this video, I'm sharing 6 practical (Neo)vim external command tricks that will level up your skills. Learn how to seamlessly integrate shell commands into your editing process, boosting productivity and streamlining workflows. These techniques are perfect for both Vim veterans and newcomers. We'll explore powerful ways to enhance your (Neo)vim experience, unlocking the full potential of external commands.
    Repo with slides: github.com/Piotr1215/shorts/t...
  • Наука та технологія

КОМЕНТАРІ • 8

  • @wojciech-kulik
    @wojciech-kulik День тому +2

    This series of Neovim videos is nuts. I watched everything on YT about Neovim, yet there are so many great and PRACTICAL things here, which I didn't know.

    • @cloud-native-corner
      @cloud-native-corner  День тому

      Woohoo, awesome! More to come :). Working on tutorial for writing simple custom lua functions.

  • @ChrisCox-wv7oo
    @ChrisCox-wv7oo 4 дні тому

    Some really nice tips in here, forgot that external commands can take a range, and really liked the keymaps to execute lines of a file in the shell. Seems super useful particularly when working with scripts.

    • @cloud-native-corner
      @cloud-native-corner  4 дні тому

      Thank you! The range one is super useful when executing code snippets from a markdown document.

  • @abdulrhman2514
    @abdulrhman2514 15 днів тому +1

    Nice tips thank you

  • @SanixDarker
    @SanixDarker 15 днів тому +1

    thanks for those nice tips man.

  • @sytranvn
    @sytranvn 15 днів тому

    :r !cat file is the same as :r file btw