Way to delay the timeout of key sequences in Vim?

前端 未结 1 1882
南方客
南方客 2020-12-15 20:28

I, like most Vim users, like mapping key combinations for normal mode to increase productivity. They usually start with the leader key.

But when I\'m trying new map

相关标签:
1条回答
  • 2020-12-15 20:59

    set updatetime is the time Vim waits until it writes its swapfile to disk when you do nothing (:help updatetime).

    The correct setting is set timeoutlen (:help timeoutlen).

    0 讨论(0)
提交回复
热议问题