mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
feat(code-server): copy on selection in integrated terminal
This commit is contained in:
parent
490c953cfc
commit
84699f37ab
1 changed files with 2 additions and 1 deletions
|
|
@ -13,5 +13,6 @@
|
||||||
"window.menuBarVisibility": "classic",
|
"window.menuBarVisibility": "classic",
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"workbench.activityBar.location": "top",
|
"workbench.activityBar.location": "top",
|
||||||
"workbench.panel.showLabels": false
|
"workbench.panel.showLabels": false,
|
||||||
|
"terminal.integrated.copyOnSelection": true
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue