在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