vscode的keybindings.json
Posted 备忘录
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode的keybindings.json相关的知识,希望对你有一定的参考价值。
keybingdings.json
Ctrl/Cmd+shift+*
> Open keyboard shortcuts file
1 [ 2 {"key":"ctrl+f", "command":"cursorRight", "when":"editorTextFocus"}, 3 {"key":"ctrl+b", "command":"cursorLeft", "when":"editorTextFocus"}, 4 {"key":"ctrl+n", "command":"cursorDown", "when":"editorTextFocus"}, 5 {"key":"ctrl+p", "command":"cursorUp", "when":"editorTextFocus"}, 6 {"key":"ctrl+a", "command":"cursorHome", "when":"editorTextFocus"}, 7 {"key":"ctrl+e", "command":"cursorEnd", "when":"editorTextFocus"}, 8 {"key":"alt+f", "command":"cursorWordRight", "when":"editorTextFocus"}, 9 {"key":"alt+b", "command":"cursorWordLeft", "when":"editorTextFocus"}, 10 ]
以上是关于vscode的keybindings.json的主要内容,如果未能解决你的问题,请参考以下文章
json Visual Studio代码 - 内部人员:默认settings.json + keybindings.json