vscode快捷键 agile Posted on Jun 20 2019 tools vscode vim [Vim for Visual Studio Code](https://github.com/VSCodeVim/Vim) [Visual Studio Code 快捷键汇总之Windows平台](https://www.cnblogs.com/haixianet/articles/7623136.html) - vs code .lua.txt 后缀文件识别为lua的配置:` "files.associations": { "*.lua.txt": "lua" }` `ctrl+command+g`:多重选择 `command+t`:跳转文件 `command+r`:当前文件方法跳转 `control+g`:跳转行数 `alt+command+>`:下一个文件 `g+d`:方法定义 `control+减号`:上一步 `shift+control+减号`:下一步 - [VSCode安装vim插件](https://blog.csdn.net/kealennieh/article/details/83592751) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000007) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000002) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000004) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000003) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000005) ![](https://note.nxcloud.club/api/file/getImage?fileId=5d04fbbcaad6530012000006) `^`:行首 `$`:行尾 `0`:第一个字符 `dt)`:一直删除到这行的) `CTRL-D` 向下半页 `CTRL-U` 向上半页 `CTRL-F` 向前一页 `CTRL-B` 向后一页 `w` 跳到下一个单词的开始 `e` 跳到单词的结束 `b` 向后跳 `Ctrl+o`:跳转到前一个位置 `Ctrl+i`:跳转到原先位置 `.`:重复上次修改 `/foo`:直接从正常模式键入即可开始搜索foo,不需要":" 跳跃表原理