@vi_mi_ju

vim advanced movements

To improve my movements inside vim, I decided to give it a try https://github.com/takac/vim-hardtime.
After a week of using, I started:
  1. actively use relative numbers
  2. use `F` and `T`, not only `f`, `t`
  3. `/` became the main tool for navigation
  4. 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 `(` `)`.
terminal