settings.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  1. {
  2. "vscode-neovim.neovimExecutablePaths.darwin": "/usr/local/bin/nvim",
  3. "vscode-neovim.neovimExecutablePaths.linux": "/usr/local/bin/nvim",
  4. "vscode-neovim.neovimInitVimPaths.darwin": "$HOME/.config/nvim/utils/lv-vscode/init.vim",
  5. "vscode-neovim.neovimInitVimPaths.linux": "$HOME/.config/nvim/utils/lv-vscode/init.vim",
  6. "whichkey.sortOrder": "alphabetically",
  7. "whichkey.delay": 0,
  8. "whichkey.bindings": [
  9. {
  10. "key": ";",
  11. "name": "commands",
  12. "type": "command",
  13. "command": "workbench.action.showCommands"
  14. },
  15. {
  16. "key": "/",
  17. "name": "comment",
  18. "type": "command",
  19. "command": "vscode-neovim.send",
  20. "args": "<C-/>"
  21. },
  22. {
  23. "key": "?",
  24. "name": "View All References",
  25. "type": "command",
  26. "command": "references-view.find",
  27. "when": "editorHasReferenceProvider"
  28. },
  29. {
  30. "key": "b",
  31. "name": "Buffers/Editors...",
  32. "type": "bindings",
  33. "bindings": [
  34. {
  35. "key": "b",
  36. "name": "Show all buffers/editors",
  37. "type": "command",
  38. "command": "workbench.action.showAllEditors"
  39. },
  40. {
  41. "key": "d",
  42. "name": "Close active editor",
  43. "type": "command",
  44. "command": "workbench.action.closeActiveEditor"
  45. },
  46. {
  47. "key": "h",
  48. "name": "Move editor into left group",
  49. "type": "command",
  50. "command": "workbench.action.moveEditorToLeftGroup"
  51. },
  52. {
  53. "key": "j",
  54. "name": "Move editor into below group",
  55. "type": "command",
  56. "command": "workbench.action.moveEditorToBelowGroup"
  57. },
  58. {
  59. "key": "k",
  60. "name": "Move editor into above group",
  61. "type": "command",
  62. "command": "workbench.action.moveEditorToAboveGroup"
  63. },
  64. {
  65. "key": "l",
  66. "name": "Move editor into right group",
  67. "type": "command",
  68. "command": "workbench.action.moveEditorToRightGroup"
  69. },
  70. {
  71. "key": "m",
  72. "name": "Close other editors",
  73. "type": "command",
  74. "command": "workbench.action.closeOtherEditors"
  75. },
  76. {
  77. "key": "n",
  78. "name": "Next editor",
  79. "type": "command",
  80. "command": "workbench.action.nextEditor"
  81. },
  82. {
  83. "key": "p",
  84. "name": "Previous editor",
  85. "type": "command",
  86. "command": "workbench.action.previousEditor"
  87. },
  88. {
  89. "key": "N",
  90. "name": "New untitled editor",
  91. "type": "command",
  92. "command": "workbench.action.files.newUntitledFile"
  93. },
  94. {
  95. "key": "u",
  96. "name": "Reopen closed editor",
  97. "type": "command",
  98. "command": "workbench.action.reopenClosedEditor"
  99. },
  100. {
  101. "key": "y",
  102. "name": "Copy buffer to clipboard",
  103. "type": "commands",
  104. "commands": [
  105. "editor.action.selectAll",
  106. "editor.action.clipboardCopyAction",
  107. "cancelSelection"
  108. ]
  109. }
  110. ]
  111. },
  112. {
  113. "key": "d",
  114. "name": "Debug...",
  115. "type": "bindings",
  116. "bindings": [
  117. {
  118. "key": "d",
  119. "name": "Start debug",
  120. "type": "command",
  121. "command": "workbench.action.debug.start"
  122. },
  123. {
  124. "key": "S",
  125. "name": "Stop debug",
  126. "type": "command",
  127. "command": "workbench.action.debug.stop"
  128. },
  129. {
  130. "key": "c",
  131. "name": "Continue debug",
  132. "type": "command",
  133. "command": "workbench.action.debug.continue"
  134. },
  135. {
  136. "key": "p",
  137. "name": "Pause debug",
  138. "type": "command",
  139. "command": "workbench.action.debug.pause"
  140. },
  141. {
  142. "key": "r",
  143. "name": "Run without debugging",
  144. "type": "command",
  145. "command": "workbench.action.debug.run"
  146. },
  147. {
  148. "key": "R",
  149. "name": "Restart ebug",
  150. "type": "command",
  151. "command": "workbench.action.debug.restart"
  152. },
  153. {
  154. "key": "i",
  155. "name": "Step into",
  156. "type": "command",
  157. "command": "workbench.action.debug.stepInto"
  158. },
  159. {
  160. "key": "s",
  161. "name": "Step over",
  162. "type": "command",
  163. "command": "workbench.action.debug.stepOver"
  164. },
  165. {
  166. "key": "o",
  167. "name": "Step out",
  168. "type": "command",
  169. "command": "workbench.action.debug.stepOut"
  170. },
  171. {
  172. "key": "b",
  173. "name": "Toggle breakpoint",
  174. "type": "command",
  175. "command": "editor.debug.action.toggleBreakpoint"
  176. },
  177. {
  178. "key": "B",
  179. "name": "Toggle inline breakpoint",
  180. "type": "command",
  181. "command": "editor.debug.action.toggleInlineBreakpoint"
  182. },
  183. {
  184. "key": "j",
  185. "name": "Jump to cursor",
  186. "type": "command",
  187. "command": "debug.jumpToCursor"
  188. },
  189. {
  190. "key": "v",
  191. "name": "REPL",
  192. "type": "command",
  193. "command": "workbench.debug.action.toggleRepl"
  194. },
  195. {
  196. "key": "w",
  197. "name": "Focus on watch window",
  198. "type": "command",
  199. "command": "workbench.debug.action.focusWatchView"
  200. },
  201. {
  202. "key": "W",
  203. "name": "Add to watch",
  204. "type": "command",
  205. "command": "editor.debug.action.selectionToWatch"
  206. }
  207. ]
  208. },
  209. {
  210. "key": "e",
  211. "name": "Toggle Explorer",
  212. "type": "command",
  213. "command": "workbench.action.toggleSidebarVisibility"
  214. },
  215. {
  216. "key": "f",
  217. "name": "Find & Replace...",
  218. "type": "bindings",
  219. "bindings": [
  220. {
  221. "key": "f",
  222. "name": "File",
  223. "type": "command",
  224. "command": "editor.action.startFindReplaceAction"
  225. },
  226. {
  227. "key": "s",
  228. "name": "Symbol",
  229. "type": "command",
  230. "command": "editor.action.rename",
  231. "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
  232. },
  233. {
  234. "key": "p",
  235. "name": "Project",
  236. "type": "command",
  237. "command": "workbench.action.replaceInFiles"
  238. }
  239. ]
  240. },
  241. {
  242. "key": "g",
  243. "name": "Git...",
  244. "type": "bindings",
  245. "bindings": [
  246. {
  247. "key": "/",
  248. "name": "Search Commits",
  249. "command": "gitlens.showCommitSearch",
  250. "type": "command",
  251. "when": "gitlens:enabled && config.gitlens.keymap == 'alternate'"
  252. },
  253. {
  254. "key": "a",
  255. "name": "Stage",
  256. "type": "command",
  257. "command": "git.stage"
  258. },
  259. {
  260. "key": "b",
  261. "name": "Checkout",
  262. "type": "command",
  263. "command": "git.checkout"
  264. },
  265. {
  266. "key": "B",
  267. "name": "Browse",
  268. "type": "command",
  269. "command": "gitlens.openFileInRemote"
  270. },
  271. {
  272. "key": "c",
  273. "name": "Commit",
  274. "type": "command",
  275. "command": "git.commit"
  276. },
  277. {
  278. "key": "C",
  279. "name": "Cherry Pick",
  280. "type": "command",
  281. "command": "gitlens.views.cherryPick"
  282. },
  283. {
  284. "key": "d",
  285. "name": "Delete Branch",
  286. "type": "command",
  287. "command": "git.deleteBranch"
  288. },
  289. {
  290. "key": "f",
  291. "name": "Fetch",
  292. "type": "command",
  293. "command": "git.fetch"
  294. },
  295. {
  296. "key": "F",
  297. "name": "Pull From",
  298. "type": "command",
  299. "command": "git.pullFrom"
  300. },
  301. {
  302. "key": "g",
  303. "name": "Graph",
  304. "type": "command",
  305. "command": "git-graph.view"
  306. },
  307. {
  308. "key": "h",
  309. "name": "Heatmap",
  310. "type": "command",
  311. "command": "gitlens.toggleFileHeatmap"
  312. },
  313. {
  314. "key": "H",
  315. "name": "History",
  316. "type": "command",
  317. "command": "git.viewFileHistory"
  318. },
  319. {
  320. "key": "i",
  321. "name": "Init",
  322. "type": "command",
  323. "command": "git.init"
  324. },
  325. {
  326. "key": "j",
  327. "name": "Next Change",
  328. "type": "command",
  329. "command": "workbench.action.editor.nextChange"
  330. },
  331. {
  332. "key": "k",
  333. "name": "Previous Change",
  334. "type": "command",
  335. "command": "workbench.action.editor.previousChange"
  336. },
  337. {
  338. "key": "l",
  339. "name": "Toggle Line Blame",
  340. "type": "command",
  341. "command": "gitlens.toggleLineBlame",
  342. "when": "editorTextFocus && gitlens:canToggleCodeLens && gitlens:enabled && config.gitlens.keymap == 'alternate'"
  343. },
  344. {
  345. "key": "L",
  346. "name": "Toggle GitLens",
  347. "type": "command",
  348. "command": "gitlens.toggleCodeLens",
  349. "when": "editorTextFocus && gitlens:canToggleCodeLens && gitlens:enabled && config.gitlens.keymap == 'alternate'"
  350. },
  351. {
  352. "key": "m",
  353. "name": "Merge",
  354. "type": "command",
  355. "command": "git.merge"
  356. },
  357. {
  358. "key": "p",
  359. "name": "Push",
  360. "type": "command",
  361. "command": "git.push"
  362. },
  363. {
  364. "key": "P",
  365. "name": "Push",
  366. "type": "command",
  367. "command": "git.pull"
  368. },
  369. {
  370. "key": "s",
  371. "name": "Stash",
  372. "type": "command",
  373. "command": "workbench.view.scm"
  374. },
  375. {
  376. "key": "S",
  377. "name": "Status",
  378. "type": "command",
  379. "command": "gitlens.showQuickRepoStatus",
  380. "when": "gitlens:enabled && config.gitlens.keymap == 'alternate'"
  381. },
  382. {
  383. "key": "t",
  384. "name": "Create Tag",
  385. "type": "command",
  386. "command": "git.createTag"
  387. },
  388. {
  389. "key": "T",
  390. "name": "Delete Tag",
  391. "type": "command",
  392. "command": "git.deleteTag"
  393. },
  394. {
  395. "key": "U",
  396. "name": "Unstage",
  397. "type": "command",
  398. "command": "git.unstage"
  399. }
  400. ]
  401. },
  402. {
  403. "key": "h",
  404. "name": "Split Horizontal",
  405. "type": "command",
  406. "command": "workbench.action.splitEditorDown"
  407. },
  408. {
  409. "key": "i",
  410. "name": "Insert...",
  411. "type": "bindings",
  412. "bindings": [
  413. {
  414. "key": "j",
  415. "name": "Insert line below",
  416. "type": "command",
  417. "command": "editor.action.insertLineAfter"
  418. },
  419. {
  420. "key": "k",
  421. "name": "Insert line above",
  422. "type": "command",
  423. "command": "editor.action.insertLineBefore"
  424. },
  425. {
  426. "key": "s",
  427. "name": "Insert snippet",
  428. "type": "command",
  429. "command": "editor.action.insertSnippet"
  430. }
  431. ]
  432. },
  433. {
  434. "key": "l",
  435. "name": "LSP...",
  436. "type": "bindings",
  437. "bindings": [
  438. {
  439. "key": ";",
  440. "name": "Refactor",
  441. "type": "command",
  442. "command": "editor.action.refactor",
  443. "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
  444. },
  445. {
  446. "key": "a",
  447. "name": "Auto Fix",
  448. "type": "command",
  449. "command": "editor.action.autoFix",
  450. "when": "editorTextFocus && !editorReadonly && supportedCodeAction =~ /(\\s|^)quickfix\\b/"
  451. },
  452. {
  453. "key": "d",
  454. "name": "Definition",
  455. "type": "command",
  456. "command": "editor.action.revealDefinition",
  457. "when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
  458. },
  459. {
  460. "key": "D",
  461. "name": "Declaration",
  462. "type": "command",
  463. "command": "editor.action.revealDeclaration"
  464. },
  465. {
  466. "key": "e",
  467. "name": "Errors",
  468. "type": "command",
  469. "command": "workbench.actions.view.problems"
  470. },
  471. {
  472. "key": "f",
  473. "name": "Format",
  474. "type": "command",
  475. "command": "editor.action.formatDocument",
  476. "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
  477. },
  478. {
  479. "key": "i",
  480. "name": "Implementation",
  481. "type": "command",
  482. "command": "editor.action.goToImplementation",
  483. "when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor"
  484. },
  485. {
  486. "key": "l",
  487. "name": "Code Lens",
  488. "type": "command",
  489. "command": "codelens.showLensesInCurrentLine"
  490. },
  491. {
  492. "key": "n",
  493. "name": "Next Problem",
  494. "type": "command",
  495. "command": "editor.action.marker.next",
  496. "when": "editorFocus"
  497. },
  498. {
  499. "key": "N",
  500. "name": "Next Problem (Proj)",
  501. "type": "command",
  502. "command": "editor.action.marker.nextInFiles",
  503. "when": "editorFocus"
  504. },
  505. {
  506. "key": "o",
  507. "name": "Outline",
  508. "type": "command",
  509. "command": "outline.focus"
  510. },
  511. {
  512. "key": "p",
  513. "name": "Prev Problem",
  514. "type": "command",
  515. "command": "editor.action.marker.prevInFiles",
  516. "when": "editorFocus"
  517. },
  518. {
  519. "key": "P",
  520. "name": "Prev Problem (Proj)",
  521. "type": "command",
  522. "command": "editor.action.marker.prev",
  523. "when": "editorFocus"
  524. },
  525. {
  526. "key": "q",
  527. "name": "Quick Fix",
  528. "type": "command",
  529. "command": "editor.action.quickFix",
  530. "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
  531. },
  532. {
  533. "key": "r",
  534. "name": "References",
  535. "type": "command",
  536. "command": "editor.action.goToReferences",
  537. "when": "editorHasReferenceProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
  538. },
  539. {
  540. "key": "R",
  541. "name": "Rename",
  542. "type": "command",
  543. "command": "editor.action.rename",
  544. "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
  545. },
  546. {
  547. "key": "v",
  548. "name": "View All References",
  549. "type": "command",
  550. "command": "references-view.find",
  551. "when": "editorHasReferenceProvider"
  552. },
  553. {
  554. "key": "s",
  555. "name": "Go To Symbol",
  556. "type": "command",
  557. "command": "workbench.action.gotoSymbol"
  558. },
  559. {
  560. "key": "S",
  561. "name": "Show All Symbols",
  562. "type": "command",
  563. "command": "workbench.action.showAllSymbols"
  564. }
  565. ]
  566. },
  567. {
  568. "key": "m",
  569. "name": "Mark...",
  570. "type": "bindings",
  571. "bindings": [
  572. {
  573. "key": "c",
  574. "name": "Clear Bookmarks",
  575. "type": "command",
  576. "command": "bookmarks.clear"
  577. },
  578. {
  579. "key": "j",
  580. "name": "Next Bookmark",
  581. "type": "command",
  582. "command": "bookmarks.jumpToNext",
  583. "when": "editorTextFocus"
  584. },
  585. {
  586. "key": "k",
  587. "name": "Previous Bookmark",
  588. "type": "command",
  589. "command": "bookmarks.jumpToPrevious",
  590. "when": "editorTextFocus"
  591. },
  592. {
  593. "key": "l",
  594. "name": "List Bookmarks",
  595. "type": "command",
  596. "command": "bookmarks.listFromAllFiles",
  597. "when": "editorTextFocus"
  598. },
  599. {
  600. "key": "r",
  601. "name": "Refresh Bookmarks",
  602. "type": "command",
  603. "command": "bookmarks.refresh"
  604. },
  605. {
  606. "key": "t",
  607. "name": "Toggle Bookmark",
  608. "type": "command",
  609. "command": "bookmarks.toggle",
  610. "when": "editorTextFocus"
  611. },
  612. {
  613. "key": "s",
  614. "name": "Show Bookmarks",
  615. "type": "command",
  616. "command": "workbench.view.extension.bookmarks"
  617. }
  618. ]
  619. },
  620. {
  621. "key": "M",
  622. "name": "Minimap",
  623. "type": "command",
  624. "command": "editor.action.toggleMinimap"
  625. },
  626. {
  627. "key": "n",
  628. "name": "No Highlight",
  629. "type": "command",
  630. "command": "vscode-neovim.send",
  631. "args": ":noh<CR>"
  632. },
  633. {
  634. "key": "o",
  635. "name": "Open...",
  636. "type": "bindings",
  637. "bindings": [
  638. {
  639. "key": "d",
  640. "name": "Directory",
  641. "type": "command",
  642. "command": "workbench.action.files.openFolder"
  643. },
  644. {
  645. "key": "r",
  646. "name": "Recent",
  647. "type": "command",
  648. "command": "workbench.action.openRecent"
  649. },
  650. {
  651. "key": "f",
  652. "name": "File",
  653. "type": "command",
  654. "command": "workbench.action.files.openFile"
  655. }
  656. ]
  657. },
  658. {
  659. "key": "p",
  660. "name": "Peek...",
  661. "type": "bindings",
  662. "bindings": [
  663. {
  664. "key": "d",
  665. "name": "Definition",
  666. "type": "command",
  667. "command": "editor.action.peekDefinition",
  668. "when": "editorHasDefinitionProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
  669. },
  670. {
  671. "key": "D",
  672. "name": "Declaration",
  673. "type": "command",
  674. "command": "editor.action.peekDeclaration"
  675. },
  676. {
  677. "key": "i",
  678. "name": "Implementation",
  679. "type": "command",
  680. "command": "editor.action.peekImplementation",
  681. "when": "editorHasImplementationProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
  682. },
  683. {
  684. "key": "p",
  685. "name": "Toggle Focus",
  686. "type": "command",
  687. "command": "togglePeekWidgetFocus",
  688. "when": "inReferenceSearchEditor || referenceSearchVisible"
  689. },
  690. {
  691. "key": "r",
  692. "name": "References",
  693. "type": "command",
  694. "command": "editor.action.referenceSearch.trigger"
  695. },
  696. {
  697. "key": "t",
  698. "name": "Type Definition",
  699. "type": "command",
  700. "command": "editor.action.peekTypeDefinition"
  701. }
  702. ]
  703. },
  704. {
  705. "key": "s",
  706. "name": "Search...",
  707. "type": "bindings",
  708. "bindings": [
  709. {
  710. "key": "f",
  711. "name": "Files",
  712. "type": "command",
  713. "command": "workbench.action.quickOpen"
  714. },
  715. {
  716. "key": "t",
  717. "name": "Text",
  718. "type": "command",
  719. "command": "workbench.action.findInFiles"
  720. }
  721. ]
  722. },
  723. {
  724. "key": "S",
  725. "name": "Show...",
  726. "type": "bindings",
  727. "bindings": [
  728. {
  729. "key": "e",
  730. "name": "Show explorer",
  731. "type": "command",
  732. "command": "workbench.view.explorer"
  733. },
  734. {
  735. "key": "s",
  736. "name": "Show search",
  737. "type": "command",
  738. "command": "workbench.view.search"
  739. },
  740. {
  741. "key": "g",
  742. "name": "Show source control",
  743. "type": "command",
  744. "command": "workbench.view.scm"
  745. },
  746. {
  747. "key": "t",
  748. "name": "Show test",
  749. "type": "command",
  750. "command": "workbench.view.extension.test"
  751. },
  752. {
  753. "key": "r",
  754. "name": "Show remote explorer",
  755. "type": "command",
  756. "command": "workbench.view.remote"
  757. },
  758. {
  759. "key": "x",
  760. "name": "Show extensions",
  761. "type": "command",
  762. "command": "workbench.view.extensions"
  763. },
  764. {
  765. "key": "p",
  766. "name": "Show problem",
  767. "type": "command",
  768. "command": "workbench.actions.view.problems"
  769. },
  770. {
  771. "key": "o",
  772. "name": "Show output",
  773. "type": "command",
  774. "command": "workbench.action.output.toggleOutput"
  775. },
  776. {
  777. "key": "d",
  778. "name": "Show debug console",
  779. "type": "command",
  780. "command": "workbench.debug.action.toggleRepl"
  781. }
  782. ]
  783. },
  784. {
  785. "key": "t",
  786. "name": "Terminal...",
  787. "type": "bindings",
  788. "bindings": [
  789. {
  790. "key": "t",
  791. "name": "Toggle Terminal",
  792. "type": "command",
  793. "command": "workbench.action.togglePanel"
  794. },
  795. {
  796. "key": "T",
  797. "name": "Focus Terminal",
  798. "type": "command",
  799. "command": "workbench.action.terminal.toggleTerminal",
  800. "when": "!terminalFocus"
  801. }
  802. ]
  803. },
  804. {
  805. "key": "u",
  806. "name": "UI toggles...",
  807. "type": "bindings",
  808. "bindings": [
  809. {
  810. "key": "a",
  811. "name": "Toggle tool/activity bar visibility",
  812. "type": "command",
  813. "command": "workbench.action.toggleActivityBarVisibility"
  814. },
  815. {
  816. "key": "b",
  817. "name": "Toggle side bar visibility",
  818. "type": "command",
  819. "command": "workbench.action.toggleSidebarVisibility"
  820. },
  821. {
  822. "key": "j",
  823. "name": "Toggle panel visibility",
  824. "type": "command",
  825. "command": "workbench.action.togglePanel"
  826. },
  827. {
  828. "key": "F",
  829. "name": "Toggle full screen",
  830. "type": "command",
  831. "command": "workbench.action.toggleFullScreen"
  832. },
  833. {
  834. "key": "s",
  835. "name": "Select theme",
  836. "type": "command",
  837. "command": "workbench.action.selectTheme"
  838. },
  839. {
  840. "key": "m",
  841. "name": "Toggle maximized panel",
  842. "type": "command",
  843. "command": "workbench.action.toggleMaximizedPanel"
  844. },
  845. {
  846. "key": "T",
  847. "name": "Toggle tab visibility",
  848. "type": "command",
  849. "command": "workbench.action.toggleTabsVisibility"
  850. }
  851. ]
  852. },
  853. {
  854. "key": "v",
  855. "name": "Split Vertical",
  856. "type": "command",
  857. "command": "workbench.action.splitEditor"
  858. },
  859. {
  860. "key": "w",
  861. "name": "Window...",
  862. "type": "bindings",
  863. "bindings": [
  864. {
  865. "key": "W",
  866. "name": "Focus previous editor group",
  867. "type": "command",
  868. "command": "workbench.action.focusPreviousGroup"
  869. },
  870. {
  871. "key": "h",
  872. "name": "Move editor group left",
  873. "type": "command",
  874. "command": "workbench.action.moveActiveEditorGroupLeft"
  875. },
  876. {
  877. "key": "j",
  878. "name": "Move editor group down",
  879. "type": "command",
  880. "command": "workbench.action.moveActiveEditorGroupDown"
  881. },
  882. {
  883. "key": "k",
  884. "name": "Move editor group up",
  885. "type": "command",
  886. "command": "workbench.action.moveActiveEditorGroupUp"
  887. },
  888. {
  889. "key": "l",
  890. "name": "Move editor group right",
  891. "type": "command",
  892. "command": "workbench.action.moveActiveEditorGroupRight"
  893. },
  894. {
  895. "key": "t",
  896. "name": "Toggle editor group sizes",
  897. "type": "command",
  898. "command": "workbench.action.toggleEditorWidths"
  899. },
  900. {
  901. "key": "m",
  902. "name": "Maximize editor group",
  903. "type": "command",
  904. "command": "workbench.action.minimizeOtherEditors"
  905. },
  906. {
  907. "key": "M",
  908. "name": "Maximize editor group and hide side bar",
  909. "type": "command",
  910. "command": "workbench.action.maximizeEditor"
  911. },
  912. {
  913. "key": "=",
  914. "name": "Reset editor group sizes",
  915. "type": "command",
  916. "command": "workbench.action.evenEditorWidths"
  917. },
  918. {
  919. "key": "z",
  920. "name": "Combine all editors",
  921. "type": "command",
  922. "command": "workbench.action.joinAllGroups"
  923. },
  924. {
  925. "key": "d",
  926. "name": "Close editor group",
  927. "type": "command",
  928. "command": "workbench.action.closeEditorsInGroup"
  929. },
  930. {
  931. "key": "x",
  932. "name": "Close all editor groups",
  933. "type": "command",
  934. "command": "workbench.action.closeAllGroups"
  935. }
  936. ]
  937. },
  938. {
  939. "key": "x",
  940. "name": "Extensions",
  941. "type": "command",
  942. "command": "workbench.view.extensions"
  943. },
  944. {
  945. "key": "y",
  946. "name": "Sync...",
  947. "type": "bindings",
  948. "bindings": [
  949. {
  950. "key": "d",
  951. "name": "Download Settings",
  952. "type": "command",
  953. "command": "extension.downloadSettings"
  954. },
  955. {
  956. "key": "u",
  957. "name": "Upload Settings",
  958. "type": "command",
  959. "command": "extension.updateSettings"
  960. }
  961. ]
  962. },
  963. {
  964. "key": "z",
  965. "name": "Toggle zen mode",
  966. "type": "command",
  967. "command": "workbench.action.toggleZenMode"
  968. }
  969. ],
  970. "workbench.editor.showTabs": true,
  971. "sync.gist": "939951904a077b97f8001bc35f6b5948",
  972. "gitlens.hovers.currentLine.over": "line",
  973. "editor.suggestSelection": "first",
  974. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  975. "python.pythonPath": "/home/chris/.miniconda/envs/ds/bin/python",
  976. "java.semanticHighlighting.enabled": true,
  977. "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -javaagent:\"/home/chris/.vscode-oss/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
  978. "workbench.list.automaticKeyboardNavigation": false,
  979. "oneDarkPro.editorTheme": "oneDarkPro",
  980. "python.languageServer": "Pylance",
  981. "editor.scrollbar.horizontal": "hidden",
  982. "editor.scrollbar.vertical": "hidden",
  983. "kite.showWelcomeNotificationOnStartup": false,
  984. "python.terminal.activateEnvironment": false,
  985. "editor.cursorBlinking": "solid",
  986. "editor.fontFamily": "JetBrainsMono Nerd Font, Hack, Menlo, Monaco, 'Courier New', monospace",
  987. "files.exclude": {
  988. "**/.classpath": true,
  989. "**/.project": true,
  990. "**/.settings": true,
  991. "**/.factorypath": true
  992. },
  993. "terminal.external.osxExec": "iTerm.app",
  994. "editor.minimap.enabled": false,
  995. "workbench.activityBar.visible": true,
  996. "leetcode.workspaceFolder": "/Users/chris/Repos/leetcode",
  997. "leetcode.defaultLanguage": "javascript",
  998. "leetcode.hint.configWebviewMarkdown": false,
  999. "leetcode.hint.commentDescription": false,
  1000. "window.zoomLevel": 2,
  1001. "window.menuBarVisibility": "toggle",
  1002. "python.dataScience.alwaysTrustNotebooks": true,
  1003. "python.condaPath": "$HOME/.miniconda/bin/conda",
  1004. "python.formatting.provider": "black",
  1005. "python.insidersChannel": "off",
  1006. "terminal.integrated.shell.linux": "/bin/zsh",
  1007. "terminal.external.linuxExec": "/usr/bin/alacritty",
  1008. "code-runner.executorMap": {
  1009. "python": "$pythonPath $fileName",
  1010. "java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
  1011. "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
  1012. },
  1013. "editor.tokenColorCustomizations": {
  1014. "[One Dark Pro]": {
  1015. "textMateRules": [
  1016. {
  1017. "scope": [
  1018. "support.class.component.open.jsx",
  1019. "support.class.component.close.jsx",
  1020. "entity.name.function.js"
  1021. ],
  1022. "settings": {
  1023. "foreground": "#61afef"
  1024. }
  1025. },
  1026. {
  1027. "scope": [
  1028. "variable.other.constant.object.js",
  1029. "punctuation.section.embedded.begin.jsx",
  1030. "punctuation.section.embedded.end.jsx"
  1031. ],
  1032. "settings": {
  1033. "foreground": "#abb2bf"
  1034. }
  1035. },
  1036. {
  1037. "scope": ["punctuation.definition.tag.jsx"],
  1038. "settings": {
  1039. "foreground": "#5c6370"
  1040. }
  1041. },
  1042. {
  1043. "scope": [
  1044. "variable.other.readwrite.js",
  1045. "variable.other.property.js",
  1046. "variable.parameter",
  1047. "variable.other.object.js"
  1048. ],
  1049. "settings": {
  1050. "foreground": "#56b6c2"
  1051. }
  1052. },
  1053. {
  1054. "scope": ["entity.other.attribute-name.jsx"],
  1055. "settings": {
  1056. "foreground": "#e5c07b"
  1057. }
  1058. },
  1059. {
  1060. "scope": [
  1061. "keyword.operator.assignment.js",
  1062. "keyword.operator.assignment.jsx",
  1063. "string.unquoted.js",
  1064. "keyword.operator.typeof.js",
  1065. "meta.embedded.expression.js",
  1066. "constant.other.object.key.js",
  1067. "keyword.operator.logical.js"
  1068. ],
  1069. "settings": {
  1070. "foreground": "#c678dd"
  1071. }
  1072. },
  1073. {
  1074. "scope": ["variable.other.constant.object.js"],
  1075. "settings": {
  1076. "foreground": "#e06c75"
  1077. }
  1078. }
  1079. ]
  1080. }
  1081. },
  1082. "workbench.colorCustomizations": {
  1083. "[Default Dark+]": {
  1084. "statusBar.background": "#2E2E2E",
  1085. "statusBar.foreground": "#8C8C8C",
  1086. "statusBarItem.remoteBackground": "#2E2E2E",
  1087. "statusBarItem.remoteForeground": "#8C8C8C",
  1088. "activityBar.background": "#2E2E2E",
  1089. "tab.inactiveBackground": "#2E2E2E"
  1090. },
  1091. "[One Dark Pro]": {
  1092. "editor.background": "#1e2127",
  1093. "terminal.foreground": "#abb2bf",
  1094. "terminal.ansiBlack": "#1e2127",
  1095. "terminal.ansiBlue": "#61afef",
  1096. "terminal.ansiCyan": "#56b6c2",
  1097. "terminal.ansiGreen": "#98C379",
  1098. "terminal.ansiMagenta": "#c678dd",
  1099. "terminal.ansiRed": "#e06c75",
  1100. "terminal.ansiWhite": "#abb2bf",
  1101. "terminal.ansiYellow": "#d19a66",
  1102. "terminal.ansiBrightBlack": "#5c6370",
  1103. "terminal.ansiBrightBlue": "#61afef",
  1104. "terminal.ansiBrightCyan": "#56b6c2",
  1105. "terminal.ansiBrightGreen": "#98c379",
  1106. "terminal.ansiBrightMagenta": "#c678dd",
  1107. "terminal.ansiBrightRed": "#e06c75",
  1108. "terminal.ansiBrightWhite": "#ffffff",
  1109. "terminal.ansiBrightYellow": "#d19a66"
  1110. }
  1111. },
  1112. "gitlens.advanced.telemetry.enabled": false,
  1113. "gitlens.currentLine.enabled": false,
  1114. "[javascript]": {
  1115. "editor.defaultFormatter": "esbenp.prettier-vscode"
  1116. },
  1117. "emmet.showSuggestionsAsSnippets": true,
  1118. "material-icon-theme.showWelcomeMessage": false,
  1119. "gitlens.codeLens.enabled": false,
  1120. "workbench.iconTheme": "material-icon-theme",
  1121. "git.autofetch": true,
  1122. "workbench.startupEditor": "newUntitledFile",
  1123. "python.showStartPage": false,
  1124. "editor.snippetSuggestions": "bottom"
  1125. }