Skip to content

Commit

Permalink
Document use of filter columns in pickers.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rcorre committed Jul 18, 2024
1 parent c9d829a commit ea2cb65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ Keys to use within picker. Remapping currently not supported.
| `Ctrl-t` | Toggle preview |
| `Escape`, `Ctrl-c` | Close picker |

In pickers, you can filter specific columns by prefixing the column name with `%`.
For example, in the file picker, `init %path .proto` searches for files ending
in ".proto" containing the text "init".

## Prompt

Keys to use within prompt, Remapping currently not supported.
Expand Down

0 comments on commit ea2cb65

Please sign in to comment.