You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`<C-f>/f`| Toggle between file and folder browser |
76
+
|`<C-y>/y`| Copy (multi-selected) files or folders to cwd |
77
+
|`<C-d>/dd`| Delete (multi-selected) files or folders |
78
+
|`<C-r>/r`| Rename (multi-selected) files |
79
+
|`<C-e>/e`| Add File/Folder at cwd; trailing `/` creates folder |
80
+
|`--/m`| Move multi-selected files to cwd |
81
+
|`<C-h>/h`| Toggle hidden files |
82
+
|`<C-o>/o`| Open file with default system application |
83
+
|`<C-g>/g`| Go to parent directory |
84
+
|`<C-s>/s`| Go to home directory |
85
+
|`<C-t>/t`| Change nvim's cwd to selected folder or file (parent) |
86
+
|`<C-w>/w`| Go to current working directory |
87
+
|`<A-e>/--`| Toggle all entires ignoring `./` and `../`|
86
88
87
89
Copying and moving files typically requires you to multi-select your files and folders and then moving to the target directory to copy and move the selections to (cf. [demo](#demo)).
0 commit comments