toggle neotree
This commit is contained in:
parent
85c876549f
commit
fb96529991
1 changed files with 9 additions and 0 deletions
|
|
@ -17,4 +17,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
mode = ["n"];
|
||||||
|
key = "<C-b>";
|
||||||
|
action = "<cmd>Neotree toggle<cr>";
|
||||||
|
options = {desc = "Open/Close Neotree";};
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue