如果使用 VSCodeVim, 在 keybindings.json 加入下列配置支持 Vim:{ "key": "tab", "command": "extension.vim_tab", "when": "editorFocus && vim.active && !inDebugRepl && vim.mode != 'Insert' && editorLangId != 'magit'" }, { "key": "tab", "command": "-extension.vim_tab", "...
vimrc 来源:https://github.com/amix/vimrc 如果期望有自动补全,还可以参考 scripts 下安装 YouCompleteMe cheat-sheet 翻页ctrl d向下翻半页,注意ctrl f被绑定为搜索了,所以无法使用 ctrl f 翻页ctrl u向上翻半页 全局查找文件(ctrlp 插件) ctrl + f--打开全局文件搜索面板 ...