• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    Vim Script
  • Created over 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

vim plugin for pretending like you can actually type

keyboard_cat.vim

A vim plugin for pretending like you can type really fast.

Why?

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

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.vim

Use

Open up vim, and start the magic with this:

:PlayMeOff /path/to/some/file

Then, in insert mode, typing any letter will enter the next character of the file specified. So mash away to your heart's content.