mirror of
https://github.com/gryf/zoom.vim.git
synced 2026-02-08 04:15:45 +01:00
20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2321
|
|
|
|
Control Vim editor font size with key "+", or key "-".
|
|
Press "+" key, Vim editor gui font size will change bigger.
|
|
And, press "-" key, Vim editor gui font size will change smaller.
|
|
|
|
This plugin is for GUI only.
|
|
|
|
|
|
Normal Mode:
|
|
+ ... change font size bigger
|
|
- ... change font size smaller
|
|
|
|
Command-line Mode:
|
|
:ZoomIn ... change font size bigger
|
|
:ZoomOut ... change font size smaller
|
|
:ZoomReset ... reset font size changes.
|
|
|
|
|