Skip to content

wahidrahim/resize-font.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

resize-font

quickly resize font in gui vim

alt tag

Installation:

Place this in your .vimrc:

VimPlug

// .vimrc
Plug 'wahidrahim/resize-font'

// run in vim
:source %
:PlugInstall

Vundle

// .vimrc
Plugin 'wahidrahim/resize-font'

// run in vim
:source %
:PluginInstall

NeoBundle

// .vimrc
NeoBundle 'wahidrahim/resize-font'

// run in vim
:source %
:NeoBundleInstall

If you're using Pathogen, run the following:

cd ~/.vim/bundle
git clone https:/wahidrahim/resize-font

usage:

map <F11> :ResizeFontSmaller<CR>
map <F12> :ResizeFontBigger<CR>

About

simple plugin for quick font resizing in gui vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published