WSL UbuntuでコンソールVimのデフォルトフォントが変更できない

ターミナルのDefaultフォントをConsolasにしたが、Vimを開くとMSゴシックになる

レジストリを編集する
github.com
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\CodePage]
"ACP"="1252"
"MACCP"="10000"
"OEMCP"="437"

ACPを1252に変更
f:id:seinzumtode:20201030133250p:plain
MACCPを10000に変更
f:id:seinzumtode:20201030133254p:plain
OEMCPを437に変更
f:id:seinzumtode:20201030133259p:plain

Vimのデフォルトフォントを変更できた
f:id:seinzumtode:20201030133424p:plain