Comment by inatreecrown2
20 hours ago
I need the ability to run the current file with a shell script / program. Like Vim offers with :!whatever %
Last time I checked Helix did not offer this. Has this changed?
20 hours ago
I need the ability to run the current file with a shell script / program. Like Vim offers with :!whatever %
Last time I checked Helix did not offer this. Has this changed?
These have been available since mid-2022:
The placeholder for the current file is %{buffer_name} (not as bad as it looks, the command line has tab completion for basically everything).