mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-13 04:13:48 -05:00
better demo
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
> Conveniently manage Vim’s appearance to suit your task and environment
|
> Conveniently manage Vim’s appearance to suit your task and environment
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
* 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
BIN
screenshots/demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
6
screenshots/demo.txt
Normal file
6
screenshots/demo.txt
Normal 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
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user