[preface: I love love love this helix-vim repo and configuration. Thank you!]
. in vim (my understanding is the "repeat last command" command) is possibly the most-used vim command in my workflow. Specifically: delete-then-repeat might be the most-applicable combination (in my workflow).
hx has a "repeat last insertion/change" (I think?) functionality for .... but it does not (yet) seem to repeat deletions. I do not see anything in https://github.com/LGUG2Z/helix-vim/blob/master/config.toml that deals with this.
Am I possibly the only one who employs vim's delete-and-repeat workflow hundreds if not thousands of times a day? (I'm confused.)
I started a related discussion here:
helix-editor/helix#8311
Additionally: I have yet to discover additional "repeat-then-X" missing functionality (for "X"), but I'm super-new to hx and will post more here if I find anything that's not solvable with a workaround.
[preface: I love love love this
helix-vimrepo and configuration. Thank you!].in vim (my understanding is the "repeat last command" command) is possibly the most-used vim command in my workflow. Specifically: delete-then-repeat might be the most-applicable combination (in my workflow).hxhas a "repeat last insertion/change" (I think?) functionality for.... but it does not (yet) seem to repeat deletions. I do not see anything in https://github.com/LGUG2Z/helix-vim/blob/master/config.toml that deals with this.Am I possibly the only one who employs vim's delete-and-repeat workflow hundreds if not thousands of times a day? (I'm confused.)
I started a related discussion here:
helix-editor/helix#8311
Additionally: I have yet to discover additional "repeat-then-X" missing functionality (for "X"), but I'm super-new to
hxand will post more here if I find anything that's not solvable with a workaround.