|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2024 Mar 11 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2024 Mar 26 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -7502,8 +7502,8 @@ A jump table for the options with a short description can be found at |Q_op|.
|
7502 | 7502 | highlighted with |hl-NonText|.
|
7503 | 7503 | You may also want to add "lastline" to the 'display' option to show as
|
7504 | 7504 | much of the last line as possible.
|
7505 |
| - NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y |
7506 |
| - and scrolling with the mouse. |
| 7505 | + NOTE: only partly implemented, currently works with CTRL-E, CTRL-Y, |
| 7506 | + CTRL-B, CTRL-F and scrolling with the mouse. |
7507 | 7507 |
|
7508 | 7508 | *'softtabstop'* *'sts'*
|
7509 | 7509 | 'softtabstop' 'sts' number (default 0)
|
@@ -8106,7 +8106,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
8106 | 8106 | appear wrong in many places, e.g., when printing it.
|
8107 | 8107 | The value must be more than 0 and less than 10000.
|
8108 | 8108 |
|
8109 |
| - There are four main ways to use tabs in Vim: |
| 8109 | + There are five main ways to use tabs in Vim: |
8110 | 8110 | 1. Always keep 'tabstop' at 8, set 'softtabstop' and 'shiftwidth' to 4
|
8111 | 8111 | (or 3 or whatever you prefer) and use 'noexpandtab'. Then Vim
|
8112 | 8112 | will use a mix of tabs and spaces, but typing <Tab> and <BS> will
|
|
0 commit comments