Comment on Nerd-dictation, hackable speech to text on LinuxparentComments−dotancohen4yHow did you add the punctuation and capitalization?−kristopolous4yThat was by hand but it's a small task.−dotancohen4yI'm imagining remapping some VIM shortcuts for even easier capitalizing words and adding common punctuation.This remap makes the "." key add a period after the previous word, capitalize the current word, then move on to the next word: :noremap . bea.<esc>w~w
Comments
How did you add the punctuation and capitalization?
That was by hand but it's a small task.
I'm imagining remapping some VIM shortcuts for even easier capitalizing words and adding common punctuation.
This remap makes the "." key add a period after the previous word, capitalize the current word, then move on to the next word: