{ "jupyter.interactiveWindow.textEditor.executeSelection": true, "python.REPL.sendToNativeREPL": true, "notebook.output.scrolling": true, "terminal.integrated.defaultProfile.linux": "bash", "editor.rulers": [67], "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } }, // Allow VSCode native keybindings to override Vim when needed "vim.handleKeys": { "": 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" ], // Hot reload setting that needs to be in user settings // Ctrl + Shit + P , Prefernce: Open User Setting (JSON) // "jupyter.runStartupCommands": [ // "%load_ext autoreload", "%autoreload 2" // ] }