this post was submitted on 18 Dec 2025
0 points (50.0% liked)

Emacs

2791 readers
1 users here now

Our infinitely powerful editor.

founded 6 years ago
MODERATORS
 

I've been reading through their docs[0] and FAQs[1] but cannot for the life of me understand how they can use SPC as a chord prefix, and also just type normal sentences on a keyboard.

I don't want to try it, but I do want to know.

0: https://www.spacemacs.org/doc/QUICK_START.html
1: https://www.spacemacs.org/doc/FAQ.html#how-do-i

top 5 comments
sorted by: hot top controversial new old
[–] django@discuss.tchncs.de 5 points 2 months ago* (last edited 2 months ago) (1 children)

It uses Evil-mode, which emulates vim. Space is only inserted as text, when you are in insert mode, otherwise it is used as leader key. You leave insert mode by pressing ESC and you enter it by pressing i.

[–] tetris11@feddit.uk 2 points 2 months ago (1 children)

Ohh. Well that sounds... interesting.... each to their own, I guess

[–] django@discuss.tchncs.de 2 points 2 months ago (2 children)

I have grown to like it so much, that I find myself hitting the spacebar when I am in command mode in vim.

[–] tetris11@feddit.uk 4 points 2 months ago* (last edited 2 months ago)

It's amazing what bindings you get used to. My desktop has Win+E to launch Emacs, and Win+T for a terminal, and any machine that I work on that isn't my desktop, gets a confusing treatment of these two angry chords

[–] verdigris@lemmy.ml 3 points 2 months ago

I mean space is the most common leader key, most people with customized/plugin-heavy vim/nvim setups are using space exactly like this.