Does anyone have experience using vim-mode?
Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
21–30 of 176 posts
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#22I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?
I see this comment every time an Atom post gets on HN. Are you sure it's not just your computer specs? If Atom continually makes the HN front page then many people must be using it just fine and like it? Personally I'm not sure why we need another text editor of all things, but hey its made in javascript which is hip at the moment.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#23I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?
I see this comment every time an Atom post gets on HN. Are you sure it's not just your computer specs? If Atom continually makes the HN front page then many people must be using it just fine and like it? Personally I'm not sure why we need another text editor of all things, but hey its made in javascript which is hip at the moment.
Certainly people are falling in love with Atom. It is open source ("hackable editor", as they say at Github), and of course this leads to a much quicker development cycle. Sublime has been criticized because features and updates are few and far between, and there appears to be a reluctance to open-source it.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#24I have been ignoring the Atom hype because "geeze a programmers editor written as a big blob of JavaScript on my desktop that sounds like a dumb idea". Then I tried it and it's wonderful and magical.
Could you highlight some of the reasons you liked it?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#25Earlier quoted context omitted.
I see this comment every time an Atom post gets on HN. Are you sure it's not just your computer specs? If Atom continually makes the HN front page then many people must be using it just fine and like it? Personally I'm not sure why we need another text editor of all things, but hey its made in javascript which is hip at the moment.
A quad core, 16GB RAM rMBP with SSD should really be able to run a text editor for a 500 line Python file without caret lagging behind typing :/ Sublime can do it easily, Atom still can't. Am I holding it wrong?
16GB, 4790k with SSD.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#26I don't really want more features for Atom. I just want it to be faster. Right now it's incredibly sluggish compared to e.g. Sublime. Is there any hope on this front, or are the performance issues intrinsic?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#27that's beautiful... suddenly I resent my decade long addiction to a certain other editor. kinda. Does anyone have experience using vim-mode?
I've been happy with Atom after transitioning from Vim, but there are still a few pain points. One that's particular annoying is that Atom's search/replace is very poor compared to the power I'm used to having with :%s.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#28Considering that Atom is all just Node and Chromium under the hood, it's surprising that there's no way to run at is as a server.
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#29that's beautiful... suddenly I resent my decade long addiction to a certain other editor. kinda. Does anyone have experience using vim-mode?
Re: Atom 1.6 Released with Pending Pane Items, Async Git and Top and Bottom Bar API
#30Ironically, Microsoft's open source Visual Studio Code editor is based in part of some aspects of Atom and it has exceptional performance and is a great editor in comparison. They need to focus on fixing the slowness. VSCode proved that Electron is not the bottleneck but rather Atom's code itself is.