VSpaceCode / vspacecode.github.io

VSpaceCode website
https://vspacecode.github.io
3 stars 23 forks source link

Document inability to get back to previous match with `,` #36

Closed stevenguh closed 3 years ago

stevenguh commented 3 years ago

Fork from https://github.com/VSpaceCode/VSpaceCode/commit/a0060b5b8a104de994735515d74f9f2b3d18b9a0#commitcomment-46841828

Just be aware, that this collides with f{character} and using , to get back to the previous match.

After using f{character} you can type ; to go to the next occurrence of the character or , to go to the previous one.

Although it seems to be consistent with spacemacs, we should document this behavior and its escape hatch (remove that from the settings.json). I am not sure if this should be document in the Major mode page or the troubleshooting page.

MarcoIeni commented 3 years ago

Major mode page or the troubleshooting page

Maybe in major mode we mention you can use , to access major mode and we link to the troubleshooting page if the user wants to disable this behavior.

stevenguh commented 3 years ago

That sounds good. Created a PR with the suggestion.

MarcoIeni commented 3 years ago

Closed by #38