在mac中按住j或k不动,是没有反应的,需要更改下设置以使得按住以后会连续移动。
解决mac下vscode等应用中vim光标无法快速移动_MacwinWin的博客-CSDN博客
holding down navigation button · Issue #345 · VSCodeVim/Vim (github.com)
visual studio code - How do I press and hold a key and have it repeat in VSCode? - Stack Overflow
都试试吧,我也不知道是怎么搞好的,在terminal中进行更改后重起vscode没效果,第二天重启电脑发现可以了。
solution:
key-repeat and disable the Press and Hold for additional characters, in terminal copy & paste:
defaults write -g ApplePressAndHoldEnabled -bool false
hit the return key. That 's it. you can quit terminal.
reboot