mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Add :TOhtml to misc section
This commit is contained in:
parent
4fc7ac9755
commit
4550a3af77
16
README.md
16
README.md
@ -112,6 +112,7 @@
|
|||||||
- [Vim distributions](#vim-distributions)
|
- [Vim distributions](#vim-distributions)
|
||||||
- [Standard plugins](#standard-plugins)
|
- [Standard plugins](#standard-plugins)
|
||||||
- [Map CapsLock to Control](#map-capslock-to-control)
|
- [Map CapsLock to Control](#map-capslock-to-control)
|
||||||
|
- [Generating HTML from buffer](#generating-html-from-buffer)
|
||||||
- [Easter eggs](#easter-eggs)
|
- [Easter eggs](#easter-eggs)
|
||||||
- [Why hjkl for navigation?](#why-hjkl-for-navigation)
|
- [Why hjkl for navigation?](#why-hjkl-for-navigation)
|
||||||
|
|
||||||
@ -2583,6 +2584,21 @@ An alternative would be using [caps2esc](https://github.com/oblitum/caps2esc) or
|
|||||||
See [superuser.com: Map Caps-Lock to Control in Windows
|
See [superuser.com: Map Caps-Lock to Control in Windows
|
||||||
8.1](http://superuser.com/questions/764782/map-caps-lock-to-control-in-windows-8-1).
|
8.1](http://superuser.com/questions/764782/map-caps-lock-to-control-in-windows-8-1).
|
||||||
|
|
||||||
|
## Generating HTML from buffer
|
||||||
|
|
||||||
|
Generate HTML from any buffer using `:TOhtml` from the 2html [standard
|
||||||
|
plugin](#standard-plugins). The output can be used for printing or easy web
|
||||||
|
publishing.
|
||||||
|
|
||||||
|
The command creates a new buffer of the same name with `.html` appended. The
|
||||||
|
colors are the same as seen in Vim. They depend on the
|
||||||
|
[colorscheme](#colorschemes).
|
||||||
|
|
||||||
|
The plugin knows several options to finetune the output, e.g. for setting the
|
||||||
|
encoding and font.
|
||||||
|
|
||||||
|
See `:h :TOhtml`.
|
||||||
|
|
||||||
## Easter eggs
|
## Easter eggs
|
||||||
|
|
||||||
| Command | Message |
|
| Command | Message |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user