Live data from Hacker News

Sublime Enhanced

github.com

11–20 of 92 posts

Re: Sublime Enhanced

#11
post #7

Earlier quoted context omitted.

Actually, I love vim, because vim is on each server and can be used without any extra effort, so vim is out of competition here. But I love smooth fonts, scrolling, and appearance of Sublime Text, so I made it my primary editor.

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.

I use emacs with vim emulation (evil mode) and am addicted to it, partly because I can bind vim's leader key with emacs lisp functions that can be quite complex, to do great things with a single key press while editing.

Re: Sublime Enhanced

#12
post #8
post #3

Earlier quoted context omitted.

Sorry, but no. Maybe emacs or gvim, but not vi/vim. Its not a terminal editor.

emacs is a terminal editor too … I have vi aliased to 'emacsclient -c' for just that reason.

I know. Thats one of my reasons of saying "Maybe".

Re: Sublime Enhanced

#13
post #7

Earlier quoted context omitted.

Actually, I love vim, because vim is on each server and can be used without any extra effort, so vim is out of competition here. But I love smooth fonts, scrolling, and appearance of Sublime Text, so I made it my primary editor.

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.

Re: Sublime Enhanced

#14
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.

The question is how much time you spend editing files on embedded devices versus how much time you spend editing files on your main development machine.

Re: Sublime Enhanced

#17
post #14
post #13

Earlier quoted context omitted.

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.

The question is how much time you spend editing files on embedded devices versus how much time you spend editing files on your main development machine.

You can always setup automatic process of synchronization of files that you need to edit, so editing process will be most efficient.

Re: Sublime Enhanced

#18
post #14
post #13

Earlier quoted context omitted.

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.

The question is how much time you spend editing files on embedded devices versus how much time you spend editing files on your main development machine.

I test different configurations on the target before syncing the right one into my build environment. If I mounted the RootFS via NFS then its possible to use ${EDITOR}, but thats not always the case.

Re: Sublime Enhanced

#19
post #7

Earlier quoted context omitted.

Actually, I love vim, because vim is on each server and can be used without any extra effort, so vim is out of competition here. But I love smooth fonts, scrolling, and appearance of Sublime Text, so I made it my primary editor.

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.

and the war begins

Re: Sublime Enhanced

#20
post #15

Earlier quoted context omitted.

Aren't most people using neovim now?

No, not at all. neovim is still lacks stability.

Is this from experience? I've switched back to regular vim from neovim because of platform support, but I've never had stability issues when I did use neovim.
Post reply on HN