diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2022-05-04 21:50:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 21:50:15 +0200 |
| commit | 8d1841bff5c70d05f458ded09e465ae4ac21ecce (patch) | |
| tree | e40f3d3c0fc471daee425d906b469cdebba8f2fd /README.md | |
| parent | c93276acd34f5cb20d7cc2de15a8f40526433660 (diff) | |
feat: quickfixhistory picker (#1878)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -279,6 +279,7 @@ Built-in functions. Ready to be bound to any key you like. | `builtin.marks` | Lists vim marks and their value | | `builtin.colorscheme` | Lists available colorschemes and applies them on `<cr>` | | `builtin.quickfix` | Lists items in the quickfix list | +| `builtin.quickfixhistory` | Lists all quickfix lists in your history and open them with `builtin.quickfix` | | `builtin.loclist` | Lists items from the current window's location list | | `builtin.jumplist` | Lists Jump List entries | | `builtin.vim_options` | Lists vim options, allows you to edit the current value on `<cr>` | |
