Page 2 of 2

Re: emacs

Posted: Sat Feb 21, 2026 1:33 am
by owl
oh! i personally like helm-projectile for fuzzy file search (i have it bound to ctrl+p to fuzzy find files, because i am a heretic)

multiple-cursors is also just a package you can install to get those! though i like to change its bindings to be more sublime/vscode-style (because i am a heretic)

if you like, this is what my setup looks like if you wanted to poke at it/steal some ideas!

also, i am a heretic
amazing, ty! helm-projectile looks familiar, might have come with the spacemacs distro i briefly used.

re: heretic do you mean vim keybinds? i use them in my current editor so i would definitely use them in emacs too

Re: emacs

Posted: Sat Feb 21, 2026 1:39 am
by archenoth
amazing, ty! helm-projectile looks familiar, might have come with the spacemacs distro i briefly used.

re: heretic do you mean vim keybinds? i use them in my current editor so i would definitely use them in emacs too
worse! i have a lot of keybindings inspired by vscode, ahah

things like ctrl+click for jumping to definitions and stuff!

Re: emacs

Posted: Sat Feb 21, 2026 3:59 am
by acdw
agree on vertico/orderless/consult "stack" - they are very nice packages that make Emacs immediately feel more "modern." bonus points for marginalia, corfu. also modern emacs (30) has tree-sitter support so you got that going for you :)

stealth edit: and LSP support (eglot is built-in)