Add new mappings for neotree, add neotree shortcut to dashboard
This commit is contained in:
parent
b37c900acb
commit
3505bb8abe
|
@ -14,6 +14,13 @@ return {
|
||||||
action = "Telescope find_files",
|
action = "Telescope find_files",
|
||||||
key = "f",
|
key = "f",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
icon = " ",
|
||||||
|
desc = "File tree",
|
||||||
|
group = "Label",
|
||||||
|
action = "Neotree",
|
||||||
|
key = "n",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
return {
|
return {
|
||||||
close_if_last_window = true,
|
close_if_last_window = true,
|
||||||
filesystem = {
|
filesystem = {
|
||||||
|
window = {
|
||||||
|
mappings = {
|
||||||
|
["Z"] = "expand_all_nodes",
|
||||||
|
["<tab>"] = "toggle_node",
|
||||||
|
},
|
||||||
|
},
|
||||||
filtered_items = {
|
filtered_items = {
|
||||||
hide_dotfiles = false,
|
hide_dotfiles = false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue