mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-03 19:30:56 +00:00
feat: quickfixhistory picker (#1878)
This commit is contained in:
@@ -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>` |
|
||||
|
||||
Reference in New Issue
Block a user