fidgetingbits / talon-vim

Talon-side plugin for interacting with vim/neovim using Talon Voice. This is the original fidgetingbits repo code.
MIT License
1 stars 1 forks source link

name vim actions internally different to spoken forms #3

Closed saidelike closed 5 months ago

saidelike commented 9 months ago

name functions and stuff internally similarly to Cursorless namings in order to differentiate the actions and the actual internals

eg bring, replaceWithTarget where we differentiate the bring command with the actual implementation. not that in our case we don't actually replace with a target, but instead we would bring to the current position so something like bringToCurrentPosition would be more appropriate

fidgetingbits commented 5 months ago

No longer relevant since cursorless works now