|
|
|
|
|
by xk_id
1018 days ago
|
|
you're supposed to learn the mechanics of vim and then configure it in a way which you find intuitive. i find that much more natural than software which tries to anticipate (and indirectly reinforce) some arbitrary "common sense". nnoremap <silent> k gk
nnoremap <silent> j gj
nnoremap <silent> 0 g0
nnoremap <silent> $ g$
|
|