VSCode Keyboard Shortcuts All In One


VSCode Keyboard Shortcuts All In One

Keyboard Shortcuts

  1. copy line up

Shift + Commad + ⬇

  1. copy line down

Shift + Commad + ⬆

VSCode Keyboard Shortcuts All In One

VSCode Keyboard Shortcuts All In One

editorTextFoucus && !editorReadonly

VSCode Keyboard Shortcuts All In One

.vscode/keyboard-shortcuts.json
.vscode/settings.json

{
    "editor.action.copyLinesDownAction": {
      "key": "shift+cmd+down",
      "command": "editor.action.copyLinesDownAction",
      "when": "editorTextFocus && !editorReadonly"
    },
    "editor.action.copyLinesUpAction": {
      "key": "shift+cmd+up",
      "command": "editor.action.copyLinesUpAction",
      "when": "editorTextFocus && !editorReadonly"
    },
}

refs



Flag Counter


©xgqfrms 2012-2020

www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!

原创文章,版权所有©️xgqfrms, 禁止转载

原创文章,作者:dweifng,如若转载,请注明出处:https://blog.ytso.com/269711.html

(0)
上一篇 2022年6月23日
下一篇 2022年6月23日

相关推荐

发表回复

登录后才能评论