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

Repeat command without resubstituting #1094

Closed
Akuli opened this issue Jul 26, 2022 · 1 comment
Closed

Repeat command without resubstituting #1094

Akuli opened this issue Jul 26, 2022 · 1 comment

Comments

@Akuli
Copy link
Owner

Akuli commented Jul 26, 2022

I often run something like python3 {file_name}.py, get an error, and then fix the problem that caused the error in some other file. To check if the error is gone, I then have to go back to the original file to repeat the command. It would be nice to press e.g. Ctrl+F5 or Alt+F5 to repeat the command exactly like it was: same working directory, same {file_name}, and so on.

This kind of repeating should also ignore the current file type so that I can edit a .txt file while working on a Python script.

@Akuli
Copy link
Owner Author

Akuli commented Apr 1, 2024

This would be a dumb bandaid fix to #1451.

@Akuli Akuli closed this as not planned Won't fix, can't repro, duplicate, stale Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant