natw/keyboard_cat.vim
vim plugin for pretending like you can actually type
{ "createdAt": "2012-07-04T19:54:06Z", "defaultBranch": "master", "description": "vim plugin for pretending like you can actually type", "fullName": "natw/keyboard_cat.vim", "homepage": null, "language": "VimL", "name": "keyboard_cat.vim", "pushedAt": "2013-04-08T19:30:57Z", "stargazersCount": 115, "topics": [], "updatedAt": "2025-05-29T19:21:44Z", "url": "https://github.com/natw/keyboard_cat.vim"}keyboard_cat.vim
Section titled “keyboard_cat.vim”A vim plugin for pretending like you can type really fast.
Conceivably, when giving some kind of presentation, you might want to pretend like you are typing something out. But typing and talking is hard, so with this you can just mash on the keyboard and let the letters magically appear.
This might only really be useful for less serious presentations, like TiP BoF talks.
Install
Section titled “Install”Do the usual pathogen/vundle thing, put plugin/keyboard_cat.vim in ~/.vim/plugin/ or just source it (for one-time use):
:source plugin/keyboard_cat.vimOpen up vim, and start the magic with this:
:PlayMeOff /path/to/some/fileThen, in insert mode, typing any letter will enter the next character of the file specified. So mash away to your heart’s content.