An open API service indexing awesome lists of open source software.

https://github.com/alonfnt/gvim-zoom

Vim plugin that lets you increase and decrease font size on GVim.
https://github.com/alonfnt/gvim-zoom

gvim plugins vim

Last synced: 8 months ago
JSON representation

Vim plugin that lets you increase and decrease font size on GVim.

Awesome Lists containing this project

README

          

# gvim-zoom.vim

Vim plugin to quickly change font size on GUI Vim.

## Installation
You can use your favourite plugin manager

```
Plug 'alonfnt/gvim-zoom'
```

## Usage

The default shortcuts to call the functions are:
* `-` calls `:FontDecrease()`.
* `+` calls `:FontIncrease()`.

## Configuration
`g:gvim_zoom_increment`: Indicates the number of points the font increases or decreases every time you change your font size.