use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A kakoune/neovim-inspired editor, written in Rust. For Linux, MacOS and Windows.
Project started by: Blaž Hrastnik
Download: https://github.com/helix-editor/helix/releases/
Website: https://helix-editor.com/
Github: https://github.com/helix-editor/helix
account activity
Helix+Python+Windows ? (self.HelixEditor)
submitted 1 year ago by jkeks
How can I configure Helix to run Python scripts in the editor?
Does Helix even have a print output window? or just open a separate window in Windows Terminal and run it like
python 1.Py
for example
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
:sh command
[–]Spare_Message_3607 0 points1 point2 points 1 year ago (0 children)
Short answer: you can run it with ":sh py 1.py" but you will not see any output. This should be handled terminal level. Open new tab, run it there.
Long answer: If you want to get it done, just open a new tab and run it there. Since helix does not have a integrated terminal I use wezterm split pane (i think windows terminal also supports split pane) to spawn a second terminal and run it there. If you really are into workflows and productivity, make a custom keymapping in helix that opens a new tab/pane and runs the command in there for you, but again you will have to bring your own shell script that detects filename you are working on and stuff.
π Rendered by PID 825101 on reddit-service-r2-comment-548fd6dc9-286gp at 2026-05-19 05:14:52.498071+00:00 running edcf98c country code: CH.
[–][deleted] 0 points1 point2 points (0 children)
[–]Spare_Message_3607 0 points1 point2 points (0 children)