File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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: ~
You can’t perform that action at this time.
0 commit comments