We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c160a8 + 08c5031 commit 6252deeCopy full SHA for 6252dee
plugins/command_completions/builtin_commands_meta_data.yaml
@@ -588,9 +588,18 @@ show_overlay:
588
command_type: window
589
doc_string: Show the overlay from the argument.
590
show_panel:
591
- args:
592
- panel:
593
- reverse: false
+ args: !!omap
+ - panel: incremental_find|find|replace|find_in_files
+ - pattern: ""
594
+ - replace_pattern: ""
595
+ - reverse: false
596
+ - regex: false
597
+ - in_selection: false
598
+ - whole_word: false
599
+ - preserve_case: false,
600
+ - use_gitignore: true,
601
+ - highlight: true
602
+ - wrap: true
603
604
doc_string: Show the panel from the argument.
605
show_progress_window:
0 commit comments