LazyVim

Updated: 03 November 2025

  • :LazyRoot show set of directories Lazy considers to be a root e.g. cwd root, lsp root, .git / lua root.
  • <Leader>e open explorer at the root directory (see :LazyRoot).
  • <Leader>E open 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")