Skip to content

Instantly share code, notes, and snippets.

@thinca
Created December 3, 2009 08:26
Show Gist options
  • Save thinca/247988 to your computer and use it in GitHub Desktop.
Save thinca/247988 to your computer and use it in GitHub Desktop.
'vimshell'.each_char do |c|
puts c
STDOUT.flush
sleep 0.1
end
__END__
In shell:
v
i
m
s
h
e
l
l
In vimshell:
vimshell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment