Skip to content

Commit 7d192ae

Browse files
committed
Update docs for terminal ligatures
1 parent 4da6af6 commit 7d192ae

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/terminal/appearance.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ One downside of this is that colored text may sometimes lose some of its saturat
115115
"terminal.integrated.minimumContrastRatio": 1
116116
```
117117

118+
## Ligatures
119+
120+
Terminal ligatures which allow rendering multiple character as one can be turned on with the `setting(terminal.integrated.fontLigatures)` setting. This feature requires the configured `setting(terminal.integrated.fontFamily)` to also support ligatures.
121+
122+
![Enabling ligatures will combine certain sets of characters into one, for example >= into the greater than or equals sign](images/appearance/ligatures.png)
123+
118124
## GPU acceleration
119125

120126
The terminal features two different renderers, each of which have different trade offs:
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)