Add screenshots to docs
2
docs/.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
_build
|
_build
|
||||||
_static
|
|
||||||
_templates
|
|
||||||
|
BIN
docs/source/_static/img/pl-mode-insert.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
docs/source/_static/img/pl-mode-normal.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
docs/source/_static/img/pl-mode-replace.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
docs/source/_static/img/pl-mode-visual.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
docs/source/_static/img/pl-truncate1.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
docs/source/_static/img/pl-truncate2.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
docs/source/_static/img/pl-truncate3.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
@ -9,6 +9,33 @@ in some way (e.g. shell prompts and tmux themes).
|
|||||||
The project is currently in beta, and most of the functionality in the old
|
The project is currently in beta, and most of the functionality in the old
|
||||||
vimscript project is already implemented.
|
vimscript project is already implemented.
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
-----------
|
||||||
|
|
||||||
|
**Mode-dependent highlighting**
|
||||||
|
|
||||||
|
* .. image:: _static/img/pl-mode-normal.png
|
||||||
|
:alt: Normal mode
|
||||||
|
* .. image:: _static/img/pl-mode-insert.png
|
||||||
|
:alt: Insert mode
|
||||||
|
* .. image:: _static/img/pl-mode-visual.png
|
||||||
|
:alt: Visual mode
|
||||||
|
* .. image:: _static/img/pl-mode-replace.png
|
||||||
|
:alt: Replace mode
|
||||||
|
|
||||||
|
**Automatic truncation of segments in small windows**
|
||||||
|
|
||||||
|
* .. image:: _static/img/pl-truncate1.png
|
||||||
|
:alt: Truncation illustration
|
||||||
|
* .. image:: _static/img/pl-truncate2.png
|
||||||
|
:alt: Truncation illustration
|
||||||
|
* .. image:: _static/img/pl-truncate3.png
|
||||||
|
:alt: Truncation illustration
|
||||||
|
|
||||||
|
The font in the screenshots is `Pragmata Pro`_ by Fabrizio Schiavi.
|
||||||
|
|
||||||
|
.. _`Pragmata Pro`: http://www.fsd.it/fonts/pragmatapro.htm
|
||||||
|
|
||||||
Feature highlights
|
Feature highlights
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|