当前位置:网站首页>Vscode double shortcut keys up, down, left and right
Vscode double shortcut keys up, down, left and right
2022-06-13 08:35:00 【webQiang99】
// Put the key binding in this file to override the default value auto[]
[
{
"key": "alt+i",
"command": "cursorUp",
"when": "textInputFocus"
},
{
"key": "up",
"command": "cursorUp",
"when": "textInputFocus"
},
{
"key": "alt+k",
"command": "cursorDown",
"when": "textInputFocus"
},
{
"key": "down",
"command": "cursorDown",
"when": "textInputFocus"
},
{
"key": "alt+j",
"command": "cursorLeft",
"when": "textInputFocus"
},
{
"key": "left",
"command": "cursorLeft",
"when": "textInputFocus"
},
{
"key": "alt+l",
"command": "cursorRight",
"when": "textInputFocus"
},
{
"key": "right",
"command": "cursorRight",
"when": "textInputFocus"
},
{
"key": "down",
"command": "list.focusDown",
"when": "listFocus && !inputFocus"
},
{
"key": "down",
"command": "selectNextSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "alt+k",
"command": "selectNextSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "up",
"command": "selectPrevSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "alt+i",
"command": "selectPrevSuggestion",
"when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"
},
{
"key": "alt+o",
"command": "cursorEnd",
"when": "textInputFocus"
},
{
"key": "end",
"command": "cursorEnd",
"when": "textInputFocus"
},
{
"key": "alt+u",
"command": "cursorHome",
"when": "textInputFocus"
},
{
"key": "home",
"command": "cursorHome",
"when": "textInputFocus"
}
]
After setting, the up, down, left and right keys on the keyboard can move up, down, left and right ,alt+i,k,j,l You can also move up, down, left and right ,alt+u You can position the cursor at the beginning of a line ,alt+o You can position the cursor at the end of the line
边栏推荐
- Taobao commodity historical price interface / commodity historical price trend interface code docking and sharing
- 微服务系统架构搭建一:环境搭建
- Dest0g3 520 orientation
- Explanation of JS event loop mechanism and asynchronous tasks
- Mobile terminal development I: basic concepts
- filebeat采集日志到ELK
- Request alarm: refer policy: strict origin when cross origin or reference site policy: no refer when downgrade
- HCIP_ Static experiment
- Several precise order receiving methods suitable for fresh food wholesale industry
- 4、 Js-es5-i / O
猜你喜欢
微服务系统架构搭建一:环境搭建
How to download and install stm32cubemx
星巴克创始人:出于安全考量 或不再向非店内消费者开放“公厕”
[pychart pit stepping record] prompt after configuring remote operation, [errno 2] no such file or directory
Microservice system architecture construction I: Environment Construction
Explanation of JS event loop mechanism and asynchronous tasks
Buuctf web (VII)
容器概念和云原生
redis. exceptions. ConnectionError: Error 111 connecting to 172.16.8.128:6379. Connection refused.
ERP basic data concept
随机推荐
Notes on development experience: TP5 exp query, SQL analysis, JQ, applet, right-click menu, Linux skills, shell skills, mysql, etc
SQL injection question type (manual injection +sqlmap)
Wechat upload picture material interface
What is the difference between getfullyear() and getyear()
Methods of importing and exporting settings in Altium Designer
Using KVM to create three virtual machines that can communicate with local area network
PHP PNG to webp
Centering problem - the width and height of child elements are known
微服务项目搭建三:自动生成代码
Buuctf web (V)
Buuctf web (IV)
Bidirectional retransmission step experiment
System safety and Application
filebeat采集日志到ELK
How can the small and medium-sized lighting industry make use of the digital transformation to stand out from the encirclement?
JS wrapper object
JS to get the date in the next seven days of the current date
When submitting the laravel admin form and using the required verification, an error is reported when the value is 0
0.一些自己初学Solidworks的疑惑
1.SolidWorks各模块的学习顺序