1
0
mirror of https://github.com/gryf/zoom.vim.git synced 2026-02-08 12:25:44 +01:00
Files
zoom.vim/README

30 lines
943 B
Plaintext

This is fork of a mirror of http://www.vim.org/scripts/script.php?script_id=2321
Control Vim editor font size with keyboard or mouse.
This plugin is for GUI only.
Normal Mode:
Keypad + ... incerase font size
Ctrl-MouseWheelUp
Keypad - ... decrease font size
Ctrl-MouseWheelDown
Keypad / ... reset font size to initial state
Command-line Mode:
:ZoomIn ... incerase font size
:ZoomOut ... decrease font size
:ZoomReset ... reset font size to initial state
==============================================================================
1. Copy the zoom.vim script to
$HOME/vimfiles/plugin or $HOME/.vim/plugin directory.
Refer to ':help add-plugin', ':help add-global-plugin' and
':help runtimepath' for more details about Vim plugins.
Or just use pathogen (https://github.com/tpope/vim-pathogen)
2. Restart Vim.