You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install snippets plugin: micro -plugin install snippets
Run command: micro test.c
Create main function using snippet: main, alt+s
Attempt to use printf snippet (pr, alt+s), get unknown snippet instead.
Using pr, alt+s outside main's curly braces: pr snippet works perfectly fine.
Am I doing something wrong, or is this a bug?
Specifications
Commit hash: 68d88b5
OS: Arch Linux
Terminal: foot
The text was updated successfully, but these errors were encountered:
Description of the problem or steps to reproduce
Install snippets plugin:
micro -plugin install snippets
Run command:
micro test.c
Create main function using snippet: main, alt+s
Attempt to use printf snippet (pr, alt+s), get unknown snippet instead.
Using pr, alt+s outside main's curly braces: pr snippet works perfectly fine.
Am I doing something wrong, or is this a bug?
Specifications
Commit hash: 68d88b5
OS: Arch Linux
Terminal: foot
The text was updated successfully, but these errors were encountered: