💾 Archived View for midnight.pub › replies › 4794 captured on 2023-03-20 at 21:29:00. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

< midnight and emacs

Parent

~tatterdemalion

The default keybinds are okay, but I've got used to them over the last 30 years. The basic movement commands are control + mnemonic. Global commands are on C-x something, major mode commands are on C-c something, if you have a reasonable completion framework installed, you can treat M-x like a command palette with fuzzy matching. Which-key-mode gives you hints for every prefix binding.

It's not totally unreasonable to use CUA-mode if you're used to those, or Evil if you're used to vim.

Write a reply