quantonganh / helix-wezterm

Turning Helix into an IDE with the help of WezTerm and CLI tools
MIT License
65 stars 4 forks source link

wish: toolkitize #9

Open markstos opened 2 months ago

markstos commented 2 months ago

After reviewing the source code to create #8, I can see how personal the project is.

The concept of "helix-wezterm.sh" is generally useful, but a number of the specifics here for the commands used are rather personal choices.

I wonder if it's practical to split this project into two layers:

  1. First, a toolkit that makes it easy create splits and interact with Wezterm from Helix.
  2. Second, something more like a configuration layer that declares which commands you want to run and whether they are split to the side or down.
cameroncarlg commented 2 months ago

This 100%. I would love some sort of configuration overlay for this set up. Btw I love it, use it as daily driver! Very cozy 🛏️

quantonganh commented 1 month ago

@markstos Thank you for your suggestion.

Could you please try this and let me know what do you think?