I usually use sublime text to write code under Mac OS.
But the reason for the early years of vim, especially like the keyboard to control a variety of things.
For example, Chrome will use Vimium to control the keyboard completely.
More and more less with the mouse or touchpad in the last six months.
However, many apps will only fire once when they press a key on the MAC.
For example, under sublime text, when operating in Vim mode, when you press and hold "j", only the jump line is pressed.
But it is strange to open the Chinese input method and can continue to jump down.
In fact, we can use the following command to re-open this function by default.
$ defaults write-g Applepressandholdenabled-bool false
After setting up and restarting your sublime text, you can achieve long-time contact trigger function.
Mac Tips-Turn on the keyboard repeat button feature