From 0bff604e9b1ba5f7203838676f13d26b1f485567 Mon Sep 17 00:00:00 2001 From: dyphire <61936050+dyphire@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:27:54 +0800 Subject: [PATCH] docs: update weasel.yaml (#679) --- weasel.yaml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/weasel.yaml b/weasel.yaml index a15a99a..7e15038 100644 --- a/weasel.yaml +++ b/weasel.yaml @@ -7,18 +7,30 @@ # Weasel 字体设定 # 部分选项需要将 Weasel 更新至最新开发版才能生效 -config_version: "2024.01.25" +config_version: "2024-02-10" # [app_options] # 针对特定应用的设置 app_options: - cmd.exe: # 带 .exe 的进程名:Weasel 15.0 及之前版本须小写; PR #1049 合并后释出的版本大小写不敏感 - ascii_mode: true # 英文模式 firefox.exe: inline_preedit: true # 行内显示预编辑区:规避 - nvim-qt.exe: - ascii_mode: true - vim_mode: true # vim 模式, Esc 切换到 ascii 状态 + # cmd.exe: # 带 .exe 的进程名:Weasel 15.0 及之前版本须小写; PR #1049 合并后释出的版本大小写不敏感 + # ascii_mode: true # 英文模式 + # conhost.exe: + # ascii_mode: true + # windowsterminal.exe: + # ascii_mode: true + # wt.exe: + # ascii_mode: true + # pwsh.exe: + # ascii_mode: true + # powershell.exe: + # ascii_mode: true + # mintty.exe: + # ascii_mode: true + # nvim-qt.exe: + # ascii_mode: true + # vim_mode: true # vim 模式, Esc 切换到 ascii 状态 # [End of ] # [global settings]