8000 GitHub - drzel/vim-gui-zoom
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drzel/vim-gui-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

vim-gui-zoom

Provides :ZoomIn and :ZoomOut commands.

Why?

I use neovide. It's great, but I want to be able to zoom in and out like in my terminal.

Installation

Install with a plugin manager.

Usage

Define a guifont, and map your keys. My config:

set guifont=DejaVuSansMono\ Nerd\ Font:h16
nmap <c-+> :ZoomIn<CR>
nmap <c--> :ZoomOut<CR>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0