|
1 | | -*helphelp.txt* For Vim version 9.1. Last change: 2025 Jul 07 |
| 1 | +*helphelp.txt* For Vim version 9.1. Last change: 2025 Aug 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -253,27 +253,29 @@ If you want to access an interactive table of contents, from any position in |
253 | 253 | the file, you can use the helptoc plugin. Load the plugin with: >vim |
254 | 254 |
|
255 | 255 | packadd helptoc |
256 | | - |
| 256 | +< |
| 257 | + *HelpToc-mappings* |
257 | 258 | Then you can use the `:HelpToc` command to open a popup menu. |
258 | 259 | The latter supports the following normal commands: > |
259 | 260 |
|
260 | 261 | key | effect |
261 | 262 | ----+--------------------------------------------------------- |
262 | | - j | select next entry |
263 | | - k | select previous entry |
264 | | - J | same as j, and jump to corresponding line in main buffer |
265 | | - K | same as k, and jump to corresponding line in main buffer |
266 | 263 | c | select nearest entry from cursor position in main buffer |
267 | 264 | g | select first entry |
268 | 265 | G | select last entry |
269 | 266 | H | collapse one level |
| 267 | + j | select next entry |
| 268 | + J | same as j, and jump to corresponding line in main buffer |
| 269 | + k | select previous entry |
| 270 | + K | same as k, and jump to corresponding line in main buffer |
270 | 271 | L | expand one level |
271 | 272 | p | print current entry on command-line |
272 | 273 |
|
273 | 274 | P | same as p but automatically, whenever selection changes |
274 | 275 | | press multiple times to toggle feature on/off |
275 | 276 |
|
276 | 277 | q | quit menu |
| 278 | + s | split window, and jump to selected entry |
277 | 279 | z | redraw menu with current entry at center |
278 | 280 | + | increase width of popup menu |
279 | 281 | - | decrease width of popup menu |
|
0 commit comments