I need help with understanding of lineRegexp in jumpy. I want it to match start of each line, including empty lines, and end of each line. But no matter how i tried i couldn't succed in that, so i was forced to put match of end line into wordRegexp, which makes it a bit messy. Help me, please
I need help with understanding of lineRegexp in jumpy. I want it to match start of each line, including empty lines, and end of each line. But no matter how i tried i couldn't succed in that, so i was forced to put match of end line into wordRegexp, which makes it a bit messy. Help me, please