我使用了大量的vim插件,像nerdtree的加入「CMAPèE」,逃犯等 最近我加入了一些新的映射和一些插件的爆發 我追查它下降到以下行 cmap E e
WTF? :)爲什麼它會打破NerdTree? 更新:忘記它是如何破壞;)。我收到以下錯誤: E492: Not an editor command: :NeRDTreeToggle
UPDATE2:Duh!我現在知道會發生什麼。將E
這是迄今爲止我見過的最好的解決辦法: " 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
nor