Skip to content

Commit 31539b0

Browse files
committed
Improve the introduction's expression.
1 parent 98391b7 commit 31539b0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# vim-fontsize
22

3-
Change font size easily.
3+
Change font size incrementally by one-key typing.
44

55
Currently only works on Windows and Mac OS X (not tested).
66

77
## Usage
88

99
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.
1113
3. Press `<Esc>` to quit the state.
1214

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.

0 commit comments

Comments
 (0)