Using Helix - Coming from VSCode (3 weeks in)

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 45

  • @kurushimee
    @kurushimee Місяць тому +3

    I've been a vim dropout too. I changed back to VSCode after a couple of months trying to use Neovim, because I realized that I can't for the life of mine decide on how I want to config my Neovim setup. I used VSCode instead because it just works without needing to be configured, I was productive with it. With that said, that's part of the reason why I'm loving Helix now: it is fully usable out of the box. More than that, Helix's defaults almost perfectly match my preferences and needs in a code editor, which makes it all the better for me. I like it and I can actually use it because I don't spend all the time configuring it: there isn't really all that much to configure in the first place.

    • @mikekellytech
      @mikekellytech  Місяць тому +1

      I couldnt agree more. As much as i'm a nerd running Linux, I really just wanna code and stop faffing around with my editor. Helix has been a breath of fresh air. Glad you got into it as well.. cheers!

  • @D-Oliver
    @D-Oliver 2 місяці тому

    Nice - thanks for the helpful tips. Regarding hjkl and avoiding moving to the cursor keys, it's definitely worth it. I've been using VIM mode in VS Code for a while now - just the basics - and it's great.
    One thing I learned this week is Ctrl+N/P for navigating search results, etc., where j/k isn't an option. That also works in VS code menus. :)

  • @teprox7690
    @teprox7690 8 місяців тому +4

    Thank you for your introduction to Helix. ❤❤❤

  • @CuriousSpy
    @CuriousSpy 6 місяців тому +4

    Exactly the video i was looking for.

    • @mikekellytech
      @mikekellytech  6 місяців тому +1

      Excellent! I'm glad you found it useful!

  • @code-and-optimism
    @code-and-optimism 8 місяців тому +1

    Thanks Mike! Good video. I like how the fuzzy file-find shows the full path of the files before the file-name. It helps visualize the structure better. I wish VSCode worked the same way! BTW: VSCode has all that multi-cursor goodness. I love that feature.

  • @SMOKE3104
    @SMOKE3104 8 місяців тому +4

    i would have been a Helix user but I am too dependent on vim motions. I do like the way it toggles to select text so when I made my most recent vim config, I added it to it. But now I am using Emacs with evil-mode because Vim wasn't enough, and emacs has a lot of the things available but you just need to enable it and Org-mode (my most favorite thing about emacs). If your up for it, you can use the Doom Emacs distribution. I uses vim keybindings (although some bindings does what it suppose to do but not in the way you expect it. Like when pasting text, in vim, lowercase p pastes text on the same line, I got it to paste on the line below, and Capital p, pastes it on the line above. Emacs copies it where ever the cursor is regardless if its a upper or lower. but besides that, all of the bindings I normally use work as intended.

    • @mikekellytech
      @mikekellytech  8 місяців тому

      yeah I get that. Lots of Vim users have that muscle memory. I'm "lucky" in that I didn't have that yet. So Helix is the muscle memory now.

  • @GodPuck-dw2vn
    @GodPuck-dw2vn 4 місяці тому +3

    Thank you so much, your situation was so relatable for me. I was looking for this!
    And good joke about light themes, btw.

    • @mikekellytech
      @mikekellytech  4 місяці тому

      So glad it was helpful for you! And yes, those light themes will get you!

  • @reesavraj7982
    @reesavraj7982 4 місяці тому +1

    Awesome video sir

  • @defaultgn
    @defaultgn 4 місяці тому +1

    I tried helix and loved it. My only issue is when I need to work outside my editor. Many platforms support vim key binds but not helix bindings

    • @mikekellytech
      @mikekellytech  4 місяці тому

      Totally know what you mean. The vim bindings never made full sense to me, and I seem to get along more with the Helix ones. However, vim bindings ARE the standard. So def a brain twister if you use them. Luckily for me, I don't really use any tools that do vim bindings. Its Helix, terminal and a bunch of GUI things.

  • @zayR6
    @zayR6 2 місяці тому +1

    Tried to use helix, liked it, but the lack of snippet support made me go back to neovim for now.

  • @SpeculatorSeth
    @SpeculatorSeth 8 місяців тому +1

    In the file picker use tab and shift-tab to move up and down the list.

  • @paologaleotti8478
    @paologaleotti8478 7 місяців тому +1

    You can set helix keybindings to also open commands or apps as a buffer! for example i have C-g to open lazygit. You can do that with yazi

    • @mikekellytech
      @mikekellytech  7 місяців тому

      Ohhh, can you share the command for that? I can't seem to find it in the docs. How to open a command in a buffer

    • @rossdafodil7931
      @rossdafodil7931 7 місяців тому

      @@mikekellytech
      [keys.normal]
      C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
      (from ua-cam.com/video/p3qvSz4RJts/v-deo.html&ab_channel=SourceSyrup)

    • @sstijn577
      @sstijn577 3 місяці тому

      [keys.normal]
      C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]

  • @marcelo8690
    @marcelo8690 5 місяців тому

    You can use lazyvim to make the configuration simpler

  • @Primeagen
    @Primeagen 8 місяців тому +6

    Using helix from vscode means: having helix experience in vscode, like vim extension for vim

    • @mikekellytech
      @mikekellytech  8 місяців тому +7

      I changed it to: Using Helix - Coming from VSCode (3 weeks in)
      Does that make more sense?

    • @Primeagen
      @Primeagen 8 місяців тому

      @@mikekellytech yes, now it's more appropriate and more catchy as well

  • @aristotlesimone4773
    @aristotlesimone4773 6 місяців тому +2

    Sublime is a fantastic editor to consider using as well. Its technically modeless, but you can add key bindings to create custom modes if you want a modal experience

    • @eidiazcas
      @eidiazcas 6 місяців тому

      sublime? 🤮

    • @tuananhdo1870
      @tuananhdo1870 3 місяці тому

      but that's a lot of work. If you want modal editing, why not just use vim, helix... If you hate modal editing, why not just use vs code, sublime?

    • @tuananhdo1870
      @tuananhdo1870 3 місяці тому

      or just using plugin in sublime?

  • @4w0ken
    @4w0ken 2 дні тому

    man the only thing i really miss is co pilot

    • @mikekellytech
      @mikekellytech  17 годин тому

      Yup, I hate AI in my editor, but I do know there is work to build an LSP that is AI backed, and that would work in Helix.
      github.com/leona/helix-gpt

  • @1Lll_llllllLLLLllllll_llL1
    @1Lll_llllllLLLLllllll_llL1 7 місяців тому +1

    does your setup do auto pair tags?

    • @mikekellytech
      @mikekellytech  7 місяців тому +1

      Yup! If you mean if you open a tag it will autocomplete the close tag, yes. Same with opening an if statement braces, it will add the close, etc

    • @amanuelmekashaw8738
      @amanuelmekashaw8738 7 місяців тому

      ​@@mikekellytechhow did you do that can you make the config video i am struggling with writing html and php code

  • @code-island
    @code-island 8 місяців тому +3

    whats the point of an editor that as it bests, will looks like neovim?

    • @tubeincompetence
      @tubeincompetence 7 місяців тому +2

      Not half way through the video yet, but if he didn't feel he really got used to VIM and he gets used to Helix, why not? He didn't complain about the looks of VIM

    • @abra-k
      @abra-k 7 місяців тому +3

      just simpler to get into. There are also less things that could go wrong (!in my experience!) in comparison to vim. I like the keybindings more as well: instead of `dw` you would do `wd`, since it selects the word. Makes it a little easier to see the selection before you do an action.
      the obvious downside is: no plugin support, but it's being worked on.
      But honestly just use a vim plugin in vscode if you want to get things done xd. The largest ecosystem with great keybindings.

    • @pookiepats
      @pookiepats 4 місяці тому

      None, you’re right-use the incumbent.

  • @such-ej
    @such-ej 7 місяців тому

    It's all cool but can it beat micro? 😄
    Helix is pre configured out of the box but if you face any limitation no one can help you (while other editors have multiple extension for any use case). This is a big flaw in a long run.