wmaurer / vscode-jumpy

Jumpy Extension for Visual Studio Code
MIT License
120 stars 31 forks source link

lineRegexp behaves strange #19

Open Rhemm opened 7 years ago

Rhemm commented 7 years ago

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