TERMINAL: Add option for partial history search (#736)

This commit is contained in:
Michael Ficocelli
2023-08-21 06:50:17 -04:00
committed by GitHub
parent 7ea0725a39
commit 86b0bd5ac7
3 changed files with 91 additions and 5 deletions
+2
View File
@@ -26,6 +26,8 @@ export const Settings = {
DisableOverviewProgressBars: false,
/** Whether to enable bash hotkeys */
EnableBashHotkeys: false,
/** Whether to enable terminal history search */
EnableHistorySearch: false,
/** Timestamps format string */
TimestampsFormat: "",
/** Locale used for display numbers. */