在 Textmate 中输入颜色控制字符

发布于 2024-11-30 15:23:38 字数 113 浏览 1 评论 0原文

我可以使用 VIM 通过“Ctrl-V,Esc”输入这些颜色控制字符,然后它会显示 ^[ 作为颜色控制字符序列的特殊前导字符。

我怎样才能在 Textmate 中做到这一点?

谢谢

I can use VIM to input these color control chars by "Ctrl-V, Esc" then it will show me ^[ as a special leading char for color control chars sequence.

How could I do this in Textmate?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿港小镇 2024-12-07 15:23:38

您可以从字符查看器中选择这些字符(菜单编辑 -> 特殊字符,然后搜索“转义”),但我认为您最好使用该字符的转义形式,例如 \033 或 PHP 中的 \x1b。当然,这取决于您正在编辑的文档类型。

You can select those from the character viewer (Menu Edit -> Special Characters, then search for 'escape'), but I think you'd be better off using an escaped form of that character, e.g. \033 in Bash or \x1b in PHP. That, of course, would depend on what kind of document you're editing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文