add undotree keybind
This commit is contained in:
parent
66b7f13861
commit
df70ebbe18
|
|
@ -1,3 +1,12 @@
|
||||||
{
|
{
|
||||||
plugins.undotree.enable = true;
|
plugins.undotree.enable = true;
|
||||||
|
keymaps = [
|
||||||
|
{
|
||||||
|
key = "<leader>u";
|
||||||
|
action = "<cmd>UndotreeToggle<CR>";
|
||||||
|
options = {
|
||||||
|
silent = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue