Commit 31539b0 1 parent 98391b7 commit 31539b0 Copy full SHA for 31539b0
File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# vim-fontsize
2
2
3
- Change font size easily .
3
+ Change font size incrementally by one-key typing .
4
4
5
5
Currently only works on Windows and Mac OS X (not tested).
6
6
7
7
## Usage
8
8
9
9
1 . Run ` :Fontsize ` to enter the state of changing font size.
10
- 2 . Simply press ` + ` (or ` = ` ) and ` - ` to increase and decrease the font size respectively. It changes font size by 0.5 in height or width every time.
10
+ 2 . Press ` + ` /` = ` and ` - ` to increase and decrease the font size respectively,
11
+ by 0.5 in height, if width is not the only dimension found in the 'guifont'
12
+ setting, or width every time.
11
13
3 . Press ` <Esc> ` to quit the state.
12
14
13
- It works by changing option ` guifont ` . Read ` :help 'guifont' ` to find if your system uses this option.
15
+ It works by changing option ` guifont ` . Refer to ` :help 'guifont' ` to find if
16
+ your system uses this option.
You can’t perform that action at this time.
0 commit comments