mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-07 10:51:36 +00:00
ui/breadcrumbs: add missing navbuddy mappings
This commit is contained in:
parent
98d9f0e622
commit
140cfea205
2 changed files with 23 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue