• 1 Post
  • 10 Comments
Joined 7 months ago
cake
Cake day: March 10th, 2024

help-circle




  • I guess there are many benefits if subprocesses (usually written in C) are replaced with functions (usually wrapping C code). That way, you could run an entire OS scripts via Python, with sensible performance improvements.

    BUT

    Does this tool replace shell commands with python functions? Or does it just call many times subprocesses.run()?







  • Whenever you delete something, nvim copies it in a register. Which register it puts in depends on the command. Honestly, I’ve always been confused from all these registers for two reasons:

    • too many registers, most of them never used
    • they don’t pair with the OS clipboard, so even Just copying-pasting in a different terminal or into a browser is impossible

    So, I just use my OS clipboard (KDE Plasma has a clipboard manager built-in) and osc52 plugin (but support for osc52 will is built-in in nightly). If you really want to use registers, you could try to copy all of them into only one and use that.