Custom version of https://github.com/nvim-lua/kickstart.nvim.
Mappings | Description |
---|---|
R | (refresh) to perform a reread of the files contained in the project |
H | (hide) to hide/display hidden files and folders (beginning with a dot .) |
E | (expand_all) to expand the entire file tree starting from the root folder (workspace) |
W | (collapse_all) to close all open folders starting from the root folder |
- | (dir_up) allows you to go back up folders. This navigation also allows you to exit the root folder (workspace) to your home directory |
s | (system) to open the file with the system application set by default for that file type |
f | (find) to open the interactive file search to which search filters can be applied |
F | to close the interactive search |
Ctrl + k | to display information about the file such as size, creation date, etc. |
g + ? | to open the help with all the predefined shortcuts for quick reference |
q | to close the file explorer |