Using Helix - Coming from VSCode (3 weeks in)

  Рет қаралды 14,349

Mike Kelly

Mike Kelly

Күн бұрын

Пікірлер: 45
@kurushimee
@kurushimee 2 ай бұрын
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 2 ай бұрын
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!
@teprox7690
@teprox7690 9 ай бұрын
Thank you for your introduction to Helix. ❤❤❤
@CuriousSpy
@CuriousSpy 7 ай бұрын
Exactly the video i was looking for.
@mikekellytech
@mikekellytech 7 ай бұрын
Excellent! I'm glad you found it useful!
@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. :)
@code-and-optimism
@code-and-optimism 9 ай бұрын
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 9 ай бұрын
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 9 ай бұрын
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.
@SpeculatorSeth
@SpeculatorSeth 9 ай бұрын
In the file picker use tab and shift-tab to move up and down the list.
@mikekellytech
@mikekellytech 9 ай бұрын
good tip! Thanks
@GodPuck-dw2vn
@GodPuck-dw2vn 5 ай бұрын
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 5 ай бұрын
So glad it was helpful for you! And yes, those light themes will get you!
@reesavraj7982
@reesavraj7982 4 ай бұрын
Awesome video sir
@mikekellytech
@mikekellytech 4 ай бұрын
Thank you! Glad it helped
@defaultgn
@defaultgn 4 ай бұрын
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 3 ай бұрын
Tried to use helix, liked it, but the lack of snippet support made me go back to neovim for now.
@Primeagen
@Primeagen 9 ай бұрын
Using helix from vscode means: having helix experience in vscode, like vim extension for vim
@mikekellytech
@mikekellytech 9 ай бұрын
I changed it to: Using Helix - Coming from VSCode (3 weeks in) Does that make more sense?
@Primeagen
@Primeagen 9 ай бұрын
@@mikekellytech yes, now it's more appropriate and more catchy as well
@paologaleotti8478
@paologaleotti8478 8 ай бұрын
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 8 ай бұрын
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 kzbin.info/www/bejne/pmTUp4awabd9qtU&ab_channel=SourceSyrup)
@sstijn577
@sstijn577 4 ай бұрын
[keys.normal] C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
@marcelo8690
@marcelo8690 6 ай бұрын
You can use lazyvim to make the configuration simpler
@aristotlesimone4773
@aristotlesimone4773 7 ай бұрын
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 7 ай бұрын
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 23 күн бұрын
man the only thing i really miss is co pilot
@mikekellytech
@mikekellytech 21 күн бұрын
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 ай бұрын
does your setup do auto pair tags?
@mikekellytech
@mikekellytech 7 ай бұрын
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 ай бұрын
whats the point of an editor that as it bests, will looks like neovim?
@tubeincompetence
@tubeincompetence 8 ай бұрын
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 8 ай бұрын
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 5 ай бұрын
None, you’re right-use the incumbent.
@such-ej
@such-ej 8 ай бұрын
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.
Helix Text Editor: A Review
13:42
Diego Sandoval
Рет қаралды 37 М.
DONT use Neovim!! (in these scenarios)
8:56
typecraft
Рет қаралды 45 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 57 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 54 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 51 МЛН
From Vim To Zed
19:03
ThePrimeTime
Рет қаралды 275 М.
I finally switched from VSCode To Neovim
34:14
developedbyed
Рет қаралды 59 М.
Helix: an editor hopping story (NeovimConf 2022 Talk)
17:23
Maas Lalani
Рет қаралды 89 М.
Helix 🧬 the Rust Powered Development Environment
12:53
Code to the Moon
Рет қаралды 175 М.
Helix - Getting Dangerous
9:25
Luke Pighetti
Рет қаралды 42 М.
Zed “kills” VSCode
12:10
Alex Ziskind
Рет қаралды 906 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
Helix Code Editor - Vi For Mere Mortals!
8:44
Gamefromscratch
Рет қаралды 26 М.
Vim As You Editor - Advanced Motions P1
9:44
ThePrimeagen
Рет қаралды 271 М.