If anyone is apprehensive about vim's hjkl keys, and you like the arrow keys better, you can use ijkl instead and get all the benefits of the muscle memory you have built up for arrow keys, while still keeping your hands on the home row. Use this mapping: " remap h to i and use ijkl for inverse T cursor movement map k g map i g map j noremap h i Then the 'i' key will be replaced by 'h'. So press 'h' to insert, or for…
" disable arrow keys
nnoremap
nnoremap
nnoremap
nnoremap