当前位置:网站首页>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
边栏推荐
- How to use annotations in word
- About redis encapsulation tool class using distributed locks
- Wrap dynamically created child elements in dynamically created structures
- Container concept and cloud native
- [game theory complete information static game] Application of Nash equilibrium
- JS - simple ATM of the for cycle case
- Call to undefined function think\captcha\imagettftext()
- Notes on MySQL transaction not automatically submitting
- Microservice Project Construction II: database design
- Taobao commodity sales interface / Taobao commodity sales monitoring interface / cumulative commodity sales interface
猜你喜欢

1.SolidWorks各模块的学习顺序

Format_ String_ Server

JS - print 99 multiplication table of the for cycle case

HCIP_ OSPF irregular area

微服务系统架构搭建一:环境搭建

How app inventor accesses resource files in assets directory

How to download and install stm32cubemx

Buuctf web (III)

Using KVM to create three virtual machines that can communicate with local area network

MySQL sorts according to the specified order of the specified fields
随机推荐
Shellshock Attack Lab
天猫商品详情接口,天猫商品优惠券接口,天猫api接口,天猫价格监控接口,天猫比价接口,品牌维权接口,天猫销量api接口,接口代码可对接数据分析业务,品牌维权,比价业务,行业分析业务接口代码分享
Logstash failed to create queue
Microservice system architecture construction I: Environment Construction
Taobao commodity historical price interface / commodity historical price trend interface code docking and sharing
Request alarm: refer policy: strict origin when cross origin or reference site policy: no refer when downgrade
How to use annotations in word
WARNING:tornado. access:404 GET /favicon. ICO (172.16.8.1) 1.84ms [with static file settings]
Phpexcel 10008 error resolution
When submitting the laravel admin form and using the required verification, an error is reported when the value is 0
Mobile terminal development I: basic concepts
anaconda下安装pytorch
1.SolidWorks各模块的学习顺序
Tmall product details interface, tmall product coupon interface, tmall API interface, tmall price monitoring interface, tmall price comparison interface, brand rights protection interface, tmall sales
Input prohibit copy and paste
In order to resist the flood, the soldiers have been fighting for 89 hours. How many days and hours are there in total?
JS - simple ATM of the for cycle case
JS - array de duplication in the array object case
Buuctf web (III)
d3.js&nvd3. JS - how to set the y-axis range - d3 js & nvd3. js — How to set y-axis range