lemnos / tt

A terminal based typing test.
MIT License
714 stars 48 forks source link

ctrl-w as delete word #23

Closed gaoDean closed 2 years ago

gaoDean commented 2 years ago

vim and many other programs (and terminal emulators) use ctrl-w as delete word. also this is my first contribution to society lol

also the other changes are from this error: https://stackoverflow.com/questions/71507321/go-1-18-build-error-on-mac-unix-syscall-darwin-1-13-go253-golinkname-mus

rvaiya commented 2 years ago

I've run the code through gofmt and merged it.