Skip to content

Instantly share code, notes, and snippets.

@Thesharing
Created March 22, 2018 14:59
Show Gist options
  • Save Thesharing/46a6fa34bba73d74b4975277a9ca637e to your computer and use it in GitHub Desktop.
Save Thesharing/46a6fa34bba73d74b4975277a9ca637e to your computer and use it in GitHub Desktop.
Hyper 正确显示中文

Hyper 是一个基于 Web 技术的 Terminal 软件,跨平台,非常漂亮,但是尝试使用的时候发现其对中文得支持并不好,会出现叠字得现象。

让 Hyper 正常显示中文,有两个方案:

把设定文件 ~/.hyper.js 里面 TermCSS 的值改成:

// 方案一
termCSS: '.wc-node{width: 16px !important}',
// 方案二
termCSS: '.wc-node.unicode-node{width: 1em}',

个人更推荐方案二。

参考:让 HyperTerminal 正确显示中文

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment