ui/breadcrumbs: add missing navbuddy mappings

This commit is contained in:
Noah765 2025-05-04 15:00:21 +02:00
commit 140cfea205
2 changed files with 23 additions and 0 deletions

View file

@ -215,6 +215,24 @@ in {
description = "move focused node up";
};
togglePreview = mkOption {
type = str;
default = "s";
description = "show preview of current node";
};
vsplit = mkOption {
type = str;
default = "<C-v>";
description = "open selected node in a vertical split";
};
hsplit = mkOption {
type = str;
default = "<C-s>";
description = "open selected node in a horizontal split";
};
telescope = mkOption {
type = str;
default = "t";