-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels