better copy and paste

This commit is contained in:
Jun-te Kim 2025-12-10 23:26:41 +00:00
parent bb5b9a8e75
commit fc7a6d4b83

View file

@ -4,9 +4,8 @@
// "jupyter.runStartupCommands": [ // "jupyter.runStartupCommands": [
// "%load_ext autoreload", "%autoreload 2" // "%load_ext autoreload", "%autoreload 2"
// ] // ]
// --- VIM SETTINGS --- // --- VIM SETTINGS ---
"vim.useSystemClipboard": true, // "vim.useSystemClipboard": true,
"vim.enableNeovim": false, "vim.enableNeovim": false,
// Allow VSCode native keybindings to override Vim when needed // Allow VSCode native keybindings to override Vim when needed
@ -20,8 +19,6 @@
"<C-S-c>": false "<C-S-c>": false
}, },
// Make Y, y, p always sync with the system clipboard
// Terminal copy/paste via Ctrl+Shift+C / Ctrl+Shift+V // Terminal copy/paste via Ctrl+Shift+C / Ctrl+Shift+V
"terminal.integrated.copyOnSelection": false, "terminal.integrated.copyOnSelection": false,
"terminal.integrated.commandsToSkipShell": [ "terminal.integrated.commandsToSkipShell": [