@vi_mi_ju
vim advanced movements
To improve my movements inside vim, I decided to give it a try
https://github.com/takac/vim-hardtim
e
.
After a week of using, I started:
actively use relative numbers
use `F` and `T`, not only `f`, `t`
`/` became the main tool for navigation
use `{` `(`, `)`, `}`
Notice one disadvantage, when I recorded macros with navigation keys (h,j,k,l) it caused an unexpected result. As a workaround for j, k I used `(` `)`.
2020-05-21 13:44
terminal