summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-07-29 14:44:17 -0400
committerpommicket <pommicket@gmail.com>2022-07-29 14:44:17 -0400
commit1a9561c06ba0197b2b307a61443775f9fd11165b (patch)
tree2297afc02e5a4eb7f65a8248db3906284c144737 /README.md
parentab65fe136f7a8739b78aaa4801a9fb761a301417 (diff)
language-specific keyboard shortcuts
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index bee145e..ff9d651 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,14 @@ it clear it's a command. Colors are formatted like `#rgb`, `#rgba`, `#rrggbb` or
blue, and alpha (transparency/opacity). You can use a [color picker](https://www.google.com/search?q=color+picker) to help you out.
The extensions section is fairly self-explanatory.
+You can set settings for specific programming languages like this:
+
+```
+[HTML.core]
+# set tab width for HTML files to 2
+tab-width = 2
+```
+
To reset your ted configuration to the default settings, delete your ted.cfg file (`~/.local/share/ted/ted.cfg` on Linux,
`C:\Users\<your user name>\AppData\Local\ted\ted.cfg` on Windows) or move it somewhere else.