Skip to content

Doom emacs mismatch between keys and command in SPC #1

@rrrnld

Description

@rrrnld

Hey, super useful tool! Thanks for creating and sharing it.

I am trying to use it to fill an org-capture template in doom emacs.

This is what I type when I do it manually:

SPC nni Some section headline content ESC G o Some body text C-c C-c

When I try to execute this I get the error Keyboard macro terminated by a command ringing the bell. There seems to be some problem with the G if I understand it correctly, which is mapped to (evil-goto-line) (and jumps to the end of the buffer when called without any args. Any idea why?

Here's how I was able to make it work:

SPC nni -r "Some section headline" ESC -r ":(end-of-buffer)" RET RET -r "Some body content" RET C-c C-c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions