Earlier quoted context omitted.
what is this? I dont recognize that language
vimscript
How to type “blimpy” in Emacs [video]
101–110 of 140 posts
Re: How to type “blimpy” in Emacs [video]
#102Re: How to type “blimpy” in Emacs [video]
#103Earlier quoted context omitted.
From a colleague; I haven’t tested it: --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 })
what is this? I dont recognize that language
Re: How to type “blimpy” in Emacs [video]
#104Is this supposed to be funny and Im not getting it? Can anyone kindly explain what am I missing out?
Re: How to type “blimpy” in Emacs [video]
#105Re: How to type “blimpy” in Emacs [video]
#106More 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…
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?
Agreed
Re: How to type “blimpy” in Emacs [video]
#107It's actually very easy to type blimpy in ed, the standard text editor.
$ ed
blimpy
?
exit
?
quit
?
stop
?
go away
?
^C
?Re: How to type “blimpy” in Emacs [video]
#108Is this supposed to be funny and Im not getting it? Can anyone kindly explain what am I missing out?