vscode光标快捷键上下左右移动

alt+i 上
alt+k 下
alt+j 左
alt+l 右
alt+u 行首
alt+o 行末
// Place your key bindings in this file to override the defaultsauto[]
[{"key": "alt+i","command": "cursorUp","when": "textInputFocus"},{"key": "up","command": "cursorUp","when": "textInputFocus"},{"key": "alt+i","command": "selectPrevSuggestion","when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"},{"key": "up","command": "selectPrevSuggestion","when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"},{"key": "alt+k","command": "cursorDown","when": "textInputFocus"},{"key": "down","command": "cursorDown","when": "textInputFocus"},{"key": "alt+k","command": "selectNextSuggestion","when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"},{"key": "down","command": "-selectNextSuggestion","when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus"},{"key": "alt+l","command": "cursorRight","when": "textInputFocus"},{"key": "right","command": "cursorRight","when": "textInputFocus"},{"key": "alt+j","command": "cursorLeft","when": "textInputFocus"},{"key": "left","command": "cursorLeft","when": "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"}]

在这里插入图片描述


本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!

相关文章

立即
投稿

微信公众账号

微信扫一扫加关注

返回
顶部