Skip to content

Commit ea2cb65

Browse files
committed
Document use of filter columns in pickers.
Filtering on columns was implemented in helix-editor#9647. The only documentation I could find on this feature was the PR itself, and the video demo used a different syntax.
1 parent c9d829a commit ea2cb65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

book/src/keymap.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,10 @@ Keys to use within picker. Remapping currently not supported.
452452
| `Ctrl-t` | Toggle preview |
453453
| `Escape`, `Ctrl-c` | Close picker |
454454

455+
In pickers, you can filter specific columns by prefixing the column name with `%`.
456+
For example, in the file picker, `init %path .proto` searches for files ending
457+
in ".proto" containing the text "init".
458+
455459
## Prompt
456460

457461
Keys to use within prompt, Remapping currently not supported.

0 commit comments

Comments
 (0)