Categories
coding productivity writing

Keyboard Profiling in Vim

Keyboard profiling means capturing statistics about the timing of keypresses while someone is typing. It can be used to improve a users touch-typing technique, among other benefits. This post covers using a vim script that can record keyboard profiling data while you use vim normally.