refact, split tab to separate window

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-06 10:19:30 +08:00
parent 152616a261
commit e2228cc448
39 changed files with 81 additions and 37 deletions

View File

@@ -526,5 +526,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Sort tags", ""),
("Separate remote window", ""),
("separate window", ""),
("Split", ""),
].iter().cloned().collect();
}