Skip to content

Commit

Permalink
docs: Document what directory file_picker opens from (helix-editor#10816
Browse files Browse the repository at this point in the history
)
  • Loading branch information
markstos authored and rongyi committed Jan 8, 2025
1 parent e0fb436 commit c49c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ This layer is a kludge of mappings, mostly pickers.

| Key | Description | Command |
| ----- | ----------- | ------- |
| `f` | Open file picker | `file_picker` |
| `f` | Open file picker at LSP workspace root | `file_picker` |
| `F` | Open file picker at current working directory | `file_picker_in_current_directory` |
| `b` | Open buffer picker | `buffer_picker` |
| `j` | Open jumplist picker | `jumplist_picker` |
Expand Down

0 comments on commit c49c1a4

Please sign in to comment.