Answers for "how to change the mapping from jkil to wasd in vim"

C
0

how to change the mapping from jkil to wasd in vim

" remap h to insert and use ijkl for inverse T cursor movement
map h <insert>
map i <Up>
map j <Left>
map k <Down>
Posted by: Guest on May-11-2020

Code answers related to "how to change the mapping from jkil to wasd in vim"

Code answers related to "C"

Browse Popular Code Answers by Language