|
|
|
@ -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.
|
|
|
|
|
|
|
|
|
|