maybe if this is applied to the whole world including latam, africa, middle eastern and asian continent i'll consider.


#evil-mode
I'm finally giving vanilla #emacs a try. As much as I love my vim keybindings and #EvilMode, I just keep running into friction between that and the rest of emacs. Yes, of course you can rebind and customize things, but it got tedious quickly

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 #evilMode

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

#emacs #evilMode #OrgMode

@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.

https://github.com/jyp/boon

Building my own Emacs Init thanks to @daviwil, and the joy he has in finally enabling evil mode in video 3 made me think of and create this (poorly written) meme.

#evilMode #emacs #vim #orgMode

Alright, now #emacs #substrate supports #evilmode for those who can't resist a touch of #evil!

#configuration

https://github.com/Etenil/emacs-substrate

GitHub - Etenil/emacs-substrate: Bare-bones emacs configuration starter

Bare-bones emacs configuration starter. Contribute to Etenil/emacs-substrate development by creating an account on GitHub.

GitHub

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

#emacs #evilmode #orgmode

@soliman oh! you made me discover that #evilmode *already has* wrappers for some of the functions I was struggling with, such as evil-ace-jump-char-mode.

So, while this override-everything design seems disgusting, it's solving at least part of my problem. YAY πŸ˜„ And thanks!

Call for #emacs #evilmode experts.

I'm trying to configure evil-mode so that "long" distance motions (e.g., searches with isearch or text jump with ace-jump-mode) do not reset the evil-repeat command used by "."

Anyone?