Appearance
用 VSCode 将 <C-e>绑定到<End>失败
貌似如果使用 Ctrl按键去绑定的话,很多都没有生效。
json
"vim.useSystemClipboard": true,
"vim.insertModeKeyBindingsNonRecursive": [
{ "before": [ "<c-e>" ], "commands": [ "cursorLineEnd", ] },
{ "before": [ "<c-k>" ], "after": [ "<esc>", ] }
]