Skip to content

Instantly share code, notes, and snippets.

@kavinyao
Created July 19, 2020 01:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kavinyao/a647d70ba1b3d9e0c484241d92bd0b7f to your computer and use it in GitHub Desktop.
Save kavinyao/a647d70ba1b3d9e0c484241d92bd0b7f to your computer and use it in GitHub Desktop.
Enable Ligature in wsltty

Here we use wsltty as example. The same options can be applied to mintty too.

  1. Download wsltty
  2. Open properties of WSL Terminal shortcut, add -o LigaturesSupport=1 -o Ligatures=2 options. It should looks like below
C:\Users\<username>\AppData\Local\wsltty\bin\mintty.exe -o LigaturesSupport=1 -o Ligatures=2 --WSL= --configdir="C:\Users\<username>\AppData\Roaming\wsltty" -~  -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment