diff --git a/book/src/configuration.md b/book/src/configuration.md index 003420c0..60bf4c17 100644 --- a/book/src/configuration.md +++ b/book/src/configuration.md @@ -238,5 +238,4 @@ Sets explorer side width and style. | Key | Description | Default | | --- | ----------- | ------- | | `column-width` | explorer side width | 30 | - | `style` | explorer item style, tree or list | tree | - | `position` | explorer widget position, embed or overlay | overlay | + | `position` | explorer widget position, `overlay`, `right`, or `left` | `left` | diff --git a/book/src/keymap.md b/book/src/keymap.md index 1fd20bed..61145be7 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -276,7 +276,7 @@ This layer is a kludge of mappings, mostly pickers. | `/` | Global search in workspace folder | `global_search` | | `?` | Open command palette | `command_palette` | | `e` | Open or focus explorer | `toggle_or_focus_explorer` | -| `E` | open explorer recursion | `open_explorer_recursion` | +| `E` | Reveal current file in explorer | `reveal_current_file` | > TIP: Global search displays results in a fuzzy picker, use `space + '` to bring it back up after opening a file. @@ -406,33 +406,5 @@ Keys to use within prompt, Remapping currently not supported. | `Enter` | Open selected | # File explorer -Keys to use within explorer, Remapping currently not supported. - -| Key | Description | -| ----- | ------------- | -| `Escape` | Back to editor | -| `Ctrl-c` | Close explorer | -| `Enter` | Open file or toggle dir selected | -| `b` | Back to current root's parent | -| `f` | Filter items | -| `z` | Fold currrent level | -| `k`, `Shift-Tab`, `Up` | select previous item | -| `j`, `Tab`, `Down` | select next item | -| `h` | Scroll left | -| `l` | Scroll right | -| `G` | Move to last item | -| `Ctrl-d` | Move down half page | -| `Ctrl-u` | Move up half page | -| `Shift-d` | Move down a page | -| `Shift-u` | Move up a page | -| `/` | Search item | -| `?` | Search item reverse | -| `n` | Repeat last search | -| `Shift-n` | Repeat last search reverse | -| `gg` | Move to first item | -| `ge` | Move to last item | -| `gc` | Make current dir as root dir | -| `mf` | Create new file under current item's parent | -| `md` | Create new dir under current item's parent | -| `rf` | Remove file selected | -| `rd` | Remove dir selected | +Press `?` to see keymaps. Remapping currently not supported. +