mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add file browser (#11285)
This commit is contained in:
parent
8af33108f6
commit
6b044aeb29
5 changed files with 203 additions and 21 deletions
|
@ -100,6 +100,9 @@
|
|||
| `file_picker` | Open file picker | normal: `` <space>f ``, select: `` <space>f `` |
|
||||
| `file_picker_in_current_buffer_directory` | Open file picker at current buffer's directory | |
|
||||
| `file_picker_in_current_directory` | Open file picker at current working directory | normal: `` <space>F ``, select: `` <space>F `` |
|
||||
| `file_browser` | Open file browser in workspace root | normal: `` <space>e ``, select: `` <space>e `` |
|
||||
| `file_browser_in_current_buffer_directory` | Open file browser at current buffer's directory | normal: `` <space>E ``, select: `` <space>E `` |
|
||||
| `file_browser_in_current_directory` | Open file browser at current working directory | |
|
||||
| `code_action` | Perform code action | normal: `` <space>a ``, select: `` <space>a `` |
|
||||
| `buffer_picker` | Open buffer picker | normal: `` <space>b ``, select: `` <space>b `` |
|
||||
| `jumplist_picker` | Open jumplist picker | normal: `` <space>j ``, select: `` <space>j `` |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue