Live data from Hacker News

Sublime Enhanced

github.com

41–50 of 92 posts

Re: Sublime Enhanced

#41
post #13
post #7

Earlier quoted context omitted.

Emacs can be installed on any server (and can be used to edit files on any server, from a client …), and it has smooth fonts and scrolling (if you like that; I turn off the scrollbar). And of course it excels at mouseless editing, navigation & automation. https://github.com/zk-phi/sublimity might be useful to you, too.

Emacs needs to be installed. Vi is already installed most of the time. Especially on embedded devices there is often no real competition to vi.

Interesting is logging into UNIX servers like HP-UX and friends and getting the real VI, not the improved ones.

Re: Sublime Enhanced

#43
post #36

How do Sublime users feel about Atom ( https://atom.io/ ) as a replacement? I switched from Sublime 2 to Atom earlier this year and haven't really looked back. I admit, though, that my customization needs in the environment have been minimal. I've written a couple of editing short-cuts for Elixir source, but that's it. I'm curious to learn what features in Sublime merit purchasing it over Atom or another free text ed…

I am a user of both. At this time, I'd have to say the only reason I use Atom is because its markdown support is better (nicer code highlighting right out of the box and a real nice side-by-side live preview plug-in[1]).

Away from the speed thing (which is definitely noticeable on my two year old box), and from non power user perspective, I'd say they are pretty close to equivalent.

[1] https://github.com/atom/markdown-preview

Re: Sublime Enhanced

#44
post #31

Sadly, there is no plugin that can come close to the "jump to definition" functionality that IntelliJ have.

It would be hard to ship a full compiler and still be a lightweight text editor... :)

Re: Sublime Enhanced

#48
post #36

How do Sublime users feel about Atom ( https://atom.io/ ) as a replacement? I switched from Sublime 2 to Atom earlier this year and haven't really looked back. I admit, though, that my customization needs in the environment have been minimal. I've written a couple of editing short-cuts for Elixir source, but that's it. I'm curious to learn what features in Sublime merit purchasing it over Atom or another free text ed…

I have been a Sublime 2 user for 4 years now and have always been content with the experience. When I first used Atom because it was the only browser supported by Hacklang's tooling. What I noticed was how slow Atom was, startup, large files, and typing in text. It is something I have been so used to in Sublime and I could not give that up for unless there is a tool I really need on Atom.

Re: Sublime Enhanced

#49

Earlier quoted context omitted.

There is an amazing Vim plugin for Sublime Text, which still makes Sublime my preferred editor: https://github.com/guillermooo/Vintageous

Why wouldn't you use the default Vintage plugin? What's better about Vintageous?

A discussion of Vintageous's design:

https://github.com/guillermooo/Vintageous/wiki/Design

Re: Sublime Enhanced

#50
post #36

How do Sublime users feel about Atom ( https://atom.io/ ) as a replacement? I switched from Sublime 2 to Atom earlier this year and haven't really looked back. I admit, though, that my customization needs in the environment have been minimal. I've written a couple of editing short-cuts for Elixir source, but that's it. I'm curious to learn what features in Sublime merit purchasing it over Atom or another free text ed…

Been using ST2 for many years, then ST3 till last year. Tried out Atom but it was slow and sluggish. Out of sheer curiosity, learned myself some vi from scratch and switched to Spacemacs, haven't looked back since :)
Post reply on HN