feat: toggle code window from result container in sidebar (#2579)

This commit is contained in:
brook hong
2025-08-06 11:39:38 +08:00
committed by GitHub
parent 6bcf7dfbe7
commit 2fc63d4128
2 changed files with 13 additions and 0 deletions

View File

@@ -541,6 +541,7 @@ M._defaults = {
edit_user_request = "e",
switch_windows = "<Tab>",
reverse_switch_windows = "<S-Tab>",
toggle_code_window = "x",
remove_file = "d",
add_file = "@",
close = { "q" },