diff --git a/docs-preview-877/options.html b/docs-preview-877/options.html index 69d7bdd7..5ecc99a1 100644 --- a/docs-preview-877/options.html +++ b/docs-preview-877/options.html @@ -39032,7 +39032,7 @@ boolean
Whether to always display the breadcrumbs component on winbar.
This will pass draw_empty
to the nvim_navic
winbar
component, which causes the component to be drawn even
-if it’s empty
Type: boolean
@@ -39086,7 +39086,7 @@ booleaninsert at end of name
+Insert at the end of name.
Type: string
@@ -39110,7 +39110,7 @@ stringinsert at end of scope
+Insert at the end of scope.
Type: string
@@ -39134,7 +39134,7 @@ stringkeybinding to navigate to the child node
+Navigate to the child node.
Type: string
@@ -39158,7 +39158,7 @@ stringkeybinding to close Navbuddy UI
+Close and return the cursor to its original location.
Type: string
@@ -39182,7 +39182,7 @@ stringcomment the node
+Comment the node.
Type: string
@@ -39206,7 +39206,7 @@ stringdelete the node
+Delete the node.
Type: string
@@ -39230,7 +39230,7 @@ stringcreate a new fold
+Create a new fold of the node.
Type: string
@@ -39254,7 +39254,7 @@ stringdelete the current fold
+Delete the current fold of the node.
Type: string
@@ -39278,7 +39278,7 @@ stringopen mapping help window
+Open the mappings help window.
Type: string
@@ -39286,6 +39286,30 @@ stringDefault:
"g?"
Declared by:
+
+
+<nvf/modules/plugins/ui/breadcrumbs/breadcrumbs.nix>
+
+ |
vim.ui.breadcrumbs.navbuddy.mappings.hsplit
+
+
+Open the node in a horizontal split.
+ +Type: +string
+ +Default:
+"<C-s>"
Declared by:
@@ -39302,7 +39326,7 @@ string
insert at start of name +Insert at the start of name. Type: string @@ -39326,7 +39350,7 @@ stringinsert at start of scope +Insert at the start of scope. Type: string @@ -39350,7 +39374,7 @@ stringmove focused node down +Move the node down. Type: string @@ -39374,7 +39398,7 @@ stringmove focused node up +Move the node up. Type: string @@ -39398,7 +39422,7 @@ stringkeybinding to navigate to the next sibling node +Navigate to the next sibling node. Type: string @@ -39422,7 +39446,7 @@ stringkeybinding to navigate to the parent node +Navigate to the parent node. Type: string @@ -39446,7 +39470,7 @@ stringkeybinding to navigate to the previous sibling node +Navigate to the previous sibling node. Type: string @@ -39470,7 +39494,7 @@ stringrename the node +Rename the node. Type: string @@ -39494,7 +39518,7 @@ stringkeybinding to navigate to the root node +Navigate to the root node. Type: string @@ -39518,7 +39542,7 @@ stringgoto selected symbol +Goto the node. Type: string @@ -39542,7 +39566,7 @@ stringfuzzy finder at current level +Start fuzzy finder at the current level. Type: string @@ -39550,6 +39574,30 @@ stringDefault:
Declared by: +
vim.ui.breadcrumbs.navbuddy.mappings.togglePreview
+
+
+Toggle the preview. + +Type: +string + +Default:
+ Declared by:
|