{ // Hot reload setting that needs to be in user settings // "jupyter.runStartupCommands": [ // "%load_ext autoreload", "%autoreload 2" // ] // --- VIM SETTINGS --- // "vim.useSystemClipboard": true, "vim.enableNeovim": false, // Allow VSCode native keybindings to override Vim when needed "vim.handleKeys": { "": false, "": false, "": false, "": false, "": false, "": false, "": false, "": false, "": false, "": false, "": false }, // Terminal copy/paste via Ctrl+Shift+C / Ctrl+Shift+V "terminal.integrated.copyOnSelection": false, "terminal.integrated.commandsToSkipShell": [ "workbench.action.terminal.copySelection", "workbench.action.terminal.paste" ], }