Live data from Hacker News

How to type “blimpy” in Emacs [video]

youtube.com

131–140 of 140 posts

Re: How to type “blimpy” in Emacs [video]

#131
post #117

Earlier quoted context omitted.

I'm with you, I don't get it. Is this an example of the emperor's new clothes where nobody gets it (because it doesn't make sense) but pretends to find it funny because they assume it must be funny if only they understood emacs?

It's Neodada.

it's blimpy, actually

Re: How to type “blimpy” in Emacs [video]

#133
post #105

It's actually very easy to type blimpy in ed, the standard text editor.

I use Emacs as my daily driver, but everyone needs a quick editor for config files and the like. I started using GNU Nano for that purpose a year or so ago, but until then I was using ed. That would make it the longest-running program I've ever used: 1976 to 2022.

Re: How to type “blimpy” in Emacs [video]

#135
post #130
post #125

Earlier quoted context omitted.

You recommend using a framework like doom or building up your own config?

If you start with framework you might not learn enough to solve problems later, but using it later to simplify your config should be ok. For example ergoemacs http://ergoemacs.github.io/ is a nice way to make Emacs more ergonomic and easier to use(if having problems with default configuration).

I think the only thing I couldn't live without is evil mode. I'd install that right off the bat. I'm using doom but it feels like it's doing too much behind the scenes for my taste.

Re: How to type “blimpy” in Emacs [video]

#136
post #105

It's actually very easy to type blimpy in ed, the standard text editor.

I wish Vim, when started in Ex mode, wouldn't set current cursor line to lowest regardless of whether the cursor is already on it. It wastes screen, making backscroll unusable. I researched ways to configure Vim not to do that and didn't find any one that works well together with Vim's terminal support. This is the only obstacle to using Vim like ed.

Re: How to type “blimpy” in Emacs [video]

#137
post #94
post #33

Earlier quoted context omitted.

honestly Vim is pretty slow, and it utterly sucks with long lines. you can do "g" motion, but I cant seem to get my muscle memory to remember that. to me "down" should always use whats visible on the screen, not just dumbly move to the next line.

you're supposed to learn the mechanics of vim and then configure it in a way which you find intuitive. i find that much more natural than software which tries to anticipate (and indirectly reinforce) some arbitrary "common sense". nnoremap k gk nnoremap j gj nnoremap 0 g0 nnoremap $ g$

I have mapped gk and gj for Up and Down keys. So I can use both.
Post reply on HN