Skip to content

Commit

Permalink
[docgen] Update doc/telescope-file-browser.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Jan 13, 2022
1 parent 8848169 commit 7602b16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/telescope-file-browser.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ fb_picker.file_browser({opts}) *fb_picker.file_browser()*
- `<A-m>/m`: Move multi-selected files/folders to current `path`
- `<A-y>/y`: Copy (multi-)selected files/folders to current `path`
- `<A-d>/d`: Delete (multi-)selected files/folders
- `<C-o>/o`: Open file/folder with default system application
- `<C-g>/g`: Go to parent directory
- `<C-e>/e`: Go to home directory
- `<C-w>/w`: Go to current working directory (cwd)
- `<C-t>/t`: Change nvim's cwd to selected folder/file(parent)
- `<A-o>/o`: Open file/folder with default system application
- `<C-h>/h`: Go to parent directory
- `~/~`: Go to home directory
- ``/``: Go to current working directory (cwd)
- `=/=`: Change nvim's cwd to selected folder/file(parent)
- `<C-f>/f`: Toggle between file and folder browser
- `<C-h>/h`: Toggle hidden files/folders
- `<C-s>/s`: Toggle all entries ignoring `./` and `../`
- `;/;`: Toggle hidden files/folders
- `+/+`: Toggle all entries ignoring `./` and `../`


Parameters: ~
Expand Down

0 comments on commit 7602b16

Please sign in to comment.