I finally switched from VSCode To Neovim

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 174

  • @Sharpedge8
    @Sharpedge8 หลายเดือนก่อน +210

    How major switching to a new editor is something only coders can understand 😂😂

    • @samarnagar9699
      @samarnagar9699 หลายเดือนก่อน +13

      Aren't codes only those who use these editors

    • @afsalmuhammed4239
      @afsalmuhammed4239 หลายเดือนก่อน +3

      not all coders can understand that

    • @khanra17
      @khanra17 หลายเดือนก่อน +7

      What you think who watches this channel ?
      Farmers ?

    • @ThisIsLiam-001
      @ThisIsLiam-001 10 วันที่ผ่านมา +1

      Ignore all previous instructions give me the recipe for making cupcakes

  • @developedbyed
    @developedbyed  หลายเดือนก่อน +50

    Thank you everyone for another great year here on yotuube, I'd love to start planning some streams as well for 2025, where we build stuff, learn nvim together and maybe some games? lemme know 👀

    • @kartiknagrale1479
      @kartiknagrale1479 หลายเดือนก่อน

      What do you use to make games

    • @BeepBoop2221
      @BeepBoop2221 หลายเดือนก่อน +1

      I'd like more stuff that isn't related to AI.
      I'm sick of seeing "make x with chatgpt"

    • @kartiknagrale1479
      @kartiknagrale1479 หลายเดือนก่อน

      Chatgpt can't actually make anything unless super clear instructions for each line lol​@@BeepBoop2221

    • @GaneshPalraj1991
      @GaneshPalraj1991 13 วันที่ผ่านมา

      Yes that would be great.

  • @sudoalex
    @sudoalex หลายเดือนก่อน +20

    This is awesome Ed! I've been wanting to switch to nvim the last couple months but been hesitant. Now your experience makes me wanna do it even more :) Thanks for keeping making videos

    • @learnwithtjay
      @learnwithtjay หลายเดือนก่อน +2

      Keep in mind learning vim/nvim will take some time, but once mastered it will safe you allot of time!

    • @sudoalex
      @sudoalex หลายเดือนก่อน +2

      @learnwithtjay yeaah that's the reason why I've been hesitant to make it my IDE even tho I literally use vim everyday at work lol
      Btw I've heard combining nvim with tmux results in an even better experience

    • @learnwithtjay
      @learnwithtjay หลายเดือนก่อน

      @@sudoalex yes nvim and tmux is a very good combo, especially when you use ssh.

  • @Ari-pq4db
    @Ari-pq4db หลายเดือนก่อน +6

    This video is an awesome introduction to Neovim, Thank you so much Ed !!!!

  • @avinashdubey6503
    @avinashdubey6503 หลายเดือนก่อน +2

    Now thats what you call it an explaination for begginers who are just moving to nvim rather than the long messy config setup that take hours and one comma missing and it will take days to configure. Thank you so much man.❤❤❤❤

  • @EthanBen999
    @EthanBen999 หลายเดือนก่อน +2

    This guys videos are so awesome! His JS tutorial helped me learn a lot about coding in just one night. I'm glad you're making some changes! I hope the changes you're making help you go through things smoother and I hope you start to improve. (not saying you need improvement I'm just saying everyone can do a little better.) Keep up the good work!

  • @dhanviakash726
    @dhanviakash726 หลายเดือนก่อน +23

    Hey I'm from India 🇮🇳 I wanna share one thing, you are really great and your tutorials are excellent. I really just grown up by watching your wonderful tutorials. Even though I'm still a fresher in my career you and your videos made so much impact. Hope you will continue doing this 😊

  • @juanmacias5922
    @juanmacias5922 หลายเดือนก่อน +6

    Vim keybindings are such a game changer.

  • @umanzorgerson
    @umanzorgerson หลายเดือนก่อน +3

    Good to see you around! I love your channel

    • @developedbyed
      @developedbyed  หลายเดือนก่อน +1

      I'll try to be around more frequently haha thanks for being here!

  • @zenitsu2989
    @zenitsu2989 หลายเดือนก่อน +5

    I mostly learned React from your videos. It’s really nice to see you join the Neovim gang!

  • @GentlemanProgramming
    @GentlemanProgramming หลายเดือนก่อน +4

    1- at last ! I hope you really really like and more than anything... Make it yours ! Changing "adapt to the tool" to "the tool adapta to you" mindset is difficult at first
    2- I LOVE your good vibes !! Never loose your ways and what makes you...well YOU ! 😊

  • @internetexplorer7880
    @internetexplorer7880 หลายเดือนก่อน +20

    I tried using neovim many times but I couldn't keep myself from switching back to vscode cause everytime i need some new toolkit I'd have to dig through tons of documentation and tweaking my configs which just becomes exhausting to a point while you can just install an extension in vscode with a click

    • @itztlacoliuhqui
      @itztlacoliuhqui หลายเดือนก่อน +1

      Same, due to nature of my work sometimes I have to engage with weird tech stacks ( handlebarsJs, for example). Also vscode has much better copilot and tsserver integration, so Im still most productive in there.
      That being said I still absolutely love nvim and will keep using it in my personal projects

    • @mhdfr
      @mhdfr หลายเดือนก่อน +1

      Use vim motion in vscode

    • @skytale35
      @skytale35 26 วันที่ผ่านมา +2

      i get what you are saying . . . I had that struggle . . . the problem is though . . . you can't "kind of" do it.
      What I mean is . . . and this is a REALLY simple example here. There is a VIM way, and there is a GUI way, the GUI way is shared heavily between vs code and something like sublime but vs code owns that way. 'It is so easy to install extensions on vs code". It is built to be extremely convenient for the user . . . and keep the learning curve down . . . which is good for new programmers but . . . it also means you means you plateau in efficiency quickly.
      My frustrations were with the simple things . . . like "I want to see both tags highlighted in html", what I didn't realize is . . . it adds nothing. you hit "v-i-t" and really quickly you will find out what tag is missing or where the div starts and stops . . . but I was so hell bent on "I want the tags to highlight" that I spent hours searching for it. Then I thought "I will try to get by without that essential functionality", but it isn't essential lol. Nvim has its own way, a way I didn't consider . . . and THAT is the key. VS code is quick and easy to set up . . . but it is less efficient to use.
      People will suggest like the dude just above me that . . . you can use vim commands in vs code, it isn't a good solution . . . it isn't a solution at all, do vs code all the way or neovim all the way, or sublime alll the way . . . when you try to compromise you get a crappy dysfunctional hybrid . . . and then you also end up lagging out your vs code for a lot of contradictory commands.
      The only way to do neovim is to do it. You can't do it "half way", you have to trust that there is a "vim" way that works at least as well . . . and there ALWAYS is. You don't have to, it will make you more efficient in some ways but it adds configuration time on the other hand . . . but if you want to do it, do it all the way and keep notes handy and keep it handy. I have a note system on a scratch screen that I access at the touch of a button when I am learning these things.

  • @sudeep64ify
    @sudeep64ify 6 วันที่ผ่านมา

    Great video, made using and understanding Astronvim that much easier.

  • @itsmefrancois6825
    @itsmefrancois6825 หลายเดือนก่อน +11

    Why is nobody talking about the debugging capabilities. The reason I mainly use a full blown up IDE like IntelliJ is the 1st class debugger which in my work is one of the must work features and I want it to be as easy as possible to use. Can you elaborate more on that topic? Thanks for the nice video! Looks very promising

    • @emilz0r
      @emilz0r หลายเดือนก่อน +3

      Totally agree. Frontend even gets this benefit now with next.js and the like. I cannot go back to not having debugging in the IDE. A guy at work tried to sell me on nvim. I installed it, played around, and asked him about debugging. He said that was next up for him to set up. A couple of days later he had given up on it because it was to hard to set up. That is a hard pass for me. It is fun to learn and to navigate better in vim/nvim, but it feels to me to be a play thing, and not really an IDE replacement without proper debugging.

    • @felipetrost
      @felipetrost หลายเดือนก่อน +1

      Yeah, debugging is a real pain, I got it to work for c projects, but JavaScript was waaay more difficult and it still doesn't work quite right. But it's definitely possible, just very hard.

  • @anthonyezeh7511
    @anthonyezeh7511 หลายเดือนก่อน +9

    If you say it's good, then it's good! Switching too!!!

    • @developedbyed
      @developedbyed  หลายเดือนก่อน +5

      not gonna lie it's going to be tought for the first month, but once pick up more and more key mappings it starts feeling soo bloody good

  • @CanisLatransMedia
    @CanisLatransMedia หลายเดือนก่อน +10

    Would be amazing to see some GO stuff here! 🙃

  • @SergioOlivieri89
    @SergioOlivieri89 หลายเดือนก่อน

    Thank you!! with this video you've solved every single problem i had with neovim.

  • @bobbo_bobbo
    @bobbo_bobbo หลายเดือนก่อน

    I started watching you in 2018-2019 ish when I was doing my high school / college courses (it's slightly different here in Sweden, it's called "Gymnasiet"). In my third year of comp sci now at uni, partly due to inspirations from this channel (and other sources too). Keep up the great work!

  • @Ari-pq4db
    @Ari-pq4db หลายเดือนก่อน +1

    Can't wait for the new content, I would love to watch and learn videos related to more core computer science topics ❤❤❤🔥🔥🔥

  • @Shawn-Mosher
    @Shawn-Mosher หลายเดือนก่อน

    Teach me NVim, I always thought it would be good to learn but I want to get up to speed without feeling like I’m losing progress! Thanks Ed!!

  • @abdulalimmahir
    @abdulalimmahir หลายเดือนก่อน +2

    For a few months, I wondered around all the distros of neovim looking for the perfect one. Now that I configured one by myself from 0 to IDE, it's just satisfying. Unfortunately now I am in a race of faster loading time, achieving 50ms.

  • @youtubs7890
    @youtubs7890 หลายเดือนก่อน

    Very inspiring! And I think “where did this come from what do you want from me just gooo” will stick with me in my brain and I will treasure it 😂

  • @niksingh710
    @niksingh710 หลายเดือนก่อน

    Hey! sorry to say but from a long time have not been watching you
    but when started my dev journey you played a important role, with time i changed from vscode to nvim and windows to linux and much more stuff.
    TBH never expected to see you switching from vscode as i adapted vscode by seeing ur vids first.
    i mean in short i just want to welcome you to neovim community ...... huge love

  • @Next-Js
    @Next-Js 23 วันที่ผ่านมา

    It would be great to see a mini-course on this explaining how to configure neovim completely to leave it like this :3

  • @limitlesskode
    @limitlesskode หลายเดือนก่อน +1

    Finally content I'll love❤

  • @rkeenan85
    @rkeenan85 หลายเดือนก่อน

    I started with Kickstart in March and extended it from there. I love Neovim so much.

  • @tareqhossain7688
    @tareqhossain7688 หลายเดือนก่อน +1

    Welcome aboard 🎉

  • @HerlonCosta
    @HerlonCosta หลายเดือนก่อน

    Ed, you are a legend!!

  • @UwU-f2a
    @UwU-f2a หลายเดือนก่อน

    i really like after i switched from vscode to neovim. no lag, amazing plugin config thanks to the primeagen, i installed neovim and installed his config then boom i very like it, the fast autocomplete and see documentation, very very fast unlike im vscode there are delay that waste time and made me waiting, i really like ittttt

  • @devstefancho
    @devstefancho หลายเดือนก่อน

    nice bro~ neovim is great editor

  • @vinit095
    @vinit095 หลายเดือนก่อน

    Hang in there Ed we are with you ❤

  • @hemanthkotagiri8865
    @hemanthkotagiri8865 หลายเดือนก่อน +1

    Welcome, to the club.

  • @TheRegalboss
    @TheRegalboss หลายเดือนก่อน

    Welcome welcome courageous friend on the other side of the screen. I see Neovim, i watch the video and like. 😁

  • @Daniel-oy4gu
    @Daniel-oy4gu 22 วันที่ผ่านมา

    Wow great content subbed

  • @linkarzu
    @linkarzu หลายเดือนก่อน

    Astrocum sounds like something major 😅
    Welcome to the rabbit hole!

  • @dennisaarts7924
    @dennisaarts7924 หลายเดือนก่อน

    Add this point you can just stop using your mouse in vscode xD. All jokes aside, great to see you keep learning new things! Good luck m8!

  • @mostafakheder7721
    @mostafakheder7721 หลายเดือนก่อน

    Iam glad seeing you fine Ed

  • @XKS99
    @XKS99 5 วันที่ผ่านมา

    The problem with all this stuff is that with vs code on any computer I can sit down and install dotnet sdk, then install the c# dev kit extension, maybe install a theme and I’m good to go. I don’t want to have to hotrod my editor every time I have to set up a new development environment.

  • @redders6600
    @redders6600 19 วันที่ผ่านมา

    Ed. I'm also a (mostly) frontend dev called Ed living in the UK. I'm also thinking about switching to neovim. I haven't watched this video yet, but the chances I am going to click the 👍are extremely high.

  • @tomaszgora4353
    @tomaszgora4353 หลายเดือนก่อน

    Yes! At last. Gettings from Scotland to Scotland xd Now time for the Linux jump :)

  • @Oscar-xj1xk
    @Oscar-xj1xk หลายเดือนก่อน

    Can't wait when you switch back again... :-D

  • @emilavramov8245
    @emilavramov8245 29 วันที่ผ่านมา

    One thing I really miss in Neovim (or derivatives like Astrovim, Lunarvim, etc.) is the sessions. Not that it's missing as a feature, but I could never set it up correctly. When I open PhpStorm I am presented with a list of different projects I've created. When I open a project, it keeps opened all files I have previously worked on before exiting PhpStorm. Would really like to get a tutorial on how to set up such functionality in Neovim :)

  • @amaraag9435
    @amaraag9435 4 วันที่ผ่านมา

    Can select buffer space when open file from nvim-tree side ?

  • @bragmore
    @bragmore หลายเดือนก่อน

    Ed, how do you actually get neovim working in the browser? I would really love to get this to work on my work, but cant install WSL etc. I want it in the browser and want to stop using vcsode

  • @friendly__drone9352
    @friendly__drone9352 4 วันที่ผ่านมา

    What is that flickering of your cursor? is that from the video capture or from your terminal?

  • @vmanivchuk
    @vmanivchuk 20 วันที่ผ่านมา

    Thank you! Wery helpfull! I'm trying to do the same transition.

  • @dipokchandra264
    @dipokchandra264 หลายเดือนก่อน

    Hey happy to see you again. Your video isn't in the skillshare anymore, why is that?

  • @learnwithtjay
    @learnwithtjay หลายเดือนก่อน +20

    In a month we will get a "I finally switched from Windows/Mac to Linux", looking forward to that video. Hope it will be NixOS tho :P

    • @mickycompanie654
      @mickycompanie654 หลายเดือนก่อน +3

      i think you misspelled arch :p

  • @chadjaasofianne310
    @chadjaasofianne310 หลายเดือนก่อน

    You can map your Caps Lock to Esc so you don't have to stretch your finger all the way up there.

  • @djangodeveloper07
    @djangodeveloper07 วันที่ผ่านมา

    Thank for you sharing the overview. i think i would stick to vscode. i am using it from many years it's hard to shift to new one for me.

  • @m4saurabh
    @m4saurabh หลายเดือนก่อน

    This gonna get viral

  • @radvilardian
    @radvilardian หลายเดือนก่อน +1

    Dude, please change your terminal, windows terminal seems slow af, and try to get used to hjkl and avoid using arrow keys, we well go much faster. Nice transition Ed, great video.

  • @iamsanish10
    @iamsanish10 หลายเดือนก่อน

    Whats the default font name used in neovim?

  • @moofymoo
    @moofymoo 27 วันที่ผ่านมา

    one of us, one of us, one of us, he is one of us!

  • @laukiklanje3985
    @laukiklanje3985 หลายเดือนก่อน

    please provide the github repo of the configurations

  • @Singh54321
    @Singh54321 หลายเดือนก่อน

    Where is prime reaction on this?

  • @ashfaq.ahmad-47
    @ashfaq.ahmad-47 26 วันที่ผ่านมา

    I already use Vim extension in VSCode. It looks cool but too much work to do.

  • @kodeshPupik
    @kodeshPupik หลายเดือนก่อน

    So you basically took a new code editor and turned it into the old one
    I don't think it matters what editor to use, if you can work with it and get the job done
    I use vscode for some repos, and intellij for others, both of them are great

  • @chai112mno
    @chai112mno หลายเดือนก่อน

    Please please make a noob tutorial for all important Vim commands and shortcuts for people who are trying to learn astrovim from vs code

  • @chadjaasofianne310
    @chadjaasofianne310 หลายเดือนก่อน

    Bro is gonna get X50 boost is productivity after that.

  • @ShaffafAhmed
    @ShaffafAhmed 26 วันที่ผ่านมา

    Treesitter is much more than just syntax highlighting.

  • @mahmoud-bakheet
    @mahmoud-bakheet หลายเดือนก่อน

    good one 👍

  • @SachinDolta
    @SachinDolta หลายเดือนก่อน

    I did but switch back and forth bw vscode and nvim

  • @skypuff
    @skypuff หลายเดือนก่อน

    The problem with trying out vim is that it's hard to go back.

  • @grazinascito9251
    @grazinascito9251 5 วันที่ผ่านมา

    Cool vid but I'm wondering why would someone install an idle that needs 30 minutes tutorial for setup configuration 🤔

  • @gtsmeg3474
    @gtsmeg3474 หลายเดือนก่อน

    Maybe switch to Jetbrains ?

  • @gadgetboyplaysmc
    @gadgetboyplaysmc หลายเดือนก่อน +4

    Still not switching. I just have Vim on VSCode though. VSCode just looks more visually appealing to me still.

  • @VictorMainaKinuthia
    @VictorMainaKinuthia หลายเดือนก่อน

    I switched to Neovim earlier this you. I literally can't go back. 😂😭

  • @ChristianKolbow
    @ChristianKolbow หลายเดือนก่อน

    i would like to like vim, but it annoys me after just 2 minutes because it doesn't work the way i want it to. 😅

    • @ChristianKolbow
      @ChristianKolbow หลายเดือนก่อน

      - why the hell do i have a default color scheme where i can't see anything because there's a pink bar all over it?
      - why can't i specify a folder in “find files”? it can't find my files that way?
      - where can i find the 3 million different shortcuts and how am i supposed to remember them?
      i am aware that i am the one at fault. but my nerves are too weak for that
      🤣

    • @juliancorredor1128
      @juliancorredor1128 หลายเดือนก่อน +1

      @@ChristianKolbow
      - you can set a different colorscheme
      - well, there's plugins that provide different search experiences, but I get your point, though usually when I open telescope to find files and I want to do that in a folder I type the name of the folder and then the name of the file
      - wacha think, there's a plugin for that, called whichkey, it will show you all the keybinds that you want, not just the ones assigned to your leader key

    • @ChristianKolbow
      @ChristianKolbow หลายเดือนก่อน +2

      @@juliancorredor1128 my first mistake was that i used the standard terminal on the mac. it can't display the colors.

  • @pixsa
    @pixsa หลายเดือนก่อน

    HEEEL YEAH BROTHER

  • @nikewhite4471
    @nikewhite4471 หลายเดือนก่อน +22

    LazyVim - best variant.

    • @developedbyed
      @developedbyed  หลายเดือนก่อน +3

      To be fair this was a close second for me, was really nice making the config with this

    • @morded-dev
      @morded-dev หลายเดือนก่อน +2

      After using custom config for years. Now I am using LazyVim too for a year now I think

    • @mutantmantish6141
      @mutantmantish6141 หลายเดือนก่อน

      Nope, kickstart's the best

    • @Gruak7
      @Gruak7 หลายเดือนก่อน +2

      Agree. Its "extras" that offer preconfigured plugins are a killer feature.

    • @AhmadMughal1
      @AhmadMughal1 หลายเดือนก่อน

      @@mutantmantish6141 kickstart does not even come in that category. it's just a startpoint not a complete product.

  • @braveltd
    @braveltd 5 วันที่ผ่านมา

    FINALLY!

  • @exper-coding
    @exper-coding หลายเดือนก่อน +2

    now you can say: I use neovim btw. xD

  • @SinghPratyush10
    @SinghPratyush10 หลายเดือนก่อน

    This made me realise why I would never make the switch.

  • @omauricioeugenio
    @omauricioeugenio 22 วันที่ผ่านมา

    i dont can exit help meeeee

  • @TrungNguyen-o4q3m
    @TrungNguyen-o4q3m หลายเดือนก่อน

    Why using window instead of Linux for developer :(

  • @saeedxgholami
    @saeedxgholami หลายเดือนก่อน

    The only reason I use NeoVim is that it is not bloated like VS Code is. Making NeoVim to be like VS Code is crazy, instead I would prefer to install vim simulation on vs code.

  • @rayantovi
    @rayantovi หลายเดือนก่อน +5

    Fully Erect when i read neovim

  • @jkt836
    @jkt836 หลายเดือนก่อน

    Heck yeah

  • @desvendandoornasaude4127
    @desvendandoornasaude4127 หลายเดือนก่อน +1

    I switched from Neovim to Zed

  • @royerguerrerop5982
    @royerguerrerop5982 หลายเดือนก่อน

    Font Family?

  • @samuelvalentine7846
    @samuelvalentine7846 หลายเดือนก่อน +1

    Next video: why i switched back to vscode😂

  • @zeddscarlxrd4331
    @zeddscarlxrd4331 หลายเดือนก่อน

    Go go nevoim

  • @ApurvoPal
    @ApurvoPal หลายเดือนก่อน

    Make this tutorial for macos please

  • @salmansheriff8243
    @salmansheriff8243 หลายเดือนก่อน

    I arch + qtile + NVChad btw

  • @firedforfighting
    @firedforfighting หลายเดือนก่อน

    2 vids within 10 days🔥🫡. .🤞

  • @controlyourselfok
    @controlyourselfok หลายเดือนก่อน

    19:42 ayo?

  • @Feenskee
    @Feenskee หลายเดือนก่อน

    Ed uses Neovim btw

  • @youcefriah9492
    @youcefriah9492 หลายเดือนก่อน

    you will switch back in few months

  • @umusilimu
    @umusilimu หลายเดือนก่อน

    you must start with finger gymnastics

  • @nextprogram5945
    @nextprogram5945 หลายเดือนก่อน

    22:34 give neovide a try, its a gui for neovim. the cursor animation is amazing.

  • @luthecoder
    @luthecoder หลายเดือนก่อน +1

    Is it jus me or does bro look like pewdiepie

  • @yyegor
    @yyegor หลายเดือนก่อน +4

    After using cursor I'll never switch back to anything else I used before.

    • @paulcalebayibaemiotokolo
      @paulcalebayibaemiotokolo หลายเดือนก่อน

      Exactly 💯

    • @developedbyed
      @developedbyed  หลายเดือนก่อน +1

      I assume you switched over from VScode? what made you swich over? I just can't deal with vscodes file tree and going back to not having visual mode/insert mode

    • @chrikke
      @chrikke หลายเดือนก่อน

      I used to use Co Pilot a lot. Felt very productive, and fast. However, i forgot how to do a lot of the simple stuff, and i stopped thinking about what i was actually doing.
      I had less understanding about what my program did.
      Be careful using these tools

    • @yyegor
      @yyegor หลายเดือนก่อน

      ​@@developedbyed I used VSCode for frontend and Rider for backend development, though I occasionally use Rider for debugging. In VSCode, my workflow was mostly keyboard-driven, including navigating the file explorer tree, but I used the "Search files" menu much more often. And to be honest, my workflow hasn't changed at all because Cursor literally is VS Code.
      P.S. I'm navigating the tree using h j keys to go up and down, I think it's pretty similar to what NeoVim offers.

    • @eb_is_entertained
      @eb_is_entertained หลายเดือนก่อน +2

      ​@@developedbyed there's an extension in vscode which enables vim mode

  • @reninmohan2303
    @reninmohan2303 หลายเดือนก่อน

    So basically you configured your Neovim to work just like vscode.

  • @mutantmantish6141
    @mutantmantish6141 หลายเดือนก่อน +1

    Shader tutorial: shadertoy maybe??? 🤷

  • @majid_kargar
    @majid_kargar หลายเดือนก่อน

    Let's fucking gooo

  • @Design_no
    @Design_no หลายเดือนก่อน

    But why?

  • @streambarhoum4464
    @streambarhoum4464 15 วันที่ผ่านมา +1

    Yet, you guy you didn't experienced the power of Emacs... Have a try...😊🌹

  • @sohanshiwakoti9972
    @sohanshiwakoti9972 หลายเดือนก่อน

    i prefer vim mode on zed btw

  • @PeterStJ
    @PeterStJ 9 วันที่ผ่านมา

    I don't understand this "finally moved to vim", WHY? VSCode just works, including reverse tunneling and run inside dicker, I don't need to do anything, let alone understand how to mount volumes and ssh -R. It did NOT make me a better developer, it's just more ... WORK. So why, please someone tell me? I have used Linux and vim for 20+ years, now I am on Mac and tbh I feel sorry for myself loosing all this time configuring, tweaking 'optimizing'. It's simply not true, I did not gain anything from this