Skip to content

Instantly share code, notes, and snippets.

@hippoKnight
Last active April 12, 2018 05:51
Show Gist options
  • Save hippoKnight/50eeb2e31bc51a11d0ff89162b35af1f to your computer and use it in GitHub Desktop.
Save hippoKnight/50eeb2e31bc51a11d0ff89162b35af1f to your computer and use it in GitHub Desktop.

vscode中vim的使用

https://feifeiyum.github.io/2017/01/23/base-vimusage/ 推荐: 关闭 vim 扩展的 useCtrlKeys, 保留一些 VS Code 自身的一些常用快捷键, 在 settings.json 里面添加配置 “vim.useCtrlKeys”: false

跳转到第n行: nG

 NEXT WORD head/end: w/e

PREVIOUS WORD HEAD: b

移动到与当前光标单词匹配的上一个或下一个: # *

%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment