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.

Revisions

  1. hippoKnight revised this gist Apr 12, 2018. 1 changed file with 7 additions and 3 deletions.
    10 changes: 7 additions & 3 deletions VIM使用.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,12 @@
    https://feifeiyum.github.io/2017/01/23/base-vimusage/
    推荐: 关闭 vim 扩展的 useCtrlKeys, 保留一些 VS Code 自身的一些常用快捷键, 在 settings.json 里面添加配置 “vim.useCtrlKeys”: false

    ### 跳转到第n行 nG
    ### 跳转到第n行: nG

    ###  NEXT WORD head/end w/e
    ###  NEXT WORD head/end: w/e

    ###
    ### PREVIOUS WORD HEAD: b

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

    ### %
  2. hippoKnight revised this gist Apr 12, 2018. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion VIM使用.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,9 @@
    ### vscode中有vim扩展
    ### 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

    ###
  3. hippoKnight revised this gist Apr 12, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VIM使用.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    ### vscode中有vim扩展
    ### vscode中有vim扩展
    推荐: 关闭 vim 扩展的 useCtrlKeys, 保留一些 VS Code 自身的一些常用快捷键, 在 settings.json 里面添加配置 “vim.useCtrlKeys”: false
  4. hippoKnight created this gist Apr 12, 2018.
    2 changes: 2 additions & 0 deletions VIM使用.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    ### vscode中有vim扩展
    推荐: 关闭 vim 扩展的 useCtrlKeys, 保留一些 VS Code 自身的一些常用快捷键, 在 settings.json 里面添加配置 “vim.useCtrlKeys”: false