I want to disable cursor tab for markdown files. This is because while writing README cursor tab gets in the way. How to go about doing so?
Hey @hargup
You can do this by adding it to your settings. Here’s how I have it set up:
"cursor.cpp.disabledLanguages": ["plaintext", "markdown", "scminput"]