diff options
author | Michael Kohl | 2022-09-05 06:11:06 +0000 |
---|---|---|
committer | GitHub | 2022-09-05 06:11:06 +0000 |
commit | 16197664ab8dc1921de880a5487c0adea450635c (patch) | |
tree | adf3645140046d3a4da2e460865e956427c9dc26 /book | |
parent | 1acdfaa073327cb52c27186235d69ac095ab468d (diff) |
Add file_picker_in_current_directory to keymap.md (#3701)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 1 |
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` | |