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.

  • 737
    link
    fedilink
    arrow-up
    2
    ·
    11 hours ago

    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.