Vim vs Emacs | Prime Reacts

  Рет қаралды 129,489

ThePrimeTime

ThePrimeTime

Жыл бұрын

Recorded live on twitch, GET IN
/ theprimeagen
Original: • Video
Author: / @kernelpanic_official
MY MAIN YT CHANNEL: Has well edited engineering videos
/ theprimeagen
Discord
/ discord
Have something for me to read or react to?: / theprimeagenreact

Пікірлер: 362
@farqueueman
@farqueueman Жыл бұрын
I use VimMacs... to quit I type: SHIFT+ZQ+C-x C-c... which is the opposite of BLAZINGLY FAST! ♥
@xpusostomos
@xpusostomos 6 ай бұрын
One does not exit Emacs until there is a power failure
@kaan5290
@kaan5290 4 ай бұрын
​@@xpusostomos😂
@oscarhagman8247
@oscarhagman8247 Жыл бұрын
the gandalf image is real, it was taken off scene when Ian was just checking his computer while still in his costume
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
i love this
@gandalf1783
@gandalf1783 Жыл бұрын
Yep, I had to check my mails real quick...
@Endelin
@Endelin Жыл бұрын
I was thinking no way that macbook was out when they made LOTR, but then I remembered Gandalf was in the Hobbit movies too...
@joshuatye1027
@joshuatye1027 Жыл бұрын
@@Endelin dude that was dumbledore
@Endelin
@Endelin Жыл бұрын
@@joshuatye1027 You're right. I'm the Dumblemore.
@ryandls2592
@ryandls2592 Жыл бұрын
Emacs with vim keybindings is the real way to go. I can have the same keybings to navigate the terminal, my text editor, my PDFs, my notes, and my to do list. They are all in the same window and i can hide them without having to close and reopen a whole bunch of applications.
@xpusostomos
@xpusostomos 6 ай бұрын
How would you not get that with Emacs bindings?
@DestopLine
@DestopLine 10 күн бұрын
That sounds like a tiling window manager with extra steps
@pbnjdev
@pbnjdev Жыл бұрын
As an experienced vim user, I prefer the integrated terminal (:terminal) over shelling out (:!) for most use-cases for 2 main reasons: 1. doesn't block vim like `:!cmd` does (I know I can start a split tmux pane or new terminal window to run commands, but this leads to #2) 2. it allows me to take advantage of Vim's built-in completion suggestion engine (insert mode ) to complete a word from another (integrated terminal) buffer. So, I would run tests/linters/compilers via file watchers, or any arbitrary command in a split terminal buffer and get all the completion goodness I come to expect from Vim. This gets me to about 80-90% of my needs for an LSP without the downsides of LSPs.
@callyral
@callyral 5 ай бұрын
i just use a separate terminal window
@kenneth_mata
@kenneth_mata Жыл бұрын
There are terminal alternatives for many of the GUI options (not different font sizes or images or doom) but plenty of the other options are covered, if you are jumping on a server remotely, you can do that using emacs built-in tramp so that you can use your configured editor.
@Toradoshi12
@Toradoshi12 Жыл бұрын
I had a professor in college that lost a hand in a logging accident. He's an avid emacs evangelist for the sole reason he can still write code fast one handed.
@mattmurphy7030
@mattmurphy7030 Жыл бұрын
The idea of writing code one handed gives me a huge amount of anxiety
@wkingston1248
@wkingston1248 Жыл бұрын
Another log4j victim rip.
@gagagero
@gagagero Жыл бұрын
I've also heard glowing reviews about Emacspeak being the only good way to use Linux when blind.
@Oziq
@Oziq Жыл бұрын
​@@wkingston1248😂😂😂😂
@uuu12343
@uuu12343 10 ай бұрын
How the fuck does he perform emacs operations with just one hand I cant imagine the emacs pinky (+ index finger, thumb, ring finger, middle finger)
@ColinFox
@ColinFox 3 ай бұрын
I'm a happy vim user, and got into neovim because of you Prime. What got me into neovim & plugins is watching how fast you could move around doing stuff. I've been using vim for a couple of decades, but stupidly never really got past the basic vim motions, and never did any real customization or plugins. I got into vscode, and installed vim motions, and was happy, but the constant having to grab the mouse for things was getting in the way of my flow state. I realized that I don't need the fancy graphics, windows or other nonsense. When I am deep in "code brain", I'm just thinking in text anyway, so watching you use the plugins and how fast you could do stuff that I could do in vs code but a lot slower got me to try the neovim way, and this is now where I live. So I would say to programmers that when considering another editor, watch an experienced user do their thing in that editor, and if it looks faster/more powerful/more enjoyable than yours, then consider switching. I have no need to switch from neovim now. Maybe something will appear in the future, but I honestly see using vim motions until I die.
@jangtehbo
@jangtehbo Жыл бұрын
When you were searching for the meme I kept thinking about "Silly Hats Only" but I'm glad you found the right one
@BosonCollider
@BosonCollider Жыл бұрын
Helix is nice because it is very good out of the box (treesitter based commands are amazing) and runs in the command line, so it is very easy to add to a dev container or to run in any environment that you want to to access. The downside of it is that kakoune-style keybinds will mess with your vim muscle memory
@MyAmazingUsername
@MyAmazingUsername Жыл бұрын
I would not be surprised if kaklune keybinds are much better than Vim.
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
they are not better than vim binds there are a bunch of things that are equal, few that are more efficient, more than few that are less efficient
@pythonBlender7
@pythonBlender7 Жыл бұрын
I started in helix and moved to neovim it was simply too clunky to me moment to moment
@0oShwavyo0
@0oShwavyo0 Жыл бұрын
@@MyAmazingUsername even if it would be better after getting used to it, I find it really annoying that it is the reverse of vim essentially because I am more likely to be forced to use vim at some point and then it sucks to be in the habit of doing selection -> action instead of action -> selection. I even really dig the philosophy it’s just not worth the struggle when I find myself forced to vim it up again.
@jesusmgw
@jesusmgw Жыл бұрын
@@MyAmazingUsername they are objectively better just because of the much better consistency. for example gg and ge vs gg and G
@ldmnyblzs
@ldmnyblzs Жыл бұрын
I built muscle memory for Emacs keybindings, and love that a bunch of them work in Bash too. I rage quit vimtutor once however.
@xpusostomos
@xpusostomos 6 ай бұрын
To be fair... You can change bash to vi mode
@Nicolas-qe1ef
@Nicolas-qe1ef Жыл бұрын
Gandalf was just shitposting on 4chan in that image, a true wizard
@DeusinMachina
@DeusinMachina Жыл бұрын
I'm an Emacs User but I understand the appeal of Vim. There is no question that Elisp is a better language than Vimscript, but with Neovim's switch to Lua, I think that argument is no longer cut and dry. Vim is definitely still snappier than Emacs, but Emacs is still lightning fast compared to today's software. And with Elisp being compiled in version 28.0 of Emacs it's even faster now. And if you run Emacs as a daemon it launches just as fast as Vim. With that being said, I really do think that Emacs is a lot more than just a text editor and using it as such is really underutilizing it. And if all's you need is to edit code it can be a bit overwhelming. But there is a certain magic to that kitchen sink mentality that it has that leads to videos like this kzbin.info/www/bejne/fKXMlnWZaLCjqrc (Emacs for Writers) which is a Writer talking about their journey to discovering Emacs for their writing process.
@Imaltont
@Imaltont Жыл бұрын
> Elisp being compiled in version 28.0 of Emacs it's even faster now. And in 29 it gets even better, especially when it comes to long lines as well as treesitter making the syntax highlighting much snappier in larger files. > And if you run Emacs as a daemon it launches just as fast as Vim From my experience, it's even faster than launching vim, as there is some overhead to loading plugins in vim too. I do think Vim is the better experience out of the box though, as all you really need is a context aware completion engine and syntax highlighting before you're good to go with great completion and amazing navigation, and while Evil is good, it's still missing some stuff to just be a drop in replacement for using Vim but with Elisp. You can get a lot of the same experience working on and navigating stuff in Emacs as in Vim, but it requires some work and knowledge of Emacs anyway.
@tkg__
@tkg__ Жыл бұрын
@@Imaltont many people lazy-load their neovim plugins now using package managers like lazy.nvim these days, so less and less plugins are actually loaded on start.
@apestogetherstrong341
@apestogetherstrong341 8 ай бұрын
​@@tkg__awesome, so vim users are finally getting the feature that was always there in emacs (autoloads), but only now, and only as plugins?
@ivymuncher
@ivymuncher 8 ай бұрын
@@tkg__ adding to this point, you can now connect to neovim remotely! just have a session on at startup and wam bam waduwapam you got in instantly
@xpusostomos
@xpusostomos 6 ай бұрын
I don't know anything about Lua, but nothing is better than lisp. As far as startup, yes it's blindly fast on today's hardware, but if you're desperate for small and fast, there's mg ... Micro Gnu Emacs.. good if you want to install one binary and get minimal Emacs on a server
@Beastintheomlet
@Beastintheomlet Жыл бұрын
I just came off of trying Neovim for a month. I like it but I’ve gone back to VScode simply for the Typescript error translator extension (I’m still learning Typescript) but I am using the VIM mode for VS Code now. I still use Neovim when writing Python or Rust.
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
very cool. i don't know this typecript error translator biz. sounds neet though
@kenneth_romero
@kenneth_romero Жыл бұрын
I did the same. Tried Nvim and doom emacs. switched back to vscode with vim emulation. Might stick to Doom Emacs, i love find-file.
@nobody535
@nobody535 Жыл бұрын
​@@ThePrimeTimeagen theo did a video on it
@gagagero
@gagagero Жыл бұрын
​@@kenneth_romero I'm pretty sure find-file is just a small dired buffer.
@jorios550
@jorios550 Жыл бұрын
I use Witchemacs because it has nice defaults, no layers and Marisa from Touhou in the splash screen.
@segueoyuri
@segueoyuri 3 ай бұрын
the Bill Burr energy is great lol Never heard of vim or emacs until yesterday (actually I had when having to edit some system file a bit ago and didn't knew how to leave - yes, true story), and realized vim does with one keystroke what I've been using the most effed up keyboard shortcuts only I seem to know computers do (like shift insert or ctrl arrow) with freaking sublime text (because dark mode in notepad++ is a nightmare) And there's a little dip in performance whenever you first adopt anything that'll give you a increase in performance. It's normal and expected. There's a curve.
@tkg__
@tkg__ Жыл бұрын
Some Helix keybindings are absolutely weird and inefficient, the lack of plugins is a dealbreaker for now, but I kind of dig the whole Selection -> Command thing.
@darshankumawat1764
@darshankumawat1764 9 ай бұрын
Can you elaborate which keybinds you're referring to?
@geryz7549
@geryz7549 Ай бұрын
Helix sacrifices speed for better mnemonics and being more internally consistent, e.g. gh and gl instead of 0 and $ - makes more sense, but it's more keypresses
@duncanw9901
@duncanw9901 Жыл бұрын
Emacs 4 life If I need a lightweight, portable editing experience, I use ed 🗿
@yjlom
@yjlom Жыл бұрын
?
@gagagero
@gagagero Жыл бұрын
​@@yjlom Ed is the standard text editor.
@yjlom
@yjlom Жыл бұрын
@@gagagero missed the joke possibly?
@xpusostomos
@xpusostomos 6 ай бұрын
For light weight try mg ... Micro Gnu emacs
@laughingvampire7555
@laughingvampire7555 9 ай бұрын
you can embed opengl output in emacs, that is how you get Doom running in it.
@Dev-HK
@Dev-HK Жыл бұрын
also a question @ThePrimeTime, for someone learning the web do you recommend learning things as if it's in the 00's and like trying to figure out each layer from application to network and what's happening under the hood
@chindianajones3742
@chindianajones3742 5 ай бұрын
Learning the basics of the OSI model and the TCP/IP model is invaluable knowledge. However, for web developers, all knowledge below the application layer (in tcp/ip model) or below the session layer (in osi model) is somewhat useless. The details of the physical/link layer, the network layer, and the transport layer are much more important for network engineers and IT operations professionals to master. This is one of the beautiful things about modern computer networking -- its modularity and abstraction (TCP needs no knowledge of Http to work). That said, the more you learn about web technologies the more you will understand about networking as a whole, by virtue of proximal technologies, so dont worry about the networking stuff too much, you will pick it up as you learn.
@gonzajuarez4918
@gonzajuarez4918 Жыл бұрын
then there's me using and liking both. It does take a few minutes for the muscle memory to kick-in when switching
@luisvictoria
@luisvictoria 9 ай бұрын
Why did you switch from Doom Emacs back to Vim? I just started using it about a week ago and I’m really liking Magit and org mode. What’s better about Neovim that made you switch back? For me, Vim was all about its keybindings and Doom Emacs has that so I don’t know what I’m missing.
@AzerAnimations
@AzerAnimations Жыл бұрын
Emacs users rise up!
@romangeneral23
@romangeneral23 10 ай бұрын
Emacs is LIFE!!
@akojic5486
@akojic5486 3 ай бұрын
Living in Emacs is the way of life!
@Darksvnn78
@Darksvnn78 Жыл бұрын
I honestly just use vim cause I have more fun coding with it and can take the hand off the keyboard less often. I don't think it increases my productivity that much
@SimGunther
@SimGunther Жыл бұрын
The ultimate editor: cat + sed + semantic parsing programs + U*NIX pipelines That or you could just use TempleOS' text editor
@januszlepionko
@januszlepionko Жыл бұрын
Have you ever seen TECO?
@SimGunther
@SimGunther Жыл бұрын
​@@januszlepionko And then there's VW (1976 Vitulli, N.) Which is just...WOW!
@rajahaseeb8418
@rajahaseeb8418 Жыл бұрын
Paragraph jump is one ‘{‘, not two. It actually jumps to the next blank line.
@MaxHaydenChiz
@MaxHaydenChiz Жыл бұрын
Also, going purely by speed, when do we get to see Prime try to learn how to use Plover (open source stenography software) to write code? Yes this is real and yes people do use it to type code at 300wpm. This is only a half-joke. If I were young and less set in my ways, the ergonomics and substantially reduced hand motion adds so much physical longevity over typing with a keyboard that that I'd invest the time to learn it. Having at least double the typing speed for the rest of my life would be a nice side benefit.
@Anriuko
@Anriuko 5 ай бұрын
AFAIK stenography relies on dictionaries and the operator learning what each key combination resolves to. It's probably effective and manageable for advanced English vocabulary, but I don't see the benefits in programming context with gazillion different API's with different agglutinations of compound words to describe procedures, data types etc.. I would guess that word completion and context-sensitive semantic analysis as we have it now trump whatever enhancements to text input speed you might get with stenography.
@ducksies
@ducksies 6 ай бұрын
Richard Stallman actually uses Emacs in the TTY, and he only opens a graphical environment when he wants to use something graphical-only.
@xpusostomos
@xpusostomos 6 ай бұрын
That's pretty nuts, even for Stallman
@ducksies
@ducksies 6 ай бұрын
@@xpusostomos I was surprised too lol
@NotTheHeroStudios
@NotTheHeroStudios Жыл бұрын
That Nautro meme makes me really wanna pick up VIM again
@centdemeern1
@centdemeern1 Жыл бұрын
11:44 screw you, I like Helix.
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
Deez...
@centdemeern1
@centdemeern1 Жыл бұрын
@@ThePrimeTimeagen Your point was that one should try all of them, and I did! And I like Helix. Uh… deez nuts!
@gamerboy4566
@gamerboy4566 3 ай бұрын
Other than vim/neovim keybindings, I am yet to get past the initial hurdle of mastering package management, and buffer switching in neovim. I just don't quite understand the configuration file structure there like I do in emacs. I find package management so much easier in emacs. For little edits I always fire up vim but for anything requiring multiple file edits, I always end up using my trusty emacsclient.
@DaveBath
@DaveBath 9 ай бұрын
The old vi v emacs wars .... I was there Gandalf ... when we'd say emacs was a self-referential acronym for "emacs makes all computers slow" because it was "eight megabytes and constantly swapping". (back when 16 megabytes ram was a machine a small dev team would drool over). I felt perfectly ok slagging off emacs as I was an emacs user before meeting vi. There were actually commercial systems that came with emacs as the only editor (apart from line editors). Now, let's see how you folk go trying to use ed (or even ex, even ex with a decent .exinit file) for a couple of hours. If you know vi, you know ex ... kinda.
@xpusostomos
@xpusostomos 6 ай бұрын
At my first job sometimes the boss would drop in and do some hacking on my terminal to help out or prove something, and he'd always use ed. That was quite the experience.
@thunderbird3850
@thunderbird3850 Жыл бұрын
This video is right on time for me. I have been using doom emacs for 2 years now and it was great up until I ran into problems with the LSP integration. It just wouldn't work and make emacs hang all the time. I finally decided to try neovim and it works great. Still have some issues with the LSP in neovim as well but its fast enough to reload it so not much of a hassell. But I do miss some emacs features like org-mode and magit.
@mage3690
@mage3690 8 ай бұрын
So I just started using vim like 2 weeks ago. One, I haven't felt like I was stumbling around since like day 3 or so, and two, WHERE HAS THAT CREAT SHEET AT 4:43 BEEN ALL THIS TIME I COULD'VE REALLY USED THAT SHIT.
@michaelplaczek9385
@michaelplaczek9385 Ай бұрын
Church of Emacs or Cult of Vim
@n000d13s
@n000d13s Жыл бұрын
That kakashi meme is too funny. Prime is too old yo get it.
@carriagereturned3974
@carriagereturned3974 Жыл бұрын
evilmode in spacemacs/doomemacs - war is over
@michalbotor
@michalbotor 9 ай бұрын
how ide users debug their code: breakpoints, debug window, variable window, step over/into/out, pause/resume/restart how vim users debug their code: grep
@ludangupta8505
@ludangupta8505 Жыл бұрын
3:45 devaslife...? who is it
@DaveBath
@DaveBath 9 ай бұрын
If you move desks, ESPECIALLY if you move sites day by day, and ESPECIALLY ESPECIALLY if you need to visit sites that do not let you put any of your media near their machines or pull your files across the internet, then you can't have your emacs config with you. When you are called in to a site and you have half a day to get a job done ... are you going to use a vanilla emacs where all your muscle memory for your personalized emacs setup is not with you? Nope. So it's vi. Now, if you are stuck in a corner on the same physical keyboard, with the same $HOME, and you are going to stay there forever, then fiiiiiiiiiiine, go emacs to your hearts content - have some alt-control-meta-bucky-f5-shift-C macro that microwaves your pizza and walks your dog.
@xpusostomos
@xpusostomos 6 ай бұрын
I don't get how you could customise Emacs so heavily that your muscle memory is useless with plain Emacs. Also, even in a locked environment you can usually email yourself a configuration file
@vexsimp
@vexsimp Жыл бұрын
I love Emacs, but it absolutely SUCKS in Window$, nvim behaves miles better in Window$.
@gagagero
@gagagero Жыл бұрын
Yeah, even a "naked" Emacs takes like 3 seconds to start up in Windows while it's instant on Linux... But also, use Linux.
@vexsimp
@vexsimp Жыл бұрын
@@gagagero In my company, there is no choice, you MUST use a underpowered windows 10 machine, because they are afraid that if they are not spying on me every single second I'm working on something I'll leak the US nuclear codes.
@xpusostomos
@xpusostomos 6 ай бұрын
Huh, windows Emacs is perfectly fine, what's wrong with it?
@laughingvampire7555
@laughingvampire7555 9 ай бұрын
good take, people with hyperactivity feel great using vim speed, but they make so many mistakes do to the speed that they waste more time fixing all the mistakes because of it.
@MeriaDuck
@MeriaDuck Жыл бұрын
I cannot edit source code without vim like bindings or plugins anymore. In the nineties Emacs at my university was known as Eating Megabytes And Constantly Swapping 🤣
@xpusostomos
@xpusostomos 6 ай бұрын
In the days when megabytes mattered. Now they don't.
@mrraptorious8090
@mrraptorious8090 Жыл бұрын
I switched to vim motions about 5 days ago and it's so damn fun. Even now it just feels faster. thanks prime!
@ghosthunter0950
@ghosthunter0950 Жыл бұрын
The only issue is that now that I know speed reaching for the mouse fills me with anguish.
@kenneth_romero
@kenneth_romero Жыл бұрын
@@ghosthunter0950 i feel this whenever i have to use a gui file system from time to time for certain stuff
@AndersJackson
@AndersJackson 9 күн бұрын
Vim is just a "graphical" layer on top of ed(1). You should go for that. Emacs used the modern use way to use the Ctrl key and ESC key. While vi(1) (and vim etc) are just change between states that you have to remember. You should look at willy(1). That is actually expanding with whatever language you want to code in.
@manoelnt0
@manoelnt0 Жыл бұрын
Indeed it's love a flame war. Just use emacs.
@olaniyanayodele5986
@olaniyanayodele5986 Жыл бұрын
What's your distro primeagen?
@MaxHaydenChiz
@MaxHaydenChiz Жыл бұрын
Once upon a time, I was big into the whole Vim supremacy thing (having tried both it and Emacs). But then I installed Plan 9, learned structural regular expressions and mouse chording, and fell in love with Acme. Sadly, none of those discoveries and innovations made it into any modern-day editor. Vis is a terminal-based clone of Sam, but it doesn't have LSP support and all the rest of the things you'd need. VS Code, customizable though it may be, doesn't have hooks to support this stuff either. But I can speak from experience and say that a mouse can speed things up *if* the mouse commands are designed as thoroughly and thoughtfully as the Vim motions. Someone someday will probably rediscover Acme and make a cool modern thing inspired by it. Until then, I mostly use whatever the most popular set of tools are for the ecosystem I'm working in. But I'm holding out hope that Kakuone or Helix will get to the point where it'll be worth changing my muscle memory away from Vim bindings.
@coffeehousephilosopher7936
@coffeehousephilosopher7936 7 ай бұрын
If working with a company I rather use vim , if for my own projects either one is fine with me. I like terminal based tools and if I wanted to do other things then emacs would be put into consideration.
@barbaneigro
@barbaneigro Жыл бұрын
Any editor that does not require a mouse is fine for me. That said, I hate browsers. Vimium make it less painfull, tho.
@methanbreather
@methanbreather 27 күн бұрын
I have edited borked configs on half dead systems with just cat and sed. Because the alternative would have been vi(m).
@Dev-HK
@Dev-HK Жыл бұрын
I do use terminal in nvim :20 hsplit :terminal :)
@alpheusmadsen8485
@alpheusmadsen8485 Жыл бұрын
Ok, you piqued my curiosity: what is Helix? I just googled it, and while I might not try it any time soon, I am at least amused that it's related to Vim.
@xpusostomos
@xpusostomos 6 ай бұрын
An editor for rust fanatics
@EICDarkOrbitEIC
@EICDarkOrbitEIC Жыл бұрын
4:13 "redrawtime exceeded, syntax highlighting disabled"
@PixelOutlaw
@PixelOutlaw 11 ай бұрын
It's called Doom Emacs because you're Doomed to keep getting the wrong answers when asking for help with your hipster variant.
@catcatcatcatcatcatcatcatcatca
@catcatcatcatcatcatcatcatcatca Жыл бұрын
I can literally run two different instances of neovim with two different terminal emulators inside my emacs. I can even run emacs inside emacs and in that emacs change my config values so I can lanch an instance of TUI-emacs. Why would anyone want something simple and elegant instead of spending their days configuring emacs?
@cmelgarejo
@cmelgarejo Жыл бұрын
@ThePrimeTimeagen ToTK is the emcas of the Zelda games
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
ohhhhhhhh hbabe, i want that
@0oShwavyo0
@0oShwavyo0 Жыл бұрын
What does this even mean lmao
@samgould8567
@samgould8567 Жыл бұрын
That is soooo incredibly true. You are maybe the only other person in the entire world say what I’ve been thinking.
@cmelgarejo
@cmelgarejo Жыл бұрын
@@0oShwavyo0 you can build many things with the ultra hand system, thats why
@EnderMega
@EnderMega Жыл бұрын
1:10 The person who comment J-ASS, lmao.
@Plexdet
@Plexdet 4 ай бұрын
I learned python using terminal emacs while ssh’d into a university computer, in 2018…
@happsie1936
@happsie1936 Жыл бұрын
Just a question out of curiosity. Why not to use terminal emulators inside ide?
@gagagero
@gagagero Жыл бұрын
If I had to guess, it's "something something Unix philosophy something something".
@0oShwavyo0
@0oShwavyo0 Жыл бұрын
It’s not about fast terminal access, it’s because the IDE is slow. I don’t want to wait sometimes literally 1min+ for my project to load
@gagagero
@gagagero Жыл бұрын
@@0oShwavyo0 A GUI really doesn't slow anything down.
@0oShwavyo0
@0oShwavyo0 Жыл бұрын
@@gagagero I didn’t say it was cause of the GUI. I am comparing RubyMine to EMacs, so both are GUI apps but eMacs loads new projects much faster. Not saying there’s no reason for that, RubyMine definitely offers more features, but I find that what eMacs with LSP can do is more than enough for me and I don’t have to pay the extra loading time cost, so I can actually feel comfortable to close out of my project every now and again instead of dreading loading it up again lol
@xpusostomos
@xpusostomos 6 ай бұрын
The ide is aiming to help you avoid the terminal
@xpusostomos
@xpusostomos 6 ай бұрын
The age old battle is VI (pronounced vee eye) vs Emacs. If you have to resort to vim or neovim in the battle you've already lost.
@aztro8323
@aztro8323 Жыл бұрын
When the reaction is 3 times the length of the video
@T0m1s
@T0m1s Жыл бұрын
It's not just emacs users who customize their config file 10 times a day, that ritual is also performed by vim users. It starts with "who needs an IDE? I'll just use Vim", followed by "I'll just add a plugin to do X, Y, Z", followed by "my config file is 20k lines long", and in the end you have ... an IDE, but worse, because the plugins don't match the quality of a professional IDE. But at least you can hjkl or something.
@GreyDeathVaccine
@GreyDeathVaccine 9 ай бұрын
And who is responsible for adding that crappy plugins? 🙂
@T0m1s
@T0m1s 9 ай бұрын
​@@GreyDeathVaccine the person who said they don't need an IDE and then proceeded to build a crappy IDE out of vim.
@MasterSergius
@MasterSergius 7 ай бұрын
Epic battle, greater than Avengers vs Thanos
@SeanCallahan52
@SeanCallahan52 8 ай бұрын
And micro enters the chat
@DMWatchesYoutube
@DMWatchesYoutube Жыл бұрын
I use nvim because i have a few tty laptops and i don't want to have gui on them. Emacs is great but i can't be bothered to configure it and if i need to make changes and something goes wrong it pretty much crashes back to defaults, that suck unless i wrap everything with error catching.
@xpusostomos
@xpusostomos 6 ай бұрын
Why would you have to configure it if you don't want to?
@m4rt_
@m4rt_ Жыл бұрын
The Gandalf image is as old as at least 2014
@DF-ss5ep
@DF-ss5ep Жыл бұрын
I've been trying to get into emacs but the keybindings are insane
@jorios550
@jorios550 Жыл бұрын
You can use "evil" keybindings, and have all your vi/vim keys
@DF-ss5ep
@DF-ss5ep Жыл бұрын
@@jorios550 I know that exists, then there's also Doom Emacs, and right now I'm trying something called meow, which is vim-like but not quite. I have 3 problems right now: the defaults are inferior to vim; some of the extensions seem to "leak" default bindings; the amount of choices and configuration is overwhelming 😅. To some degree, I'm even a proponent of keeping some of the defaults, as they prob fit better to the emacs environment. Emacs seems cool, I don't want to diss it, but making the transition is not trivial
@gagagero
@gagagero Жыл бұрын
You can either try viper-mode, which is a Vi (not Vim!) emulation layer that also forces you to learn the Emacs keybindings with time, or god-mode that keeps all the default keybindings but modalifies them.
@xpusostomos
@xpusostomos 6 ай бұрын
Insane how, Padawan?
@TheRealWinsletFan
@TheRealWinsletFan Ай бұрын
I can't believe people keep saying it's vim vs emacs, no, it's vi vs emacs. sheesh!
@agungokill
@agungokill Жыл бұрын
it is real when gandalf read the hp script. because director didnt print it.
@jojowolf6826
@jojowolf6826 Жыл бұрын
15:24 Tears of the Wantagen
@keitth6935
@keitth6935 4 ай бұрын
what is the orinal vid title?
@lucasqueiroz23
@lucasqueiroz23 Жыл бұрын
Just use nano lol
@chrisE815
@chrisE815 Жыл бұрын
The joke should be: Emacs is like a complete operating system but... it's just missing a kernel... Sorry Richard :(
@hashomi0596
@hashomi0596 Жыл бұрын
You couldnt tell the voice is generated? oh no
@HabibiGPT
@HabibiGPT Жыл бұрын
i dont understand shit but css and html but im having fun here
@waltherstolzing9719
@waltherstolzing9719 Жыл бұрын
The 'other side’s inconveniences/difficulties/bad design' cited by the opposing factions in these 'wars' are as convincing as those black&white 'before' segments in infomercials. Learn the proper *idiomatic* usage patterns for your editor, and you'll discover why those patterns have persisted ~40 years in their respective families. There's always room for improvement, of course; but no one's going to find a GOTCHA! moment that will settle once and for all, that one editor's design is inferior to the other's. (& it's all the more ridiculous when beginners claim to find those 'gotcha's.)
@xpusostomos
@xpusostomos 6 ай бұрын
Eliza ! Gotcha!
@waltherstolzing9719
@waltherstolzing9719 6 ай бұрын
@@xpusostomos Touché... vim's built-in psychotherapist is better in every conceivable way.
@ex0stasis72
@ex0stasis72 7 ай бұрын
I can concur. I use Emacs, and customize the heck out of it. I couldn't figure out a one step way to toggle the window* split on my monitor between horizontal to vertical. So I made my own function for it. * A window in Emacs is like a frame or a pane in other apps. (defun my/toggle-window-split-direction () "Toggle the split direction of the current window." (interactive) (if (= (count-windows) 2) (let* ((this-win-buffer (window-buffer)) (next-win-buffer (window-buffer (nextcompany-abort (this-win-edges (window-edges (selected-window))) (next-win-edges (window-edges (next-window))) (this-win-2nd (not (and (
@JohnWasinger
@JohnWasinger Жыл бұрын
Eight Megabytes And Constantly Swapping
@ArturdeSousaRocha
@ArturdeSousaRocha Ай бұрын
Escape Meta Alt Control Shift
@MorphTW
@MorphTW 8 ай бұрын
VS Code with Vim plugin 😂
@js-ny2ru
@js-ny2ru 4 ай бұрын
Almost 16 minutes of "You know what I mean?".
@Codigger-br2rt
@Codigger-br2rt 2 ай бұрын
In terms of productivity and editing speed, which is faster, Vim or Emacs?
@slendi9623
@slendi9623 Жыл бұрын
14:00 what about ed?
@samarnagar9699
@samarnagar9699 9 ай бұрын
Why have a terminal emulator in your ide when you have an ide in your terminal
@4xelchess905
@4xelchess905 8 ай бұрын
Since you can have terminal inside Emacs, why not combine the best OS with the best editor ? With evil mode so that you only have one set of keybinds.
@xpusostomos
@xpusostomos 6 ай бұрын
Huh
@whig01
@whig01 Жыл бұрын
I miss QEdit with the WordStar bindings.
@MichaelPohoreski
@MichaelPohoreski Жыл бұрын
QEdit + 4Dos + Norton Utilities were the golden days of MS-DOS.
@whig01
@whig01 Жыл бұрын
@@MichaelPohoreski It's like editors today are slower even on the modern machines.
@MichaelPohoreski
@MichaelPohoreski Жыл бұрын
@@whig01 Sadly, yes. Thankfully Vim is still fast.
@whig01
@whig01 Жыл бұрын
@@MichaelPohoreski It doesn't feel as fast without the WordStar bindings.
@thatguynar
@thatguynar 10 ай бұрын
Meanwhile I’m sitting here chilling with my helix 🧬
@brianolsen396
@brianolsen396 7 ай бұрын
What if the one that i know is visual studio and visual studio code?
@xpusostomos
@xpusostomos 6 ай бұрын
Go to jail, do not pass go
@weidiocrow
@weidiocrow 5 ай бұрын
6:43 The emacs pinky meme hurts me on a ideological level. You're in a highly configurable editor and for YEARS somehow people didn't think to change their key binds to exclude key chords or rebind their keys so that ctrl was something more ergonomic like caps lock(who uses caps lock anyway?).
@atiedebee1020
@atiedebee1020 9 ай бұрын
Its all about C vs Pascal
@happyfase
@happyfase Жыл бұрын
I learned rust and neovim by working through the zero2prod book. I typed out every code snippet and by the fifth chapter I was moving in neovim faster than vscode. zero2prod was particularly good for exercising vim motions because throughout the book you revisit the same code snippets several times as you enhance and optimise the code base.
@godowskygodowsky1155
@godowskygodowsky1155 9 ай бұрын
Exploration vs. Exploitation
@user-mq1ic7ce2s
@user-mq1ic7ce2s 26 күн бұрын
Evil Mode.
@bhavyakukkar
@bhavyakukkar 8 ай бұрын
he sounded like obama ai voice
@luserdroog
@luserdroog 9 ай бұрын
(require 'evil) (evil-mode 1) (setq evil-ex-search-case 'sensitive)
@anwiseru9064
@anwiseru9064 2 ай бұрын
how did he react to an entire AI voice video
@raidensama1511
@raidensama1511 Жыл бұрын
I use the JOE editor. 😅
@dtg5790
@dtg5790 Жыл бұрын
I've been using Emacs for almost as long as I've been a programmer, but in the past year I've made a concerted effort to learn modal editing with Vim and I now understand the reason for the Vim evangelism expressed here and elsewhere. While I still prefer Emacs overall (I cannot give up on Org mode, Info mode, and my beloved Elisp) I am now using Evil as my daily driver and really do feel like I have the best of both worlds. Also, with respect to terminal emulators in the editor environment -- Emacs terminal emulation using `vterm` is decent bit but I still prefer using tmux with Emacs-nox for more complicated, terminal centric dev work flows. I do have a soft-spot for eshell, though :)
@xyzxyz6095
@xyzxyz6095 Ай бұрын
Veni,vidi,ViM. Salutations from France.
@tkg__
@tkg__ Жыл бұрын
Deh-no was the very old way to say it. It has been "officially" said it is dino. I hate it. But it is what it is.
@tylermfdurden
@tylermfdurden 9 ай бұрын
I thought the ultimate holy war was tabs vs spaces
@xpusostomos
@xpusostomos 6 ай бұрын
Tabs in theory because your editor can change the view for your preference, and uses less space.
I'm Leaving Vim | Prime Reacts
25:54
ThePrimeTime
Рет қаралды 168 М.
ThePrimeagen On Running Linux
9:40
Tech Over Tea
Рет қаралды 174 М.
100❤️
00:19
Nonomen ノノメン
Рет қаралды 37 МЛН
1🥺🎉 #thankyou
00:29
はじめしゃちょー(hajime)
Рет қаралды 48 МЛН
From VSCode To Vim | Prime Reacts
26:11
ThePrimeTime
Рет қаралды 232 М.
Interview with an Emacs Enthusiast in 2023 [Colorized]
8:50
Programmers are also human
Рет қаралды 1,1 МЛН
Clean Code : Horrible Performance | Full Interview
47:13
ThePrimeTime
Рет қаралды 200 М.
Simple, Non-Commercial, Open Source Notes
30:25
By Default
Рет қаралды 716 М.
A Chronicle of the Unix Wars
22:04
Asianometry
Рет қаралды 194 М.
What Does Your Editor Say About You | Prime Reacts
22:12
ThePrimeTime
Рет қаралды 239 М.
Emacs is perfect, but only if you understand it
10:00
BugsWriter
Рет қаралды 47 М.
Carmack Doesn't Like Vim | Prime Reacts
26:52
ThePrimeTime
Рет қаралды 371 М.
The 5 Stages of Vim
8:12
ThePrimeTime
Рет қаралды 81 М.
QUIT VIM Because Modern IDES are magic
23:08
ThePrimeTime
Рет қаралды 288 М.
Nokia 3310 versus Red Hot Ball
0:37
PressTube
Рет қаралды 3,5 МЛН
Very Best And Good Price Smart Phone
0:42
SDC Editing Zone 9K
Рет қаралды 217 М.