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

Feature Request: Ability to run entire file #33

Closed
al1-ce opened this issue May 20, 2024 · 1 comment
Closed

Feature Request: Ability to run entire file #33

al1-ce opened this issue May 20, 2024 · 1 comment

Comments

@al1-ce
Copy link

al1-ce commented May 20, 2024

Can be actually done with simple

{
    "<leader>cr",
    "gg0vGg$:QuickCodeRunner<CR>",
    desc = "Quick File Code Runner",
    mode = "n",
},

As a keybind, but in relation to #32 would be nice to have custom command for running code without using template (because template would already be there)

@jellydn
Copy link
Owner

jellydn commented May 21, 2024

Thanks @al1-ce for the suggestion. I would keep this simple so I've added your example as a tip.

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

2 participants