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",
|
||||
key = "f",
|
||||
},
|
||||
{
|
||||
icon = " ",
|
||||
desc = "File tree",
|
||||
group = "Label",
|
||||
action = "Neotree",
|
||||
key = "n",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
return {
|
||||
close_if_last_window = true,
|
||||
filesystem = {
|
||||
window = {
|
||||
mappings = {
|
||||
["Z"] = "expand_all_nodes",
|
||||
["<tab>"] = "toggle_node",
|
||||
},
|
||||
},
|
||||
filtered_items = {
|
||||
hide_dotfiles = false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue