I’m getting back into coding and I’m going to start with python but I wanted to see what are some good IDEs to write the code. Thanks in advance.
I’m getting back into coding and I’m going to start with python but I wanted to see what are some good IDEs to write the code. Thanks in advance.
to apply a shell command to a single line you need
:.!command
.:!command
just runs it normally and outputs stdout to the terminal instead of inserting it into the buffer.Ah, my mistake.