Unnamed repository; edit this file 'description' to name the repository.
Add file_picker_in_current_directory to keymap.md (#3701)
Michael Kohl 2022-09-05
parent 1acdfaa · commit 1619766
-rw-r--r--book/src/keymap.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index a26fd7ea..698b504c 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -257,6 +257,7 @@ This layer is a kludge of mappings, mostly pickers.
| Key | Description | Command |
| ----- | ----------- | ------- |
| `f` | Open file picker | `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` |
| `k` | Show documentation for item under cursor in a [popup](#popup) (**LSP**) | `hover` |