aboutsummaryrefslogtreecommitdiff
path: root/modules/terminal/system/programs/helix.nix
Commit message (Collapse)AuthorAge
* new behavior of broot minibuffer file opener thingy (details)Collin Williams2025-07-11
| | | | | | | | | | | | If there is already a pane that looks like "hx {file}", switch to that pane If the current pane is a shell (bash or fish), send-keys "hx {file}" If the current pane is helix, send-keys ":o {file}" Otherwise, open the file in a new pane Prereq changes: hx has to change its own title to "^hx {file}" when launched fish has to have a title of "^fish.*"
* make helix rename itselfCollin Williams2025-07-11
|
* start avoiding lib.enum; start using hjem generatorsCollin Williams2025-07-08
|
* .source -> .text where possibleCollin Williams2025-07-08
|
* changes, jupiter will be brokenCollin Williams2025-06-17
|
* big changesCollin Williams2025-06-09