Helix * and gr
June 14, 2024
* and gr
I learned two useful things in Helix today:
- You can use
*thennto do a search for the current selection. Say you're in the middle of some word. Usemiwto select that word,*to put it into the default register (/), and thennto find the next occurrence of it. gris "go to reference". It pulls up a list of all the occurrences of whatever you're referring to. So, as in above you can select a word withmiwand then typegrto open the picker where you can navigate through the list, previewing it. Pressing enter on one will take you to that position in the code.