better copy and paste
This commit is contained in:
parent
bb5b9a8e75
commit
fc7a6d4b83
1 changed files with 1 additions and 4 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -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": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue