hbuild 快捷键

[
//删除行
{"key":"ctrl+shift+d","command":"editor.action.deleteLines"},
// 选择当前词或下一个相同词
{"key":"ctrl+d","command":"editor.action.addSelectionToNextFindMatch","override":true},
{"key":"ctrl+shift+down","command":"editor.action.duplicate"},

//光标到软行首(连续按依次切换自动换行的行首、缩进后的行首、真行首)
{"key":"ctrl+left","command":"cursorHome","override":true},
//
//光标到软行尾(连续按依次切换自动换行的行尾、真行尾)
{"key":"ctrl+right","command":"cursorEnd","override":true},

//格式化
{"key":"ctrl+shift+b","command":"editor.action.format"}

]

posted @ 2022-05-20 21:12  xiondun  阅读(79)  评论(0编辑  收藏  举报