1 2 3 4 5 6 7 8 9 10 11 |
Using pickersHelix has a variety of pickers, which are interactive windows used to select various kinds of items. These include a file picker, global search picker, and more. Most pickers are accessed via keybindings in space mode. Pickers have their own keymap for navigation. Filtering Picker ResultsMost pickers perform fuzzy matching using fzf syntax. Two exceptions are the global search picker, which uses regex, and the workspace symbol picker, which passes search terms to the language server. Note that OR operations ( If a picker shows multiple columns, you may apply the filter to a specific column by prefixing the column name with You can insert the contents of a register using |