diff --git a/README.markdown b/README.markdown index bee55e6..5cf57e8 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,8 @@ > Conveniently manage Vim’s appearance to suit your task and environment +![demo](screenshots/demo.gif) + * Groups global settings (like colorscheme) into ‘themes’ * Stays out of your way, except where you want it * No predefined key mappings to interfere with your other mappings diff --git a/screenshots/demo.gif b/screenshots/demo.gif new file mode 100644 index 0000000..59c04b2 Binary files /dev/null and b/screenshots/demo.gif differ diff --git a/screenshots/demo.txt b/screenshots/demo.txt new file mode 100644 index 0000000..bccaa28 --- /dev/null +++ b/screenshots/demo.txt @@ -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 diff --git a/screenshots/thematic-console.txt b/screenshots/thematic-console.txt deleted file mode 100644 index b1c9ad4..0000000 --- a/screenshots/thematic-console.txt +++ /dev/null @@ -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