Updated: 03 November 2025
:LazyRootshow set of directories Lazy considers to be a root e.g. cwd root, lsp root, .git / lua root.<Leader>eopen explorer at the root directory (see:LazyRoot).<Leader>Eopen explorer at the current working directory.
Undo the LazyVim re-mappings of k -> gk and j -> gj
vim.keymap.del({ "n", "x" }, "k")
vim.keymap.del({ "n", "x" }, "j")