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.

Categories
productivity writing

HypaWrite – A combined handwritten and keyboard shorthand system

Why shorthand? Many of us spend a lot of time writing, yet the way most of us write is highly inefficient; the average writing speed is just 13 words per minute (wpm), but we read at 200 wpm, speak at 160 wpm, and understand words spoken at 300 wpm. So various systems of faster writing […]