1
0
mirror of https://github.com/gryf/zoom.vim.git synced 2026-02-07 20:15:44 +01:00
2013-10-29 20:56:17 +01:00
2013-10-29 20:56:17 +01:00

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.
Description
control gui font size with "+" or "-" keys.
Readme 117 KiB
Languages
Vim script 100%