How to use vim (key-bindings) with Visual Studio Code vim extension

前端 未结 3 1481
我寻月下人不归
我寻月下人不归 2021-02-01 15:13

I just started using Visual Studio Code and think it\'s really great. Also installed the vim extension, but I\'m struggling with mapping esc to a another key.

3条回答
  •  独厮守ぢ
    2021-02-01 16:03

    If you running on Linux and have used setxkbmap to remap Esc to Caps-Lock and have problems, I suggest the following workaround Fix for Esc remapping.

    The solution is to add the following to your User Settings

    "keyboard.dispatch": "keyCode"

    You should save and restart after that

提交回复
热议问题