这是迄今为止我见过的最好的解决方案:
" Map Right Directionals to Left Commands
noremap s h
noremap d k
noremap f j
noremap g l
" Map Left Commands to Right Directionals
noremap h s
noremap k d
noremap j f
noremap l g
然而,实际使用此映射时,从左到右切换时需要双击“s”和“g”键。
有没有更好的方法来重新映射这些按键以 100% 正确工作,而无需双击按键?