better demo

This commit is contained in:
Reed Esau
2014-01-01 18:15:51 -07:00
parent 04b017ca2a
commit b6057761e7
4 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
> Conveniently manage Vims appearance to suit your task and environment > Conveniently manage Vims appearance to suit your task and environment
![demo](screenshots/demo.gif)
* Groups global settings (like colorscheme) into themes * Groups global settings (like colorscheme) into themes
* Stays out of your way, except where you want it * Stays out of your way, except where you want it
* No predefined key mappings to interfere with your other mappings * No predefined key mappings to interfere with your other mappings

BIN
screenshots/demo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

6
screenshots/demo.txt Normal file
View File

@@ -0,0 +1,6 @@
Captured with Quicktime.
Processed with:
$ ffmpeg -i two.mov -s 700x478 -pix_fmt rgb24 -r 10 -f gif - | \
gifsicle --optimize=3 --delay=3 > out.gif

View File

@@ -1,6 +0,0 @@
Captured with Quicktime.
Processed with:
$ ffmpeg -i in.mov -s 700x300 -pix_fmt rgb24 -r 10 -f gif - | \
gifsicle --optimize=3 --delay=3 > out.gif