TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are there any modern alternatives to VIM and Emacs

3 点作者 eliah-lakhin大约 11 年前
Hi folks,<p>I would like to know are there any good and modern alternatives to the most popular terminal-based editors such as VIM and Emacs?<p>Thing that I&#x27;m looking for is something like Sublime Text. So keybindings should be more or less familiar for the Windows&#x2F;Mac users(i.e. copypaste through the cmd+c&#x2F;cmd-v), but I want to run it in terminal&#x2F;unix environment. This is very important for me.<p>I know about Nano, but set of code manipulation features is too poor. I want a rich set of &quot;advanced&quot; features like we have in Vim&#x2F;Emacs.<p>Any suggestions?

7 条评论

todd8大约 11 年前
Sublime Text is pretty and fairly easy to use. I own a copy. However, I would seriously recommend that you take the time to learn Vim or Emacs. I&#x27;ve used both, extensively, and can recommend either without reservation. They have slightly different strengths and weaknesses that lead to endless comparisons, but neither one would be a mistake to learn and use as your primary development editor. I currently use Emacs.<p>Both Emacs and Vim require an investment in time to become productive. The break even point, where using the new editor is finally not too frustrating to use, is a few days for either one. Make that investment in time. After a few weeks the power that these editors provide will start to open up, and after a year, you will feel like no other tool for editing that can touch what you can do with these thoroughly professional tools. If you care about your craft, take the dive and learn a first class tool. They are open source and run on almost anything.
评论 #7384420 未加载
ctb_mg大约 11 年前
You should know that most people would probably consider vim as sufficiently &quot;modern&quot; -- it is actively maintained and still useful for many. &#x27;vi&#x27; is the old school predecessor...<p>I believe vim has an &quot;easy mode&quot; which allows it to work as a more traditional non-modal text editor. You may want to give this a shot and then slowly ease yourself into the key chords.
评论 #7374177 未加载
olgeni大约 11 年前
&gt; alternatives to the most popular terminal-based editors such as VIM and Emacs?<p>Emacs for X11 (Lucid or Motif bindings), and gvim of course.
评论 #7372801 未加载
duncan_bayne大约 11 年前
So ... what is it you find lacking in Emacs or Vim? Perhaps if you tell us that we might be able to help.
评论 #7371805 未加载
gcb0大约 11 年前
no.<p>really, just tested the latest batch of editors. none came even close to replace vim.<p>just learn to use shortcuts customization.
评论 #7372459 未加载
ftomassetti大约 11 年前
What about Sublime Text?
评论 #7372011 未加载
thenerdfiles大约 11 年前
vim-spf13 is the way to go.<p>I cannot believe how beautifully easy it is to hit the ground running. <i>Incomparable.</i><p>Except for maybe LightTable, but I&#x27;m constantly running into PATH issues. So I will settle (is it really &quot;settling&quot;?) for PythonMode in vim.
评论 #7371833 未加载