Earlier quoted context omitted.
Quitting hasn't changed in forever, just open a second terminal and killall vim.
Unless you're on sunos...
How to type “blimpy” in Emacs [video]
71–80 of 140 posts
Re: How to type “blimpy” in Emacs [video]
#72Earlier quoted context omitted.
Can you articulate why this isn't funny?
Well... one of the things groups do to bond is they develop memes and in-jokes that are objectively nothing and exist only to show who is in- and out- of the group. One of the signs people are doing that is one word responses like "blimpy". That sort of activity is purposefully low-content because it is supposed to signal group membership and nothing more. Which is what I think this is. That turns up in every group a…
Re: How to type “blimpy” in Emacs [video]
#73Earlier quoted context omitted.
Can you articulate why this isn't funny?
Well... one of the things groups do to bond is they develop memes and in-jokes that are objectively nothing and exist only to show who is in- and out- of the group. One of the signs people are doing that is one word responses like "blimpy". That sort of activity is purposefully low-content because it is supposed to signal group membership and nothing more. Which is what I think this is. That turns up in every group a…
Re: How to type “blimpy” in Emacs [video]
#74Earlier quoted context omitted.
Well... one of the things groups do to bond is they develop memes and in-jokes that are objectively nothing and exist only to show who is in- and out- of the group. One of the signs people are doing that is one word responses like "blimpy". That sort of activity is purposefully low-content because it is supposed to signal group membership and nothing more. Which is what I think this is. That turns up in every group a…
The joke is that it's overly complicated to do a simple thing in Emacs, and you have to rely on blindly running shakily-trustworthy third-party code to do that thing for you. (I like Emacs very much, I use it every day, but there is a kernel of truth to this and I laughed.)
Re: How to type “blimpy” in Emacs [video]
#75Earlier quoted context omitted.
what dont you like about vim that would make you switch away from it? There's no universe where I can imagine doing that
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.
--Remap for dealing with word wrap
vim.keymap.set({ 'n', 'v' }, 'k', "v:count == 0 ? 'gk' : 'k'", { noremap = true, expr = true, silent = true })
vim.keymap.set({ 'n', 'v' }, 'j', "v:count == 0 ? 'gj' : 'j'", { noremap = true, expr = true, silent = true })Re: How to type “blimpy” in Emacs [video]
#76Earlier quoted context omitted.
Well... one of the things groups do to bond is they develop memes and in-jokes that are objectively nothing and exist only to show who is in- and out- of the group. One of the signs people are doing that is one word responses like "blimpy". That sort of activity is purposefully low-content because it is supposed to signal group membership and nothing more. Which is what I think this is. That turns up in every group a…
The joke is that it's overly complicated to do a simple thing in Emacs, and you have to rely on blindly running shakily-trustworthy third-party code to do that thing for you. (I like Emacs very much, I use it every day, but there is a kernel of truth to this and I laughed.)
Being able to blindly copy use-package statements has been one of the best parts of the Emacs modernisation effort.
Re: How to type “blimpy” in Emacs [video]
#77More than anything else I'm confused by the positive response this is getting. * Very few people use Emacs * Anyone who nevertheless is using Emacs should be willing to read documentation. The only way to learn Emacs is through reading the docs. * As illustrated, copy-pasting a use-package clause is an easy way to get started with something. The pain point is the alternative ways to set a package up that are distract…
And the comments here, how everyone's imagination goes off with associations and interpretations? I'm not even sure there is a single consistent explanation for all of this and how it's funny. Maybe it cannot really be explained. Forget reason for a minute, if you can, and just enjoy :)
Re: How to type “blimpy” in Emacs [video]
#78Re: How to type “blimpy” in Emacs [video]
#79I opened vim and tried to type "blimpy" and nothing happened. I also can't quit.
Re: How to type “blimpy” in Emacs [video]
#80It is just as weird as typing in vim. ducks