You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| >loclist |`nil\|boolean`| Toggle the loclist instead of the quickfix list |
331
+
| >focus |`nil\|boolean`| Focus the quickfix window after toggling (default false) |
332
+
| >height |`nil\|integer`| Height of the quickfix window when opened. Defaults to number of items in the list. |
333
+
| >min_height |`nil\|integer`| Minimum height of the quickfix window. Default 4. |
334
+
| >max_height |`nil\|integer`| Maximum height of the quickfix window. Default 16. |
335
+
| >open_cmd_mods |`nil\|quicker.OpenCmdMods`| A table of modifiers for the quickfix or loclist open commands. |
336
336
| >view |`nil\|quicker.WinViewDict`| A table of options to restore the view of the quickfix window. Can be used to set the cursor or scroll positions (see `winsaveview()`). |
| >loclist |`nil\|boolean`| Toggle the loclist instead of the quickfix list |
347
+
| >focus |`nil\|boolean`| Focus the quickfix window after toggling (default false) |
348
+
| >height |`nil\|integer`| Height of the quickfix window when opened. Defaults to number of items in the list. |
349
+
| >min_height |`nil\|integer`| Minimum height of the quickfix window. Default 4. |
350
+
| >max_height |`nil\|integer`| Maximum height of the quickfix window. Default 16. |
351
+
| >open_cmd_mods |`nil\|quicker.OpenCmdMods`| A table of modifiers for the quickfix or loclist open commands. |
352
352
| >view |`nil\|quicker.WinViewDict`| A table of options to restore the view of the quickfix window. Can be used to set the cursor or scroll positions (see `winsaveview()`). |
0 commit comments