Skip to content

Commit 7602b16

Browse files
author
Github Actions
committed
[docgen] Update doc/telescope-file-browser.txt
skip-checks: true
1 parent 8848169 commit 7602b16

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/telescope-file-browser.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ fb_picker.file_browser({opts}) *fb_picker.file_browser()*
6060
- `<A-m>/m`: Move multi-selected files/folders to current `path`
6161
- `<A-y>/y`: Copy (multi-)selected files/folders to current `path`
6262
- `<A-d>/d`: Delete (multi-)selected files/folders
63-
- `<C-o>/o`: Open file/folder with default system application
64-
- `<C-g>/g`: Go to parent directory
65-
- `<C-e>/e`: Go to home directory
66-
- `<C-w>/w`: Go to current working directory (cwd)
67-
- `<C-t>/t`: Change nvim's cwd to selected folder/file(parent)
63+
- `<A-o>/o`: Open file/folder with default system application
64+
- `<C-h>/h`: Go to parent directory
65+
- `~/~`: Go to home directory
66+
- ``/``: Go to current working directory (cwd)
67+
- `=/=`: Change nvim's cwd to selected folder/file(parent)
6868
- `<C-f>/f`: Toggle between file and folder browser
69-
- `<C-h>/h`: Toggle hidden files/folders
70-
- `<C-s>/s`: Toggle all entries ignoring `./` and `../`
69+
- `;/;`: Toggle hidden files/folders
70+
- `+/+`: Toggle all entries ignoring `./` and `../`
7171

7272

7373
Parameters: ~

0 commit comments

Comments
 (0)