feat(neotree): reveal file on open
This commit is contained in:
@@ -4,6 +4,9 @@ return {
|
|||||||
---@type AstroCoreOpts
|
---@type AstroCoreOpts
|
||||||
opts = {
|
opts = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
n = {
|
||||||
|
["<Leader>e"] = { "<Cmd>Neotree toggle reveal reveal_force_cwd<CR>", desc = "Toggle Explorer" },
|
||||||
|
},
|
||||||
t = {
|
t = {
|
||||||
["<Esc>"] = [[<C-\><C-n>]],
|
["<Esc>"] = [[<C-\><C-n>]],
|
||||||
["<A-h>"] = [[<C-\><C-N><C-w>h]],
|
["<A-h>"] = [[<C-\><C-N><C-w>h]],
|
||||||
|
|||||||
Reference in New Issue
Block a user