2021年1月2日星期六

How to change vim vscode mapping for "yiw" and "diw"?

"vim.normalModeKeyBindings": [      {        "before": ["y", "i", "w"],        "after": ["m", "m"]      },    ],  

I would like to mapping quick double press "mm" to vim's default "yiw". is there any way for me to add configuration in setting.json in VS code?

https://stackoverflow.com/questions/65545983/how-to-change-vim-vscode-mapping-for-yiw-and-diw January 03, 2021 at 10:00AM

没有评论:

发表评论