#evilmode — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #evilmode, aggregated by home.social.
-
Thanks to @rahguzar for suggesting using lossage. I tried it and it doesn't show the letter I'm holding down. It shows the previous key presses, but not the one being held down.
Between the escape and the C-h l, I'm holding down j, so something is afoot... -
Emacs people - I've searched high and low and can't work it out:
How do I configure it so that when I press and hold h, j, k, l (using evil mode) it moves till I take my finger off the key. At the moment I have to continually hit the key and it's annoying. When using the arrow keys, it works fine.I've searched for character repeat, and all I get is how to repeat a command with . which is not what I want.
Tyia
-
@dougmerritt @screwlisp @veer66
More about #Emacs #evilmode and modal editing in emacs.
Heres a 12 year old explanation of Viper, Vimpulse and Evil.
https://stackoverflow.com/questions/14291260/difference-between-viper-vimpulse-and-evil-for-emacs
Meow-edit is lightweight visual modal editing like Helix.
https://github.com/meow-edit/meow
Boon is another , but lacks visuals.
-
Has anyone gotten "evil-set-leader" to work in org-agenda? I think evil-org is eating some things, but just simply writing this isn't working
-
@mms I suppose there's worse options. I'd still be pythoning it myself.
But I'd pick vim over emacs any day of the week, so what would I know?
-
Still having fun with making my own emacs config. A combination of annoying and fun. So much to do...
-
Instead of enabling Evil mode globally, I now have it turned on only in buffers with major modes derived from prog-mode or text-mode.
Since Evil is disabled in non-editing buffers like Magit and Dired (where it was a nuisance), I got rid of Evil collection and cut my startup time in half.
-
🔴 Today on #SystemCrafters Live, we'll discuss a major change I'm making to my Emacs configuration: the total removal of Evil Mode. We'll hack on my configuration a bit to figure out some ways to smooth out the transition.
Can I kick the habit, or am I forever possessed?
Join us here: https://systemcrafters.net/live
- https://youtube.com/live/AG_OB3CiPnI
- https://twitch.tv/SystemCrafters🕐 in your time zone: https://time.is/compare/1800_in_Athens
-
Today I ported the Vim :retab command to Emacs Evil mode. It may take some time before the PR gets merged but you can easily copy it to your config if you want to.
-
@ericsfraga @revk @hajovonta @publicvoit
> one the most underrated features of #evilmode in #Emacs
If that is what you want, then good for you. I would be very happy if I never had to interact with any Vi-like editor in my life again. I've been using them for *35 years* now and I hate them as much today as I did in 1988.
My favourite Linux shell text editor is Tilde. I wrote about it & why I like it here:
https://www.theregister.com/2021/12/17/tilde_text_editor/Because xNix types don't get this: when I mention "weird arcane things from the 1970s" that means Emacs and Vi[m]. I detest both, and that article tries to explain why.
-
And, as an aside, one the most underrated features of #evilmode in #Emacs is that there is a complete (almost?) implementation of #ex under the hood, accessible via the `:` key binding (as in #vi).
And the combination of Emacs, evil mode, and #mastodonel is unbeatable for interacting with the #fediverse. 🙃
-
@redmp I use #vim bindings in #emacs via #evilmode and simply pressing `p` in normal state works for inserting #clipboard contents there.
It inserts the contents from the primary cilpboard if they are more recent than the latest copy ("kill") action in Emacs and regions copied via `y` are also added to the clipboard (in addition to the "kill-ring"), though this is custumizable via the `select-enable-clipboard` setting. It's quite intuitive. Works on X11 and on Wayland for me.
-
@[email protected] @thelegendlinux And I think it's a good thing #doomemacs works so well without any work. I wouldn't have become an #emacs user without the preconfigured #evilmode setup in #spacemacs. I would have fixed my dll-hell broken vim installation instead. Maybe I'll create my own config from scratch in time, but I really like that someone had given me sensible defaults and chosen nice packages to get me started.
-
Managed to turn evil mode off in my Room Emacs config, but found that it would often "turn itself back on". Possible bug, or a feature to turn more people over to Evil mode.
So I've decided I'll give it a proper go and try the evil-tutor package and give it a fair shot.
-
Spent the weekend reviewing articles and videos from @daviwil and decided I'm going to try Doom Emacs. Got the basic set up working before end of work, tomorrow I'll have a proper go. Just one thing... How do I turn off evil key bindings?
#emacs
#doomEmacs
#evilMode -
CW: Intro
#introduction eleph.social #admin. Happily married since 2017. Electrical Technology (Construction) AAS, #ComputerScience BS. #Dogs saved my life. I'm #queer and #NeuroSpicy. I like #FOSS, #Emacs, #Spacemacs, #EvilMode, #OrgMode, #PKM, #Rust, #Horror, #CrustPunk, #RABM, #Cannabis, #Guitars, #Mathematics, #Electronics, #RetroComputing, #Android, #Psilocybin. Want #solarpunk #homesteading but have limited energy cuz chronic #depression. #Nihilism but #Radical #compassion. #Possums! #Pacifism
-
@av6
> Best change in :neovim: #neovim over :vim: #vim?
>
> nnoremap Y y$ by default :ablobcathappypaws:This seems a *bit* like damning with faint praise. I mean, I'm thinking back to the pre-Vim-8 days, when the best change was something like "doesn't block the main thread for tasks that should run asynchronously"
(But then, I haven't really been following vim/neovim recently – I've been a satisfied #evilmode user for a few years now)