From 62b4f44a725c894df63153db80d9805b9d20cddc Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 30 Jul 2023 15:41:37 +0200 Subject: [PATCH] Add show_panel: console --- plugins/command_completions/builtin_commands_meta_data.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/command_completions/builtin_commands_meta_data.yaml b/plugins/command_completions/builtin_commands_meta_data.yaml index 609766c6..3bcf0377 100644 --- a/plugins/command_completions/builtin_commands_meta_data.yaml +++ b/plugins/command_completions/builtin_commands_meta_data.yaml @@ -611,7 +611,7 @@ show_overlay: doc_string: Show the overlay from the argument. show_panel: args: !!omap - - panel: incremental_find|find|replace|find_in_files + - panel: incremental_find|find|replace|find_in_files|console - pattern: "" - replace_pattern: "" - reverse: false @@ -622,6 +622,8 @@ show_panel: - use_gitignore: true, - highlight: true - wrap: true + - toggle: true + - toggle_when_not_focused: true command_type: window doc_string: Show the panel from the argument. show_progress_window: