NLP 最佳文本编辑器

发布于 2024-08-15 19:10:18 字数 1540 浏览 7 评论 0原文

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

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

发布评论

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

评论(6

无人接听 2024-08-22 19:10:18

vim 支持 utf-8 -

:set enc=utf-8

vim supports utf-8 -

:set enc=utf-8

坠似风落 2024-08-22 19:10:18

显然是 Emacs。

Emacs, obviously.

梦巷 2024-08-22 19:10:18

维,更明显。

Vi, more obviously.

甜味超标? 2024-08-22 19:10:18

Zeus 编辑器支持 UTF-8 和 Unicode。

The Zeus editor has support for UTF-8 and Unicode.

梦年海沫深 2024-08-22 19:10:18

我对 Sublime Text 2 很满意。跨平台(Win、Linux、Mac),在正则表达式查找和替换方面表现良好,轻量级但插件丰富。你应该尝试一下;-)

I am happy with Sublime Text 2. Crossplatform (Win, Linux, Mac), performs well with regular expressions find&replace, lightweight but rich on plugins. You should give it a try ;-)

萌酱 2024-08-22 19:10:18

我认为 Vim 是最好的编辑器,并具有以下优点:

  • 支持 utf-8。如果不是,请将 set enc=utf-8 添加到您的 .vimrc 文件以使其永久支持 utf-8。要仅在当前会话中支持 utf-8,请执行 :set enc=utf-8
  • 它提供了很多快捷方式,因此使导航非常快。它还可以通过在任何命令前面加上一个数字来重复该命令多次,从而有助于避免冗余。 (要添加五次,请使用 5p )因此,使用 vim 可以轻松击败可扩展性。

Vim is, I guess, the best editor and offers following advantages:

  • supports utf-8. If it isn't, add set enc=utf-8 to your .vimrc file to make it support utf-8 permanently. For supporting utf-8 in only the current session, do :set enc=utf-8
  • It offers a lot of shortcuts hence makes the navigation very fast. It also helps to avoid redundancy by preceding any command with a number to repeat it that many number of times. (To add five times use 5p ) Hence, beating scalability is easy with vim.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文