Source-Target-Transform

A dataset containing input output pairs of string as well as the vim transformation that goes alongside them.

Here is some example schema of an initial dataset that I would like to build.
eg.

sourcetargettransform
hello worldihello world{i}\033:wq\n
hello worldhello geezerfwc$geezer\033:wq\n
hellohello, world!A, world!{esc}
good morninggood eveningct evening{esc}
remove meremove$F d{esc}
start endstart and endeand {esc}
unixUNIXgUiw
: **all but the initial two of these were generated by GPT-4

see core-functions.md > Vim Command Apply