C-h key bindings like Emacs #1500
Replies: 2 comments 7 replies
-
|
Hi, this is really useful to have, thanks for sharing. I seen when browsing the docs, it looks like there should be keybindings for these: Docs Have you considered making a pull request to add these? I think for users coming from emacs or vim(need to know editor commands matching vim commands) this small addition would be a big change to how nice to initial experience making a config is. In that case I would argue for your C-h keybinds, but it could be discussed. I think a good place to add the describe ones(could add the other appropriately) would be: help.lisp Thanks again :) |
Beta Was this translation helpful? Give feedback.
-
|
I don't know if this is recent but check this out: That's from the Binding Keys section. Was that there before? I still wonder why they deviate from emacs here though. They really don't want to bind |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from Emacs, I expected to find some bindings off of C-h that would help me introspect Lem. By scanning through M-x's completions, I saw that similar functions existed, but they weren't bound to anything as far as I could tell. If you were looking for some familiar keybindings off of C-h like I was, try putting this in your
~/.lem/init.lisp.It's not exactly the same as Emacs, but it's close enough in spirit. I think this will help people coming from Emacs learn how to use Lem.
Resources
Beta Was this translation helpful? Give feedback.
All reactions