:se runtimepath?
To load a new colour scheme use the file name without the extension, for example:
:colo elflord
:se runtimepath?
To load a new colour scheme use the file name without the extension, for example:
:colo elflord
convert foo.tif -compress jpeg foo.pdf
toro@moutere:~$ echo -e "1\n2\n3\n4" | tac
4
3
2
1
toro@moutere:~$
set directory=~/tmp//,.,/var/tmp//,/tmp//
Note the trailing double slash which indicates that swap file names will include the full path, thus avoiding file name collisions.
mogrify -resize 320x240 *.jpg
This will replace all .jpg images with resized versions. Note that aspect ratio will be preserved so output resolution may not match exactly.