It's cool to play typewriter sound in Vim when you are typing a letter. π
So I made a little [script] for this:
Plug 'skywind3000/vim-keysound'
let g:keysound_enable = 1
let g:keysound_theme = 'default'
" volume range is from 0 to 1000
let g:keysound_volume = 500
Then
apt-get install python3-sdl2
Make sure that your vim has +python3
feature enabled.
And you go.
See this video by Keefle (there is no audio delay in reality).
Top comments (0)