QUIT VIM Because Modern IDES are magic

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

КОМЕНТАРІ • 1,1 тис.

  • @mattius17
    @mattius17 Рік тому +1813

    it's amazing to me that anyone truly cares what editor other people use.

    • @_orangutan
      @_orangutan Рік тому +254

      b...but how are we to distinguish who's a real programmer?

    • @8koi245
      @8koi245 Рік тому +14

      @@_orangutan HAHAHAHA TRU

    • @vaisakh_km
      @vaisakh_km Рік тому +76

      i care.... otherwise how do i flex with vim...
      i have to say vs code suck to a vscode user...

    • @sophiacristina
      @sophiacristina Рік тому +33

      @@_orangutan Dark mode, black sweatshirt, black background and green text, lot of beeping noise when he types at 1000 WPM, RGB in everything and more...

    • @sophiacristina
      @sophiacristina Рік тому +20

      The same way we care about what language other people use... For example, the one i use is the best, of course!

  • @botondhetyey159
    @botondhetyey159 Рік тому +1215

    I disagree with Prime on one point:
    The typical zoomer profile picture is not a selfie with a phone in front of your face. It is either an anime profile picture, or a photo of a funny looking animal with enough jpeg artifacts, that you're unsure if it was originally a cat or a dog.

    • @8koi245
      @8koi245 Рік тому +12

      AI alert??

    • @halostnight7557
      @halostnight7557 Рік тому +24

      UwU

    • @ohwow2074
      @ohwow2074 Рік тому +8

      Jesus. I have the cat photo in my profile. A true gen Z...

    • @Kycilak
      @Kycilak Рік тому +16

      @Kuromika You are wrong. The claim was about what zoomers use, not about whether others use it too.

    • @dopecello8670
      @dopecello8670 Рік тому +1

      Fax

  • @flamewave000
    @flamewave000 Рік тому +189

    Just want to mention, Bill Joy, who created Vi worked on the ADM-3A terminal computer where the HJKL keys were in fact the Arrow Keys on the keyboard (printed with arrows on them). The Tilde(~) key was also the HOME key, and the Escape key was in the place where modern keyboards have a Tab key (much more convenient for Vim). So yes, they were correct in saying that Vi is an arrow-controlled universe of keyboard shortcuts.

    • @maximofernandez196
      @maximofernandez196 11 місяців тому +28

      (they didn't know that)

    • @Inkarnid
      @Inkarnid 10 місяців тому +9

      Still with this context doesn’t seem like a correct statement, I think most people who use vim barely rely on hjkl to do most things. Regardless it shows that the author of the article probably doesn’t know much about vim.

    • @Yupppi
      @Yupppi 10 місяців тому +6

      That explains to me the horrible decision to go for hjkl (and maybe the fact of english layout). Because using say a nordic layout you can't help but wonder why can't it start from j where you got the guiding bump for your default writing anyway (nordic has ä and ö to the right so you have letters to use without changing positions). It just feels so wrong to jump one position to the left from your "home position" to edit. The esc position makes a lot of sense too, I always thought that's the number one inconvenience in vim that you have to regularly jump that far. Unless you do alt+your first command which is brilliant to compensate for switching modes.

    • @BFedie518
      @BFedie518 5 місяців тому +2

      ​@@YupppiThere are a lot of threads of people asking why it's still hjkl and was never changed to jkl; . Non-QWERTY keyboard layouts are the most compelling reason.

    • @voskresenie-
      @voskresenie- 26 днів тому +1

      didn't realize that's where the escape key used to be but I've been swapping caps and escape for a decade and it's the best choice I've ever made. vim is a joy to use this way, it makes sense that this was what was originally intended

  • @bertrodgers2420
    @bertrodgers2420 Рік тому +1094

    Someone should make a vscode plugin for vim

  • @talkysassis
    @talkysassis Рік тому +132

    MPLAB: You can't compile and emulate code outside the IDE
    Xcode: You can't make compliant code without Xcode (this was to force people to buy macs to develop for macs)
    Yeah, sometimes the magic is just an artificial wall of bullsh1t

    • @rogersanctos
      @rogersanctos 9 місяців тому +5

      And that's why some people went to alternatives. Some people really like the freedom to choose they own environment. Arduino is one of the HW platforms that brings that, and then was followed by a few others. Ofc u can use Arduino IDE, but u can, if you want use other tools. Cause in the end, its ecosystem don't force you on that. I mean, with the exception of the Apple products, you can always find alternatives that gives u some kind of freedom to make ur sh1t your own way.

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

      Even Xcode has a vim mode built in.

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

      MPLAB is shit and 8051 is overhyped.
      Debugging 8051 is way too complex. They don't have a single programming board like Arduino or NodeMCU. Sometimes the signal is garbled and you get nothing on the console. Then you need to bring out an entire oscilloscope to debug the debugger. and we keep getting gaslit that this is what "raw" low level coding should be like.

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

      It's not so much that Apple *forces* you to use XCode, it's more like no other IDE would care to have iDevices simulator, neither will package your final product, or have the system library to test. It's more a practical issue.
      The same is true on Microsoft Windows, how will you code for windows without .net or Visual Studio?

    • @iTrensharo
      @iTrensharo Місяць тому +2

      Quote: "Xcode: You can't make compliant code without Xcode (this was to force people to buy macs to develop for macs)"
      How are you going to test your application to see if it even works properly before shipping it to users if you don't have a Mac? Do you not see how stupid that sounds?
      Beyond that, Apple has always been pretty harsh when it came to developer tools on Macs. This has always been the case, since decades before OS X was released. This is why the 3rd party Developer Tools market pretty much bottomed out on the Mac OS platform in the 90s.

  • @BrianWisti
    @BrianWisti Рік тому +151

    Another thing about my terminal-based tmux+nvim workflow is that it's gentle on my particular flavor of ADHD. Distractions are minimal. Important messages show up in the same spot, and they're all just text - okay maybe an emoji or Unicode-rendered border sometimes, but all constrained by what my terminal emulator can render. IDEs and IDE-like editors try to be so dang helpful that I spend more time reacting to the tool than working on my code. Plus I can more easily mentally map plugin features as bindings behind `` than as menu entries or mystery meat sidebar icons.

    • @Tobsson
      @Tobsson Рік тому +14

      If I was a pure CLI dev, I would probably install Linux without a GUI just to kill distractions. My ideal world is pretty much a typewriter with highlighting. Cant do that as a webdev tho.

    • @BrianWisti
      @BrianWisti Рік тому +2

      @@Tobsson Oh I still need *some* kind of shiny pretty. I just keep the terminal as my centerpiece (literally, since I use an ultrawide monitor)

    • @vikingthedude
      @vikingthedude Рік тому +1

      I agree although i don’t have ADHD. I like how in vim the spotlight is on the code, everything else just sits in the background

    • @maciejglinski6564
      @maciejglinski6564 11 місяців тому +1

      And my Adhd flavour is forgetting about assignments because im writing regex for new movments, something which will never be useful in any other context

    • @Seedzification
      @Seedzification 11 місяців тому +3

      IDEs are distracting? What a mid take. There is so much you could have said to point vim superiority but you chose distracting?? uuugh

  • @lyonblecher5666
    @lyonblecher5666 Рік тому +80

    What I like about IDEs is that they tend to deal with a bunch of ceremonial setup and config that terminal based stuff just doesn't handle... but I'm a biased C# Visual studio developer ;)

    • @terminator4974
      @terminator4974 Рік тому +6

      Vs studio is great for sure

    • @monad_tcp
      @monad_tcp 11 місяців тому +6

      I basically use IDEs for the debugger features nowadays

    • @keyser456
      @keyser456 11 місяців тому +4

      Absolutely! If you're jumping between languages or platforms, sure, a more generic text-editor makes sense. If you're on an MS stack that isn't going anywhere? VS (or Rider, my new main squeeze) all day long, for the reasons you mention and others. The point of an IDE (quite literally in the name) is that the tools/utils you need are integrated into it. C#/.NET and Visual Studio (proper) are a match made in heaven. VS Code? Not so much.

    • @josefpharma4714
      @josefpharma4714 10 місяців тому

      ​@keyser456
      When I have the choice I prefer Rider to Visual Studio, as well.
      Specially the File and Text search capabilities.
      Although ReSharper could be used with VS to compensate, but IMHO a bit slower.

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

      Tbf visual studio is very specialized for developing windows applications for C++, C#, etc. But for other situations having a well configured vim or emacs is better

  • @PinakiGupta82Appu
    @PinakiGupta82Appu Рік тому +62

    🙏👍 I read that article a couple of years ago when VS Code was gaining popularity. I felt that the article didn't consider providing thoughtful and constructive insight. I wasn't offended. The level of absurdity rendered me bewildered.

    • @8koi245
      @8koi245 Рік тому +1

      Hahahaha lmao

    • @crazycrazy7710
      @crazycrazy7710 Місяць тому

      level of ignorance got me offended. like if you want to counter, bring some valid points

    • @PinakiGupta82Appu
      @PinakiGupta82Appu Місяць тому

      @@crazycrazy7710 True. Ignorance combined with audacity. Probably the only valid points were these two.

  • @eafadeev
    @eafadeev Рік тому +62

    I've tried VSCode with vim extension after ~20 years of using VIM. What I found is that with vscode is much easier to install extensions, github copilot works better in vscode, also I find it much easier in vscode to move directories, files, rename symbols project-wide. As an isolated per-file editor though VIM is better. Where I found difficulties in vscode is moving around in the project, and finding what I need - I'm more comfortable for that in the command line. Tracking open files is easier in vim with the :buffers command (the open editors view in vscode is unreadable and I so far did not find a better extension alternitive).

    • @CTimmerman
      @CTimmerman Рік тому +1

      Besides the tabs, explorer, and search sidebar, I use breakpoints for navigation in VS Code: File, Preferences, Keyboard Shortcuts and set (Shift+)Ctrl+F9 to navigate between them, even across files.

    • @some1csgo
      @some1csgo Рік тому +3

      I have set up my neovim to be able to refactor, move directories etc. Also I made the experience that copilot works much better than in VSCode, as it does not disconnect randomly so that I have to reauth (never had to reauth).
      But yeah, installing extensions in vscode is easier, that's true.

    • @leodinogibbon
      @leodinogibbon Рік тому +3

      @@some1csgo i never had copilot disconnect tbh i moved from Vim too so my setup in vscode is almost same as my old vim shortcuts... It's just good to wake up and see your extensions stable instead of one of them breaking with a update and affecting others.
      edit: NVM I'm back to neovim now, it pulls me back in

    • @BeefIngot
      @BeefIngot Рік тому

      ctrlp let's you just type the file name roughly press enter and be there.

    • @some1csgo
      @some1csgo Рік тому

      @@BeefIngot for me its ff

  • @Hwyadylaw
    @Hwyadylaw Рік тому +158

    My only experience with emacs was trying it for a week and giving up (due to time/motivation, not because I hated it), and the one Operating Systems professor who did everything short of saying "if you're not using emacs you're a lesser being"

    • @gagagero
      @gagagero Рік тому +44

      He was right.

    • @murzilkastepanowich5818
      @murzilkastepanowich5818 Рік тому +41

      based prof

    • @0oShwavyo0
      @0oShwavyo0 Рік тому +9

      Curious, did you try out a pre-configured distribution like Doom or Spacemacs, or just raw dog it on your own? I found spacemacs to be pretty essential to getting started and getting comfortable, both for the pre-configuration and their pretty solid docs, but now that I daily drive spacemacs I have been fantasizing about redoing my emacs configuration from scratch because I know there is some bloat I could get rid of. I haven’t pulled the trigger yet tho because I really like spacemacs’ approach to logical keybindings.
      Anyway, TL;DR I find that buying into a system like spacemacs or Doom helps make it easier to get started.

    • @gagagero
      @gagagero Рік тому +1

      @@0oShwavyo0 This is wrong on so many levels.

    • @0oShwavyo0
      @0oShwavyo0 Рік тому +2

      @@gagagero how so?

  •  Рік тому +47

    I hope they're not referring to built in FTP/SFTP clients as "automated deployment systems" 🙃
    One thing I really miss in vim is something akin to JetBrains' suggested refactors. Just hit alt+enter and you can quickly swap things around while maintaining the same logic. But that's honestly the main thing I use it for.

    • @covoeus
      @covoeus Рік тому +14

      That's basically what code actions are. What actions are available depends on the LSP you use.

    • @ChatGTA345
      @ChatGTA345 Рік тому +1

      I tried hard to like IntelliJ, and for the life of me, couldn't get what people are so in awe with. The only reason why IntelliJ rocked for Kotlin (which I had to use for the job) is because _the language is made by the same people who make the freaking IDE_ , and that LSP for Kotlin sucked, at least at the time.

  • @kasper_573
    @kasper_573 Рік тому +266

    This article is an important reminder to accept and welcome people with special needs. These two authors may require each other to successfully proompt Chat GPT, but that does in no way diminish their value as human beings. Peace and love, yall!

    • @khhnator
      @khhnator Рік тому +32

      Stop being reasonable on my internet! get out!!!

    • @GonziHere
      @GonziHere Рік тому +3

      LOL :-D :-D Dying here :D

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

      😂😂😂 Best take, love it

    • @KewalTailor
      @KewalTailor Місяць тому

      LOL

  • @freshhorizonswithjakub
    @freshhorizonswithjakub Рік тому +124

    is there vscode extension for Vim? I like neovim but I miss the telemetry from MS.

    • @NostraDavid2
      @NostraDavid2 Рік тому +7

      There's a neovim extension that integrates Neovim, not just emulates it. That means you can use a customized Neovim inside vscode.

    • @StaringLongingly
      @StaringLongingly 5 місяців тому +6

      @@NostraDavid2 r/whoooosh

    • @Gapi505
      @Gapi505 8 днів тому

      I think there is an extension for neovim which adds the telemetry. It sends every last keystroke to Microsoft

    • @thethingthatshouldnotbe3035
      @thethingthatshouldnotbe3035 2 дні тому

      @@Gapi505I love this. Sending Microsoft every single nvim keystroke, just to tell them how much their editor sucks.

  • @shapeletter
    @shapeletter Рік тому +12

    This is how I remember the history of the Atom editor. Atom was really good. When it came out, the only real alternative was sublime which cost money, so you had to pay for the best editor (if you hadn't learned about Vim) or settle for atom which was open source and free. Atom had the best Git interface at the time (in my opinion) and I think it's package manager was great for its time. Since atom was made by Github, Microsoft owned it after acquiring Github. VSCode only became good after that. Atom had the essential features that made VSCode great... except for performance.

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

      Counterpoint: Git has the best Git interface. Because it isn’t trying to use a visual interface to hide the details of git. Git CLI is the epitome of WYSIWYG. Everything else is interpolation and abstraction so you _think_ you know what’s happening, but actually don’t.

  • @Yupppi
    @Yupppi 10 місяців тому +7

    I love this article. It's so confusing you don't know at times if they're speaking for or against certain editor/IDEs. You should build up a steelman argument for your opponent, but when your steelman becomes a juggernaut and sounds more compelling than your proposal, something's gone wrong. And the other part of confusion is how separated from observed reality they seem to be, like they read somewhere that people argue about these ancient editors called vim and emacs, and decided to write a mockery article. But as a consequence got everything wrong except when they were building up the steelman argument. And on top of it they threw in cultural references that are "hip" but further solidified the idea how out of touch they are by using them wrong.

  • @CottidaeSEA
    @CottidaeSEA Рік тому +67

    I use JetBrains products for most of my coding needs. If I were to get used to the shortcuts in Neovim I'd probably be able to switch easily though, because I really only use my keyboard. It's just convenient to do everything with the keyboard since you don't have to move your hands as much, no need to find the cursor and so on. Everything is just there.

    • @DFPercush
      @DFPercush Рік тому +12

      I'm just annoyed that vi was designed for an old keyboard layout from the 1960's or something, where h,j,k,l were the actual arrow keys, and numpads didn't exist. If they had just updated it when everyone switched to the 101 key keyboard I think it would be a lot more intuitive. And commands should start with a character that does not require shift, like /. Or, wild idea, use the Alt key for commands like every DOS, Windows, and Xlib program ever.
      But above all else, there's one reason to use an IDE over a terminal based text editor, and that's debugging. I'm with John Carmack on this one.

    • @justanotheruser7843
      @justanotheruser7843 Рік тому +5

      Hey, used JetBrains products for the last couple years for nearly everything. A month ago switched to neovim (used nvim kickstart as a base configuration). Can confidently say, that to move to nvim is more scary than hard. Once you get used to the shortcuts it gets really simple to do anything. And i know it's different for everyone but for me it took around a couple of days to get used to neovim. Would never be sorry for that switch, and definitely won't go back to anything even so good as JetBrains package

    • @CottidaeSEA
      @CottidaeSEA Рік тому +2

      @@DFPercush I rarely find myself using the debugging functionality in the IDE. It rarely feels useful. I can think of a couple of times when a debugger has actually been useful in the last few years. Most of the issues are edge cases that are more or less impossible to catch beforehand and are better solved by logging.
      This doesn't mean a debugger isn't a vital tool, but not all jobs or tasks need them. Say I were to use Vim or similar, there'd be nothing stopping me from using a debugger when I actually need it.

    • @CottidaeSEA
      @CottidaeSEA Рік тому +2

      @@justanotheruser7843 Considering I used to juggle between IDEs depending on the language, I'm pretty sure I'd be able to figure it out in a similar time. Can't afford to do it during work hours though, so I'd have to do it while working on my own projects.

    • @nodidog
      @nodidog Рік тому +3

      ​@@DFPercush nvim-dap exists though...?

  • @airkami
    @airkami 7 місяців тому +31

    Neovim is willing and breedable

    • @KalleJillheden
      @KalleJillheden 5 місяців тому +8

      Absolutely cursed

    • @nickreffner4574
      @nickreffner4574 5 місяців тому +2

      This is the craziest comment I've read in a while. 😂

    • @HeyMyNameIsTony
      @HeyMyNameIsTony 5 місяців тому +1

      Can't spell submissive with out vim

    • @ProfShibe
      @ProfShibe Місяць тому

      Why would you type this

  • @David-jq7uw
    @David-jq7uw Рік тому +9

    I use vim and emacs. But I only use emacs with vim key bindings. So glad the Evil mode package finally made emacs usable as a text editor for me.

  • @nERVEcenter117
    @nERVEcenter117 Рік тому +19

    After my quest through the editor realms, I found I loved Kakoune's editing grammar. But I've found over and over again that when I make a solid choice of language for a project, the benefits of speeding up editing are dwarfed by the time I spend actually solving math or architecting a model for the problem. So Sublime and Merge it is. They are as close to an "intuitive" set of keybinds and UI design as I think there is. Not hyper-optimal. But intuitive and easy to remember, with lots of IDE-ish features built in. And also they're just OpenGL windows so they're fast and memory-light.

    •  Рік тому +1

      I primarily use PHPStorm for development, but that's mostly because I can't be bothered to set up vim to do all that stuff. But I do use vim bindings all the time, and vim itself for all of my editing needs when I do sysadmin things (basically a 50/50 split).

    • @raiguard
      @raiguard Рік тому +1

      EDIT: My reading comprehension failed, you don't actually use kak any more. Oh well.
      Another Kakoune user! There's at least a dozen of us!
      I reinstalled neovim yesterday to look at something and was appalled at the lack of discoverability by default.

  • @iblamefps
    @iblamefps Рік тому +17

    I'm 16 and have been using nvim for a few months now, i just love the shortcuts, it's good for my short attention span

    • @iblamefps
      @iblamefps Рік тому

      @ahmed nano is disgusting

    • @kevin.malone
      @kevin.malone Рік тому +2

      @ahmed I still use nano and I'm closer to twice that old

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

      Nobody cares about your age kid, you are a programmer at that age ? Neat, you started early than a lot of us. But it's not a flex though, it cringes me out

  • @alextrebek5237
    @alextrebek5237 Рік тому +3

    Performance. Most people don't shell out $10k+ for a high performant build server. When travelling, a laptop that invariably has lower specs, is used. Most devs just need ssh+tmux, vs the CPU-intensive VSCODE that falls over when a browser with 20+ tabs is opened. Plus, most IDEs have telemetry, feature bloat, and other ick.

  • @Omnifarious0
    @Omnifarious0 Рік тому +3

    I've discovered an IDE that I actually like more than emacs is IntelliJ. One thing I really like about it is that it doesn't really get in your way when you want to do something that's not within the realm of what it supports. It doesn't try to force you to adapt to it and what it thinks is the right way to do things. Both CLion and PyCharm are very nice to use. One of the most amazingly powerful features is the ability to rename things and have it automatically rename exactly the right things because it knows the AST of my code.
    I still use emacs sometimes. And I also use vi sometimes.
    The thing the IntelliJ products get wrong, IMHO, is source control. But, I'm far more deeply immersed in the details of how source control works than most programmers, and I'm really picky about my tool doing exactly what I want.

  • @DavidEngelen
    @DavidEngelen Рік тому +30

    Would use vim to flex

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Рік тому +12

      will use vim to flex, would use vim to flex

    • @HuntingKingYT
      @HuntingKingYT Рік тому +11

      @@ThePrimeTimeagen will use flex to center a div, would use flex to center a div

    • @o1-preview
      @o1-preview 9 місяців тому

      vscode > vim @@ThePrimeTimeagen

  • @jacksparr0w300
    @jacksparr0w300 Рік тому +10

    I wish I could be as productive in emacs or vim but damn, so much work.
    So many things to learn and revamp on, this always falls at the bottom of list.

  • @T1Oracle
    @T1Oracle Рік тому +12

    What frustrates me most with IDE's is becoming dependent on them to work on a project. My code has enough requirements, the IDE shouldn't be one of them. When I tried to develop a GTK app in Rust, the tutorials directed me to use Gnome Builder. When I tried to separate my app from Gnome Builder, I couldn't do it. If I ever want to work on that code again, I need a compatible installation of Gnome Builder. That's a serious limitation in my mind.
    Regardless, I hate VIM. As a former FPS gamer, I am really fast with my mouse and I like being able to use it. Now that Atom is dead, I use VS Code. Now how do I build a GTK Rust app in VS Code?
    Regardless, auto complete, lint highlights, auto suggestions, etc all are great tools.

    • @bultvidxxxix9973
      @bultvidxxxix9973 Рік тому +7

      Gamers usually always have one hand on their mouse while gaming. But programmers don't write code with just one hand. Switching hands is what takes time, not the actual mouse movements.
      Also: :set mouse=a

    • @botondhetyey159
      @botondhetyey159 Рік тому

      You can absolutely use your mouse in nvim, if you want. I basically never do, unless I am showing some code in a pair programming kind of way, and I need it to point at something, but you absolutely can.

    • @Mallchad
      @Mallchad 11 місяців тому

      I hate it when people try to abstract away the obvious underlying shell scripts
      it makes it infuriating to build stuff especially when dealing with a very poorly written project config in IDEs

    • @ms-fk6eb
      @ms-fk6eb 9 місяців тому

      acme? :P

  • @Trizzi2931
    @Trizzi2931 10 місяців тому +9

    I see all this vscode vs vim thing kinda stupid. Whenever people are arguing over these things they typically code on server side languages or web development or system level languages. They tend to forget there is whole world of development which deals with other things such as android development, game development and so on and they each need their own set of tools in order to have a good development experience. Just use whatever you feel comfortable with and gets the job done. If someone is doing android development then android studio is the only way to go as there is no other tool which will have as extensive support from google as android studio has. No need to configure vim or neovim to do android development because people calling it “the greatest editor on earth” as it will take a lot of time and still it will be bad and no way near to the actual tools.

  • @TrippLilley
    @TrippLilley Рік тому +3

    When I asked how old you were a few days ago, I didn't realize it would make you come after my whole generation! Damn! Anyway, Gen-X Emacs user here. I use it for longevity. It's managed to grow and change and adapt right alongside me for the almost thirty years I've used it (I started out in various DOS and Windows editors and didn't find my way to Emacs until the mid-90's when I started using Linux extensively).

  • @Brawhammer
    @Brawhammer Рік тому +2

    The Automatic Deployment System is when you use EX: Jetbrains suite to autodeploy code to a folder on a remote server, IE: Say you work in office + remote, rather than having your code different or .envs different in other places, it'll all be the same cause it's hosted on the internal servers, that you can just mount and deploy to.
    It's very handy.
    Also extremely useful if software doesn't run locally. IE: Windows devs that want to run PHP without needing admin access to the machine to set it up.
    It might surprise you, but developers can be horrible at PC configuration and keeping on top of that.

    • @Netz0
      @Netz0 Рік тому

      DataGrip comes included with many JetBrain IDE's and that alone makes it worth for many people. Plus, not everyone has the time to install and configure 100 plugins, yes their IDE's cost some money, but they are worth it.

  • @subarutendou
    @subarutendou Рік тому +6

    Using Emacs because I don't need mouse, there is no space for the mouse at the place where I'm using the computer, and I can use xah-fly-keys to avoid pinky pain for long time working on the computer. Plus I can use org mode to write config in one place then tangle them, no need to cd cd cd cd cd.

  • @Spacial_
    @Spacial_ 10 місяців тому +8

    A few reasons:
    - I dig the oldschool look
    - A terminal makes you learn more stuff about computers, in general
    - Makes you less reliant on visual cues, auto-completion, etc…
    - cant stress this enough but I HATE USING A MOUSE.

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

      As a new programmer (literally 20 lessons into a 190 lesson course), I already see both of your last points. I feel I can write code but have little understanding of what's going on behind the scenes. I keep avoiding the terminal and choosing the IDE because it's easier.
      Also, I want to be able to write code without autocompleting everything even though I think I know what I'm about to write. Picking up my phone to work on lessons is annoying because there's no autocomplete, and I type slow.
      I also find the cursor slow, but again, I type slow. Almost feels like I should add typing lessons before or after my coding lessons. That was I can type faster, use more shortcuts, etc

  • @rayshawnlevy2874
    @rayshawnlevy2874 Рік тому +4

    I use Vim because I like to stay close to the terminal, along with learning a minimal set of keybindings and a basic config...is all you need! NEOVIM just makes that simple experience a whole lot better.

    • @marcuswest4572
      @marcuswest4572 Рік тому +1

      I use NV because 1) because it's terminal based, 2) because it's terminal based 3) I can have my text at 25, or whatever 4) it's clean and uncluttered 5) It's visually very satisfying 6) It works fine ....... Not really used an IDE. I tampered a few years ago, but I found them incredibly clunky and maladroit. Maybe now they are better. But I'm happy with NV, and I feel that I am better adapted for server work, should that arise

  • @brandonw1604
    @brandonw1604 Рік тому +33

    The reason to use EMACS is feeling superior.

    • @FlanPoirot
      @FlanPoirot Рік тому +7

      emacs is for the mentally ill. neovim is for people that actually want a decent code editor instead of a poor operating system to emulate vim on

    • @HuntingKingYT
      @HuntingKingYT Рік тому +5

      Tsoding Daily uses it

    • @distant6606
      @distant6606 Рік тому +11

      @@FlanPoirot emacs is the better text editor. the only thing you take from vim are merely the keybindings. the functionality that emacs provides, vim can only dream of.

    • @_bitties
      @_bitties Рік тому

      I think you mean (n)vim

    • @anandmahamuni5442
      @anandmahamuni5442 Рік тому +6

      I told my boss I use VIM, and he gave me free pass to peg him one day 😎

  • @JuanEsquitin
    @JuanEsquitin Рік тому +4

    In the end you use what you are comfortable with. I mean, I've tried NeoVim and Emacs. They are not my cup of tea since my windows mouse sicking unconscious mind goes to it naturally. Tried Vim for a month and Emacs for about a week. It was like learning to walk again I was not patient enough and to this day I won't be. In the end what matters the most is what tools fit your work-style and work requirements to get the job done. I don't really care what other people's personal workflow preferences are. so long as we are in the same page when getting things done.

  • @senantiasa
    @senantiasa 8 місяців тому +2

    This is mostly a debate among developers/programmers. But for sysadmins/systems engineers/sysops, there is no debate. VIM is the only solution.
    You might have to manage hundreds of systems, or access systems you don't own, or handle thinclients which only have a few hundred megabytes of harddisk space, or access systems in a place with slow connection. Vim is ubiquitous, fast and reliable.
    Even if that systems person doesn't like remembering keyboard shortcuts, he would still use vim (despite only using insert mode and never edit mode). I remember seeing a systems engineer who had to delete the beginning space in every line and what he did was 'down-arrow + right-arrow + backspace' a thousand times!! LMAO

  • @imblackmagic1209
    @imblackmagic1209 Рік тому +9

    i use jetbrains, i code for a game using unreal C++ (fairly different, but close enough), the engine is massive enough that the hints and suggestions make coding very fast
    the debugger is also too damn useful...
    vim is great! and i used on the vanilla C++ project i worked on my previous job

  • @ingframin
    @ingframin Рік тому +8

    Technically, you are using the arrow keys in vim. It just happens to use the keyboard layout of an old terminal where arrow keys were on hjkl keys. 😅

  • @crowdozer
    @crowdozer 11 місяців тому +5

    Started with sublime, then atom, then vscode. Always hated vim, hated the keybinds. But after experimenting with it for a few days on my laptop, I get it. I always hated working on my laptop before getting neovim set up and customizing it a bit. Now I actually prefer it even tho I have less features and I'm a bit slower, because its very comfortable

    • @DemHoNMomentz
      @DemHoNMomentz 10 місяців тому +1

      Your journey is similar to mine. I now use neovim because I love how configurable it is but I truly hate vim motions. I've ended up remapping a lot of the keybinds for this reason, but its no longer "vim" at this point lol.

  • @TheHTMLCode
    @TheHTMLCode Рік тому +20

    I had been a long term user of vscode and JetBrains products, but since picking growing confident with vim I’ve found it hard to go back to the other tools (even with vim plugins)
    I love that if I go onto any Linux system I can pull my dot files and have a consistent DX anywhere (sure you can argue that I can do this with VScode and it’s extension syncing), but I’m also able to ssh into any Linux based machine, pull my vim config and do any sysadmin tasks with my normal workflow (without having to attach an LSP and cripple the performance on the server)
    When using VSCode I had some issues in the past when installing vscode remotely incurred perf issues in the server.
    My workflow with vim and tmux now feels really fine tuned and I feel super productive. I’ve yet to find anything that I can’t do in my terminal now that I could do in an IDE. It feels to me this article is written by people who haven’t had enough experience with vim/nvim due to the learning curve being slightly steeper

    • @T1Oracle
      @T1Oracle Рік тому +1

      Working on remote systems I use VIM. However, most of my work is local editing. So I use VS Code.

    • @MichaelLeonard
      @MichaelLeonard Рік тому

      Having used VIM (or Emacs + Evil mode) for about a decade now, VSCode's VIM integration feels off and just doesn't work for me. The JetBrains VIM integration is actually good though.
      For big projects it's really hard to argue against JetBrains, the refactoring tools are top tier.

    • @nutbusted27
      @nutbusted27 Рік тому

      Yeah the VSCode over SSH can eat up a lot of memory I noticed; it's hard to use any machine less than 4gb. But it is super convenient I will say.

  • @Tulah
    @Tulah Рік тому +6

    Vi isn't actually always available on server installations anymore. Ubuntu server minimal doesn't have it as an example. It can be a bit frustrating, but of course simple 'apt install vim-minimal' (though probably better just go with vim instead at that point) will bring it back. :X
    I'm seeing more and more often Nano as default $EDITOR as well, though I wouldn't say that's a bad thing. Someone who might not know Vi all that well will be better off with that, but it does drive me nuts if I don't realize that and run, for example, visudo and it starts with Nano. I'm actually lost for a moment every time that happens as I try to figure out why the cursor isn't moving as expected.

    • @AlexanderVlasov
      @AlexanderVlasov 10 місяців тому +1

      I sometimes feel this frustration. Like, I saw people on youtube who are clearly bright and talented, and talk deep and interesting about python, but use nano as their editor and say things like "xterm is not configurable at all". I guess we have to accept that the knowledge of vim and Xresources is slowly fading away.

  • @JanuszKrysztofiak
    @JanuszKrysztofiak Рік тому +13

    I have always thought of Emacs as in IDE. More like Eclipse than IntelliJ due to its clunkyness (ah, those freezes when Emacs single-threaded Emacs Lisp got clogged by something, numerous but rather unpolished packages, sometimes getting in each others way). There was one area where it excelled: Clojure or lispy languages in general.

    • @prism223
      @prism223 Рік тому +3

      The unpolished packages and single thread freezing are truly ugly blemishes here in the 21st century. The only reason to continue using it is the complete freedom to customize everything about it, including its own source code, and in most cases while it's still running.

  • @ToBeardOrNotToBeard
    @ToBeardOrNotToBeard Рік тому +5

    So before watching the video and reading the article: for me the big deal is that i know how fast computers are in 2023, so when it takes ages for things to load in these IDEs, I just lose my mind. It's immensely frustrating every single time.

  • @einargs
    @einargs Рік тому +3

    I use vim primarily, but I had to setup spacemacs for some proof assistant tools. (You basically have to have a good IDE plugin with a dependently typed language.) Since then I've started using spacemacs for Haskell, and while getting it properly set up was annoying, it's definitely paid off. I assume neovim could be similarly good with a solid LSP plugin. I've mostly just found myself loving the spacebar centric hotkeys.

  • @GmanGavin1
    @GmanGavin1 Рік тому +1

    19:46 what is an ADS: ADS ( Aim Down Sights ) is typically a procedure done when pressing RMB ( Right Mouse Button ) 😊

  • @crusaderanimation6967
    @crusaderanimation6967 Рік тому +3

    0:15 Personally, because VIM is light weithand dosn't require DE. lately it became handy since i can use it on my andorid phone trough Termux, i broght cheap (like 3-4 $) bluetooth keyboard. So i can carry my phone everywhere, i can ssh into my phone with computer and have my projects, without using cloud. If i'm on the train i can pull out my keyboard and use phone as laptop. Yes screen is small but it's price i'm willing to pay for not having to carry my big laptop, risking using my work laptop, or bying new laptop. Especially considering size of final setup.

  • @dinckelman
    @dinckelman Рік тому +9

    This entire post is the most braindead take on editors I've seen yet. So they're both too boomer to try out something new, but then at the same time hate people who use old stuff. On top of that, they think Notepad is the future of programming, and deny themselves literally any modern tool, but then also praise Atom for being "suited for javascript", whatever that means

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Рік тому

      It is truly a twisted tail of misconceptions and assumptions

  • @srivathsansudarsanan3372
    @srivathsansudarsanan3372 Рік тому +5

    No prime vi was originally arrow controlled. But originally the keyboards didn't have arrows so they used most logical thing hjkl for arrows. Since it will keep your hands at the typing position at all times

  • @noscreadur
    @noscreadur 9 місяців тому +2

    The very first time I logged into a web server with SSH I realised that I needed to brush up my VIM. It's your only man.

  • @red_noise_bomb
    @red_noise_bomb Рік тому +20

    What people often forget to mention is what constrains you when writing code. I, personally, think about the code structure, possible solutions, etc. more than actually writing it, so I have no reason to switch to Vim, since it won't make me more productive whatsoever. I'd prefer to have a better GUI than brag to people how I can control their lives with Vim shortcuts.

    • @takeshi_chin
      @takeshi_chin Рік тому +1

      As for me, writing and thinking can become the same thing. And Vim-like commands make writing and thinking almost the same thing.

    • @La0bouchere
      @La0bouchere Рік тому +3

      The "I think more than I type" argument is one of the most mentioned things about vim though.
      The problem with this argument is that you don't actually know how much time you're saving unless you do both and test the result. There's definitely reasons to not use vim, but not using vim bindings is just a bad idea. Besides, the faster you can type the faster you can get back to thinking about actual problems.

    • @thenonsequitur
      @thenonsequitur Рік тому

      I don't use vim to be "more productive" and I definitely don't use vim to "brag to people"... I just like the interface. Also I don't exclusively use vim, I also use a GUI text editor, which is a more standard interface that I also like.

  • @tech-nomade
    @tech-nomade Рік тому +1

    Started exploring neovim as IDE just recently being professional dev for 7 years and having JetBrains' "All Products Pack" subscription (before it I was and still am using PhpStorm for 6 years).
    Stackoverflow blog posts are full of *it. It's mind blowing to see such low quality writing in their official blog, while they slaughter daily thousands of noobs for slightest deviations from the question posting guidelines.

  • @Xemptuous
    @Xemptuous Рік тому +10

    You land on vim if you know how to identify greatness and endgames in life, and pursue it. I found - within 1 year of learning how to code - that Linux, i3wm, xterm, and nvim were the endgame just through research and trying shit out. So, i dove into it and forced myself to learn. Still using Debian sid tho, so I think I haven't found the linux endgamr (probably gentoo or from scratch?) Fast, tiling, no mouse, low latency, high customization, written in C.
    Also, the argument that its a generational thing is fucking hilarious. I'm 28 and I started coding at 27 (and was using windows from age 4 to 27), and I hate anything other than nvim.

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

      Don’t do LFS for any other reason than hobby. If you want a usable OS i suggest gentoo. Maintaining and updating LFS installs takes more time than it’s worth. LFS is a phenomenal learning tool. I learned a lot about Linux when I did it (I couldn’t even properly use the terminal at the time) but finished with a pretty in-depth knowledge of how Linux works, how to properly use the terminal, how to build from source, etc etc etc.
      But it isn’t “endgame” the effort required to maintain it for practically no benefit other than telling people you use LFS isn’t worth it. You have no package manager, and the moment you need to upgrade a dependency things fail like dominos. Then you need to boot into a recovery system, chroot in and fix it all by hand.
      Endgame in Linux is just finding the distro you enjoy the most, and learning to stick with it instead of distro hopping every month. For me this is arch (I use arch BTW)

  • @CoryDeVore
    @CoryDeVore Рік тому +2

    I'm all Emacs, including bindings. I did use Evil mode before. But I switched to the Workman keyboard layout due to carpal tunnel, which has been one of the best decisions I've ever made. I'm more of a writer not a coder, so for me the keyboard layout takes precedence over Vim bindings. I switched back to Emacs vanilla which honestly makes incredibly well on Workman. Far better than it does on QWERTY. Maybe one day I'll add back Evil mode, and remap HJKL to YNEO or maybe even NEOI to keep it pure homerow. One day.

    • @mg-bm1js
      @mg-bm1js Рік тому +1

      I am an Emacs + Colemak user. Used to be a vim user but can't get back to vim because love Colemrk too much.

  • @win.violin
    @win.violin 4 місяці тому +3

    The original Hawk Tuah 0:08 before the Hawn Tuah girl

  • @m4hunt3r47
    @m4hunt3r47 Рік тому +1

    I mean running an ide in my potato PC is just overkill, that why I prefer VIM, less bloat, fast, I'm still not used to every Vim motion out there but as long as I get the job done I truly don't care, like heck why do you feel entitled to tell people what to use and whatnot, IT DOES NOT MATTER.
    edit: and of course one of the main reasons is to feel and look superior at college, quick story: the other day i saw a girl editing HTML in visual studio, like i get it I'm broke i can't afford a modern laptop but like damn running visual studio for that is crazy

  • @tordjarv3802
    @tordjarv3802 Рік тому +7

    "There is but one true editor and Stallman is its prophet." Jokes aside, while I did use emacs for many years, I have been using Vim for a while now and I do not regret the switch. I have tried to switch to IDE:s (mainly to see what I'm missing) and found that they are bloated crap that hides the most important thing from the user, the actual code, with big info-dump fields that are only useful on rare occasions. The only reason to use an IDE is if you are forced to use a build system that is so convoluted that it is a pain in the A to run it from the terminal, which might be the case in the corporate setting.

    • @boptillyouflop
      @boptillyouflop 2 місяці тому

      Do you use debuggers?

    • @tordjarv3802
      @tordjarv3802 2 місяці тому

      @@boptillyouflop When it is appropriate. gdb works quite well.

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

    You had me at 2:55. And that’s why I use a vi[m] plugin in my IDE.
    Using “c-tags” navigation keys to jump around a Java or JS code base is much nicer than mousing around to find the definition, then try to fumble back to where you were before checking what was called.
    Using h, j, k, l is nice, too 😁
    As well as yy, p, etc.

  • @sqwert654
    @sqwert654 Рік тому +3

    I taught myself to code about 1980 odd on a TRS-80. Then moved to a Commodore 80, learning Assembly. I use Jetbrains Rider in Unity and UE5.

    • @complexity5545
      @complexity5545 Рік тому +1

      I was looking for a comment like this. People who have to deal with visuals and pictures.

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

      Wow I didn't know a Commodore 80 could run those

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

      @@MaidenLoaf lol no chance, have updated pc a few times since then

  • @thaddaeusmarkle1665
    @thaddaeusmarkle1665 Рік тому +1

    4:23 vim does have readline (a subset of emacs bindings) while in insert mode. E.G. Ctrl a to go to start of line, Ctrl h for backspace, etc.

  • @DVinciFradiqueBraga
    @DVinciFradiqueBraga Рік тому +25

    Memorizing hundreds of arbitrary shortcuts... That, for me, is the definition of hell. Just like we used to have to memorize phone numbers in the past. Nothing against those who like to use their brains that way. Just not for me.

    • @gabbeeto
      @gabbeeto Рік тому +1

      I've been using vim for 3 or 4 months so maybe an opinion from someone who spent more time with nvim will have another opinion but it doesn't seem like I really need to memorize hundreds of arbitrary shortcuts because my unconscious brain worked with that with muscle memory. It doesn't seem to equally be the same than memorizing a hundred words in another language. It's all about getting your hands used to it until you become more efficient I think.. I may be talking out of my ass since 4 months it's not too much experience but I can't go back to normal editing anymore. I'm ok with people who use vscode, I used to use vscodium with a vim plugin and it's relatively similar. The reason why I ended up using nvim was because it was faster in my slow computer.

    • @stephenkolostyak4087
      @stephenkolostyak4087 Рік тому +1

      I still remember those phone numbers after decades of not using them. I don't remember the names of people in my office after weeks of seeing them daily.

    • @ameer6168
      @ameer6168 Рік тому +4

      It's like learning those Shortcuts which you are gonna use for your next 30-40 years
      So it's worth it

    • @ChrisCox-wv7oo
      @ChrisCox-wv7oo Рік тому +5

      Regardless of what editor you use... if you don't use shortcuts you're guaranteed slow af

    • @Mallchad
      @Mallchad 11 місяців тому +1

      it's just something you get used to
      you use basic arrow keys and word navigation and deleting and you just learn new commands over time
      before you know it you have hundreds of commands memorized

  • @alexaneals8194
    @alexaneals8194 Рік тому +2

    I use vi for bash scripting. It's a great text editor for the command line. On Windows machines, I tend to use notepad++ for writing scripts. The IDE that I use depends on the coding language or the database that I am working with.

  • @mplovecraft
    @mplovecraft Рік тому +2

    I learned on Borland's C++ editor for MS-DOS and it's served me well. Don't see why I should try something else.

  • @ElephantHannibal
    @ElephantHannibal Місяць тому

    Holy shit that smooth voice when you said, sit down caught me completely off guard. :D

  • @jahndo
    @jahndo 9 місяців тому +1

    I prefer minimalistic ide's. I like to have a button to compile and run, i like to have breakpoints. I like to have a filetree. That's all i need

  • @zeocamo
    @zeocamo Рік тому +4

    gen X here, i live Neovim, it is the best, this has nothing to do with Gen X Prime

  • @CaptainWumbo
    @CaptainWumbo Рік тому +2

    I switched to vim from sublime about 8 years ago and it was basically just because of handpain. Holding modifier keys for everything sucks.
    I've used IDEs here and there at work when it was the only realistic workflow for running code but I typically wrote the actual code in vim. I don't mind using something graphical for debugging, it's not a big deal to use more than one code editor. For ages I had emacs running just for my org mode file for tracking issues and contracting hours. Obviously with a vim plugin in both cases.

  • @u9vata
    @u9vata Рік тому +24

    One of other untold benefits of vim is that if you code in vim - instead of meeting more of these kind of dumb people, you meet more kind of smart ones haha :D
    It will be crazy to say, but when I was part of the HR process on the technical side, seeing a guy or girl use vim was HUGE plus. Not a win for sure, just it is like university - you know the person has at least basic skills and interest and such in computing and yes you can have the same "also as hobby" thing otherwise and I hired people otherwise, but its one of the indicators.

    • @u9vata
      @u9vata Рік тому +1

      PS.: I did deploy from IDE and I hate that kind of project setup... its the worts thing and one of the first things I do is try to make itt buildable from command line whenever I see that shit..

    • @BeefIngot
      @BeefIngot Рік тому

      It's absurd you think using an esoteric code editor is something to pick candidates over.
      How do you not realize you're in a weird cult at that point?

    • @crypticsailor
      @crypticsailor 10 місяців тому

      You do know whatever deploys from IDE is just running a command? Have you been coding for 1 year at work?

    • @u9vata
      @u9vata 10 місяців тому

      @@crypticsailor No its not true that whatever deploys from an IDE is just running a command. It is not always just A command, but sometimes (maybe you haven't worked long enough to see this?) half of the build process is described by the gui and half by commands so its not always the case that the build tool just generates input for the CLI build... How you can imagine this is that there are many maven files and they never do anything alone so lets say an eclipse build plugin that used some kind of graphs of maven files is the one that drives the individual ones.
      Do I prefer maybe just a simple bigger maven or even a shell script to this hell? Yes. But the stuff was in this propriatery gui build editor shit and I had to decypher all the 30-40 steps of putting together plugins and stuff. So in order to make that script (or make a bigger maven that "calls" these or has them or whatever) would take me go through the xml or binary files of this plugin and copy the gui-only defined steps...
      Similarily I have seen people with jenkins setups for CI where they not only just call a single shell script or maven or whatever proper thing - but describe the steps in jenkins gui and buttons for example. I also dislike this way of doing things - but that does not mean other people also always dislike it.
      Whenever this happens, you can decypher this shit for sure if you really want - but sometimes there are other things to do and just do not worth the first effort on the named project because there are literally worse things elsewhere. So TL;DR is that you are not right in that "its just running a command" because sometimes literally the PROCESS is described in these gui things in ways that mix together a lot of commandline steps and instead of having a single commandline equivalent (like calling msbuild on the whole) its often not working without its editor plugin (ofc you can write a parser that parses their shit propriately xml that the gui build plugin tool generated but no one did that).
      In what you are right is that "you can make it build from command line" - but my point is that I know when it was too much effort because lets say I am on the given project for how much? Two days or a week? Have a clear task and not to decypher their bad build practices they payed me.... You get it?

    • @crypticsailor
      @crypticsailor 10 місяців тому

      @@u9vata I got what you're saying but you're still not correct because you're describing the exception vs the norm. Even for gui tools they're usually packaging something very simple and you can usually see all the commands it's spawning in your terminal view for the servers. If you need gui tools yes that's the benefit of a gui + extensions but you likely can find the same on sublime etc. More often than not you'll see it's pretty simple to automate the part you need on your workflow since you're usually given every command it uses. But if you don't prefer that then essentially you prefer an IDE or VIM. And there's nothing wrong with that.

  • @apresthus87
    @apresthus87 Рік тому +18

    I like Emacs (with EVIL mode) or neovim for web dev (although i'm not effective in it yet) but whenever I work on my C side project I really miss an IDE just because of the debugger and the additional tools available to me. For web dev you can't debug in the same way so there is less of a need for that suite of tools imo

    • @gagagero
      @gagagero Рік тому +5

      Emacs has GUD, which provides GDB integration.

    • @T0m1s
      @T0m1s Рік тому

      ​@@gagagero- GDB? Is this the 60s?

    • @0oShwavyo0
      @0oShwavyo0 Рік тому +4

      The DAP plug-in (I believe it’s part of the LSP mode package) is actually pretty sweet. Docs are decent at helping with installation, and once it’s up and running I can run different debug templates, save and create my own per project, etc. It’s probably a little more ready out of the box for a C project, I was getting it set up for a rails project and that was a little too finicky for my tastes, but it works great for non-web stuff in my experience.

    • @gagagero
      @gagagero Рік тому +24

      @@T0m1s What do you think your fancy "integrated debugger" uses? Besides, GUD is an integrated debugger.

    • @gagagero
      @gagagero Рік тому

      @@0oShwavyo0 dap-mode is separate and in beta.

  • @harleyspeedthrust4013
    @harleyspeedthrust4013 Рік тому +1

    I started using vim professionally because my work machine did not have enough memory to run vscode on top of the servers I was working on. I don't hate vscode, I still like it; I just couldn't use it. Now I use vim on my personal machine because I prefer it. Vim shouldn't die; I don't know where I would be without it. I would have been editing files in notepad or having to tell my boss that I can't work on the project because my laptop is crippled.

  • @niko-pp
    @niko-pp Рік тому +12

    I'm probably just not at that level yet but I never write enough code in one go so that vim feels worth using. I have neovim installed and it's really cool, it feels so smooth and looks sexy, but I'm switching between my files, projects, branches, browser and other windows so often, I'm using my mouse anyways. I also do so much copy pasting that I might as well stick to vs code and let the GUI help me.

    • @joelpww
      @joelpww Рік тому +2

      I do all of that and also don't use Vim or Neovim but i find my keyboard is fine. I mean alt tabs, win key and vs code menus and shortcuts make nagivation so easy and fast

    • @FlanPoirot
      @FlanPoirot Рік тому +1

      once u have neovim setup switching between files and projects is a non issue
      also I don't see how constant copy pasting is an argument, u can copy paste in neovim the same way as in anywhere else, u can even make neovim use ur system's clipboard instead of its own (but I personally like the separation)
      there really is nothing that u can do in a gui that u can't do in vim or with the aid of a command line tool
      but the biggest thing for vim for me are the motions, if u get a vim emulation extension and change some of the default keybinds of the editor so u can do all ur text editing and completion previewing without leaving the keyboard u'll be pretty close to the vim experience
      once u adopt the shortcuts mindset you'll find urself navigating ur system way faster and more efficiently. it's the same way as trying to leverage ur tools as much as possible really. if u can use globbing, shortcuts, little utilities etc, ur life will be much easier in the end
      but it does incur a steeper learning curve than just clicking around ig, but it's just a matter of getting exposed to it often enough

    • @tropicaljupiter
      @tropicaljupiter Рік тому +3

      Neovim is not meaningfully faster than vscode. Whatever you learn to use is going to be what you like. Both have extensions and customizability. It really doesn’t matter. It’s 90% memes and 10% idiots who think it matters.

    • @0oShwavyo0
      @0oShwavyo0 Рік тому

      eMacs has a in it so you’ll never have to leave! Start using the built in shell and you’ll get trapped forever!
      Jokes aside, there are answers for all of these gripes if you really _want_ to get into it, but vim emulation plugins are everywhere now so you can also probably take the approach of using your current tools but adding better keyboard oriented workflows. I switched from Jetbrains to EMacs this year and have been loving it, but I just as easily could have done more research on keyboard shortcuts and gotten used to ideavim and I probably would have been happy. I mostly started getting into eMacs and then really liked the open source ideology behind it so I stuck with it until it felt comfortable.

  • @karolpieknik9781
    @karolpieknik9781 Місяць тому

    I am not even a developer, and Vim (with the Goyo plugin) is still my go-to tool for writing essays, articles, notes, or anything really, despite having so many word processors to choose from. It is just that good.

  • @scottb4029
    @scottb4029 Рік тому +1

    Sun Tzu - 'If you wait by the river long enough, the bodies of your enemies will float by.'

  • @jongxina3595
    @jongxina3595 Рік тому +7

    I use helix btw

    • @theherk
      @theherk Рік тому

      It is so good. I am really excited for the plugin system, and suspect it will take of like a rocket when that is available.

  • @helbertgascon
    @helbertgascon Рік тому +1

    I use vim for system admin tasks and coding shell scripts.
    For other programming I use vscode. I'm planning to transition to helix editor soon when the QOL functionalities are better.

  • @alexhunter8700
    @alexhunter8700 Рік тому +5

    Does anybody know how he did that on 1:00 ? I mean highlighted everything pressable on the page so it can be interacted with key strokes? What browser and what shortcut?

  • @KirbyKlein6
    @KirbyKlein6 Рік тому

    I love that fact that one can sit at any Unix terminal and have Vi ready. That's awesome.

  • @zirize
    @zirize Рік тому +4

    I mainly work in remote environments. Other than Vim, there isn't a decent text editor that I can use.

    • @theherk
      @theherk Рік тому

      I'm not proselyting, but tramp mode is a godsend for remote work.

    • @zirize
      @zirize Рік тому

      @@theherk Haha Good humor! Due to company policy, transferring files to a local device is prohibited. We are using tmux+vim within an ssh client.

    • @theherk
      @theherk Рік тому +1

      @@zirize in either case, what you have displayed is in fact on your local machine even if only in memory, and in both cases you're editing over ssh.

  • @grihabor
    @grihabor Рік тому +2

    The article is trash, I'm 26 and I'm learning to use neovim. I feel it's a huge step forward, not backward

  • @TheGreyshack
    @TheGreyshack Рік тому +3

    the issue with vim is how much time it takes to set up and learn how to set it up, for a beginner that's very difficult to overcome. IDEs come preconfigured and there isnt much that needs to be changed to have all the features you need

    • @Mallchad
      @Mallchad 11 місяців тому +1

      I wish
      IDEs need to be setup again for every new project and most of them only come with one or two languages built in

  • @thisbridgehascables
    @thisbridgehascables 9 місяців тому

    Actually started messing with neovim. As a developer I can see the benefits of having a code editor in the terminal, way better dealing with files , looking at logs, if you need to go in and make some minor code change remotely through SSH, which I do a lot through servers on AWS. Even crazier, might look into putting together a Linux machine in my home office..

  • @raul_ribeiro_bonifacio
    @raul_ribeiro_bonifacio Рік тому +4

    I use vim keybindings to make people angry.

    • @theobserver_
      @theobserver_ Рік тому +1

      finally - honest comment/opinion on why it is important

  • @totally_not_a_bot
    @totally_not_a_bot Рік тому +2

    I voluntarily learned enough vim to get things done a number of years ago. It's okay. Neovim has better defaults and autoindenting. I'm currently giving emacs a try, and it's also alright, although I can't figure out how to set the equivalent of expandtab. Both are worlds better than having to use my mouse for everything.

  • @KikoJuarez
    @KikoJuarez Рік тому +15

    I'm not a programmer at all, but I have found neovim to be the best absolute tool for everything writing related. And the article missed a very important point too, which is the sheer extensibility of both neovim and emacs. It's never a question of "is this possible?" is rather a question of "how is this done?", and that, if you don't go down the rabbit hole of configuring your editor, is what gives you speed, as a consequence.

  • @johngagon
    @johngagon Рік тому +1

    Modern IDEs are emacs based: How many operations are Ctrl-[char] based in both? I want to see an editor competition with all "find yank move" speed, file system speed, unique features, etc

  • @driedurchin
    @driedurchin Рік тому +4

    As someone who uses jetbrains products with their vim plugin, AND neovim extensively, what draws people to use only vim? What do you do with it that you can't do in the IDE? I personally use vim for editing miscellaneous files and use jetbrains IDEs when I'm gonna sit in one project for hours.

    • @ThePandaGuitar
      @ThePandaGuitar Рік тому +2

      Same here I use both JetBrains and neovim and I only use neovim for quickly editing single files which I guess is its original purpose anyways.

    • @driedurchin
      @driedurchin Рік тому +1

      I guess a clearer way to phrase my question is why turn Vim into an IDE when you can turn an IDE into Vim? (I guess other than cost, but my work pays for the license).

    • @okuno54
      @okuno54 9 місяців тому

      I'll answer with a question: why not? Or why the other way?
      I used Sublime for development for a long time, and vim for little edit for almost the same amount of time. When I finally got around to customizing stuff, I found vim to be easier to work with. So, I started using vim more, until it became my daily driver. If you found it easier to go the other way then cool, it doesn't really matter.
      If there's one place you might see a difference, it might be that vim will still work without a display manager. In my decade+ of mucking with linux, that's happened like once, really, so the situation is not a serious threat to IDEs. Hmm, that said, as I learn to use vim's filter command more, I might find that my entire cli knowledge can be leveraged with vim: who needs plugins when you can just fork+exec, y'know? We'll see 🤷

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

      I know this is old but without the IDE you don't have any of the bloat. If you could get the exact same developer experience that you do now but everything is faster is that better? Now couple that with a much faster workflow with navigation and it's just hands down better in all ways. It just takes forever to learn lol.

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

      @@WillTilton I know for a fact I can't get the same developer experience, because I've lived in vim for years. Also, you mention "faster", but vim is only faster to open. Once I'm in my idea the speed is identical. You also mention navigation, which I also get in my IDE, using native vim motions.

  • @varto775
    @varto775 Рік тому +2

    What I find funny is that devs in the 80s who used vi now use visual studio. But new devs use vim.

    • @theobserver_
      @theobserver_ Рік тому +1

      it's all about "cool code bro" attitude... in 90% of case has nothing to do with productivity...
      ...tbh... this guy made a video - he could have spent coding with ide instead of making this video... Any serious company nowadays uses IDE, that's just it

  • @osquigene
    @osquigene Рік тому +5

    I dont get how the "being fast" argument about an ide works. My execution never is the issue, most of my time spend on an ide is reading code (maybe 80% of the time), then navigating through files (10%), writing a bit of code/documentation (9%) and finally interacting with my mouse and keyboard to execute all bunch of actions to allow all of the above (1% not including typing code ofc). So if you tell me an ide has better shortcuts, at best i can save 1% of my time. To me an ide is mostly there to save time by preventing you from making mistakes (linting/auto completion, syntax highlighting, ...).

  • @rdubb77
    @rdubb77 Рік тому

    Oh baby you’re the most willing editor 😂

  • @nuttygold5952
    @nuttygold5952 Рік тому +3

    vim, vi, or emacs is/was designed to run on much lower powered hardware and has engineers/maintainers which have a high bar when it comes to this. Modern IDEs do not, the reason people choose vim, vi, or emacs is because of the quick ux and modular foundation, modern IDEs do not share this concern so they are typically slow in comparison... I hope one day we have an IDE which is quick and takes full advantage of the modern hardware it is running on rather than using it wastefully.

    • @BeefIngot
      @BeefIngot Рік тому +2

      This in my opinion is a super bad take.
      Who cares? We have so much ram now you can run this on a got damn raspberry pi. Oh no, my 300ms load!!!

    • @nuttygold5952
      @nuttygold5952 Рік тому

      Whats bad about the take, this is just counting? I never said I didn't use an IDE for this reason?
      To recap what I said, because obviously it was not clear.
      1. Editors concerned are stripped down were built at a time where performance mattered so by default they are pretty quick.
      2. In comparison to moderns IDEs they are slow because of this reason, because they are doing more work by default.
      3. Personal opinion (thats why I said, hopefully one day) modern IDEs will take advantage of the hardware they are on.

  • @salvatoreshiggerino6810
    @salvatoreshiggerino6810 2 місяці тому

    I can't hear "willing" anymore without thinking of McMurphy in One Flew Over the Cuckoo's Nest.

  • @brentsteyn6671
    @brentsteyn6671 Рік тому +3

    I have been using Jetbrians ide's for 5 years and I'm switching over to neovim and a lot of neovim plug-ins. With arch Linux and windows tailing manager, it is f*king amazing having everything at the tips of your thingers. I feel like a top tier Star Craft 2 player like a pianist playing in the International Tchaikovsky Competition.

  • @wingedpanther73
    @wingedpanther73 Рік тому +1

    I code in Delphi a lot. I spend half my time writing the code on text editors (geany, kate, jEdit) instead of Delphi, because they have features that let me work with the code more easily. I treat Delphi as the GUI designer and compiler.

    • @mkwpaul
      @mkwpaul Рік тому

      At my job we have a huge mountain of legacy Delphi code. Stuck on a version of Delphi from the 90s. Since its so old you need to manually install it as-well since it doesn't officially run on anything thats more modern than windows xp.
      And nothing is a greater pain than using that piece of shit IDE for anything. It's buggy, slow and has a worse editing experience than fucking notepad. You can't even use the mouse-wheel to scroll without work-arounds.
      And you can bet your ass that as soon as I learned to love vim that it was reduced to a GUI-Editor, debugger and compiler. I think I could theorhetically use the compiler from the CLI aswell but I'd need to invest a bit more time to figure out how to get the project to build correctly.
      Thankfully I don't need to touch the legacy delphi code that often.

  • @BeefIngot
    @BeefIngot Рік тому +7

    I see this channel has a certain bias (neo I'm peeps are more likely here), so I'm gunna be the guy to say I prefer vscode vastly. I don't want to think about shortcuts, memorizing a bunch of useless things. It's literally something I'd be learning that I don't want to, because I'd be forced to.
    Meanwhile with vscode, you get literally all the same functionality and I can memorize only the shortcuts that actually are useful and speed things up.
    I never have understood the hate of GUI.
    Its simply objectively faster for tasks you do occasionally because no one will remember commands they don't use all that often. This GUI saves you many searches and let's you stay in the same mindset without losing your train of thought.
    As for it being slow, I dint get this argument. When I'm working on a project it takes like a second to load and then it just stays open.
    "Oh but file switching is slow" not really. Ctrl+p and a few letters of the file you want then enter and you're there. Neo I'm has no advantage there.
    So really I see neovim people with this annoying supiriority complex and elitism, and it's so obnoxious. Ok, I get it, you like your esoteric tool, cool. Stop scrapping on me because I like something different. Notice how many more hot takes you notice pro vim. VSCODE people don't tie their identities to the editor. It's just a good robust tool that is comfy, extensible and gets the job done.
    To be clear, for some folks that's true of neovim too, I'm just identifying the difference between the almost religious attitude of neovim users vs vscode users.
    Its like they enjoy the fact that you have to know the secret handshake to actually be useful with neovim.

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

      No objections to people using VS Code (and use it myself quite often). But not sure I always think a GUI is that much better for discovering things I seldom use. Things hidden in some submenu so that I still have to open a web browser, and it breaks my flow anyway.
      And GUI:s often require me to reach for my mouse, which is always a bad thing of course. ;) (not using any plugins to control my web browser so had to click the reply button here - hopefully I'll survive)
      But VS Code is quite nice. It feels like it slows down a bit for me sometimes - probably some non-optimized plugin.
      (Not sure I had much of a point, more than that I don't think GUIs are always that amazing for discoverability of functions)

    • @heetgorakhiya2242
      @heetgorakhiya2242 Місяць тому

      ​@@tubeincompetencecan you share some cases where discoverability is better with terminal and not GUI?

    • @tubeincompetence
      @tubeincompetence Місяць тому

      @@heetgorakhiya2242 My claim was that I do not always find GUI discoverability that much better. But not uncommon to find settings hidden far down in a submenu somewhere and looking for help they moved that option around so the guide is now just incorrect. That _feels_ less common with cli applications
      But of course it's usually quite different programs as well, so not fully comparable between a program with GUI and a CLI program.

  • @tommyholmberg
    @tommyholmberg Рік тому +1

    Even though the author don't know that vscode use a lsp, he's still got a point. It's much easier to use vscode autocompletion than vim.

    • @BeefIngot
      @BeefIngot Рік тому

      the author didn't even necessarily lack that knowledge. Prime was just being a semantics steve

  • @MrAlanCristhian
    @MrAlanCristhian Рік тому +4

    I use nano editor 💪

  • @evg3nius
    @evg3nius 10 місяців тому +1

    Streamers asking viewers to reassure their takes will never get old 😆

  • @leshommesdupilly
    @leshommesdupilly Рік тому +4

    I use paper

    • @distant6606
      @distant6606 Рік тому

      gigachad

    • @nonconsensualopinion
      @nonconsensualopinion Рік тому

      Seriously though, I was writing notes on paper at work and people were stopping to comment on it because it seemed so odd to them.

  • @juliuskoskela452
    @juliuskoskela452 Рік тому

    I checked who the wrires were:
    "Ryan Donovan helps run editorial for the Stack Overflow blog. He's spend over 15 years as a technical writer embedded in software development teams across multiple industries. He lives in New York City and hopes to meet your dog some day."
    "John Biggs is an entrepreneur, consultant, writer, and maker. He spent fifteen years as an editor for Gizmodo, CrunchGear, and TechCrunch and has a deep background in hardware startups, 3D printing, and blockchain."
    Neither seems to be a programmer. They are "tech writers". I think that's enough said... :D

    • @theobserver_
      @theobserver_ Рік тому

      why do you think this guy is a programmer? No serious programmer, who worked in top 100 IT companies, would come up and say: I use vim, because it's best. He/she would know that these companies have either their own tools, or 3rd party licences, but not VIMs...
      if you advertise VIM on a youtube, which has THAT many views - I can guarantee - you are not "programmer" yourself - as in - most likely you have learned all these things from youtube yourself and you learned that there is a way better way to earn money than 9-to-5 in a tech company

  • @leshommesdupilly
    @leshommesdupilly Рік тому +3

    I use vim because I don't know how to exit and am stuck :(

  • @Tobarja
    @Tobarja Рік тому

    I just had a little tear appear when I saw the vimium shortcuts light up.

  • @boot-strapper
    @boot-strapper Рік тому +6

    The real reason is that people love to memorize 1000 shortcuts so they can feel superior to others.

    • @samgould8567
      @samgould8567 Рік тому +1

      Yes, and people learn to touch type due to the same superiority complex. Looking at the keyboard while typing is obviously just as efficient, especially when you factor in how much a mouse can do for you these days. Muscle memory is highly overrated. /s

    • @boot-strapper
      @boot-strapper Рік тому

      @@samgould8567 hey man, fill your limited brain space with as much borderline useless stuff as you want, idc.

    • @theobserver_
      @theobserver_ Рік тому

      or create monetized video to monetize others, who actually think they are superior by using one thing or another

    • @КириллЗарипов-м9б
      @КириллЗарипов-м9б Рік тому

      @@samgould8567 Hyperbole doesn't make your argument valid. Anyway, after typing a lot, the keys themselves are remembered and you can switch to touch typing. But you have to learn all these complex and meaningless shortcuts in order to use the editor. Most of the time is spent thinking about code rather than writing it.

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

    Spilled water all over my setup while watching this vid, my PC, mouse and monitors still work but my keyboard keeps saying ASDFGHJKLJJÄÄÄÖÖÄÖ---AAAAAAAAAAAAAAAA, thank you for being a part of this incident