Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I enter command mode in Neovim during the recording? #490

Open
joshuadanpeterson opened this issue Jun 9, 2024 · 0 comments
Open

Comments

@joshuadanpeterson
Copy link

I'm trying to make a recording of a Neovim plugin demo and I'm trying to get it to enter command mode to enable the plugin during the recording.

The first version was:

# Enable Plugin
Type ":NeovimCommand" Enter
Sleep 2s

The second version was:

# Enable Plugin
Type ":" Enter
Sleep 2s
Type "NeovimCommand" Enter
Sleep 2s

But neither versions enabled the command when it was recording.

Any ideas as to what I should do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant