Skip to content

Commit 57e8b1b

Browse files
format
1 parent f938610 commit 57e8b1b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

src/components/terminal/terminalDefaults.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ export const DEFAULT_TERMINAL_SETTINGS = {
1616
fontLigatures: false,
1717
confirmTabClose: true,
1818
failsafeMode: false,
19-
quicktoolsItems: [
20-
0, 33, 2, 7, 1, 16, 18, 17, 19, 30, 47, 43, 44, 45, 29, 25
21-
],
19+
quicktoolsItems: [0, 33, 2, 7, 1, 16, 18, 17, 19, 30, 47, 43, 44, 45, 29, 25],
2220
// Touch selection settings
2321
touchSelectionTapHoldDuration: 600,
2422
touchSelectionMoveThreshold: 8,

src/lib/settings.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ class Settings {
189189
hardWrap: false,
190190
useTextareaForIME: false,
191191
touchMoveThreshold: Math.round((1 / devicePixelRatio) * 10) / 20,
192-
quicktoolsItems: [
193-
2, 1, 5, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
194-
],
192+
quicktoolsItems: [2, 1, 5, 3, 4, 18, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
195193
excludeFolders: this.#excludeFolders,
196194
defaultFileEncoding: "UTF-8",
197195
inlineAutoCompletion: true,

0 commit comments

Comments
 (0)