t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

How to set motion speed with h j k l? #1116

Closed bohdandrahan closed 5 years ago

bohdandrahan commented 5 years ago

Is there any way to make cursor move faster?

keevan commented 5 years ago

Is there any way to make cursor move faster?

Hey @bohdandrahan, you should be able to adjust this via your system (look for keyboard repeat delay/interval), but as it is a system configuration change, it's going to affect more than just your editor.

Here are settings I've set under Ubuntu, but your system might be different so you might have to look for a way to do that. gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 30 gsettings set org.gnome.desktop.peripherals.keyboard delay 250

Hope it helps

bohdandrahan commented 5 years ago

@keevan, Thank you, this solution indeed helped to improve the speed! I found it even more useful as the backspace key became more sensitive and rapid as well, and in my opinion it is much better after your brain adjust to it.