这是迄今为止我见过的最好的解决方案:
" 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% 正确工作而无需双击键?