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.
- Host: GitHub
- URL: https://github.com/alonfnt/gvim-zoom
- Owner: alonfnt
- Created: 2021-11-14T13:50:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T10:41:10.000Z (about 4 years ago)
- Last Synced: 2025-03-12T16:52:04.926Z (about 1 year ago)
- Topics: gvim, plugins, vim
- Language: Vim script
- Homepage:
- Size: 881 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.