osx - how to increase the xset rate on mac os? -


i want increase speed of cursor in vim (installed via homebrew, not vi or macvim). i'm not talking motion keys speed navigation speed of programmer, rather cursor scroll while hitting j , k go , down.

for linux, suggested here @ http://objectmix.com/editors/149702-cursor-vim-7-0-slow.html#post518421

xset r rate 250 75 

how achieve on mac osx iterm2 vim ?

i'm not sure if there way in iterm2 can change keyboard repeat rate system preferences.

go system prefrences -> keyboard -> keyboard (tab)

change key repeat rate fast , change delay until repeat short.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -