Skip to content

Commit

Permalink
docs: Document what directory file_picker opens from (#10816)
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos authored Nov 20, 2024
1 parent 23600e3 commit 239262e
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 239262e

Please sign in to comment.