Category: Vim
- Lazyvim: Jumping Between Changes
After having to look this up for the zillionth time, to jump between changed sections in a file (hunks in git parlance), the shortcut is ]h to go forward and [h to go backward. So simple, but so …
After having to look this up for the zillionth time, to jump between changed sections in a file (hunks in git parlance), the shortcut is ]h to go forward and [h to go backward. So simple, but so …