TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby eliah-lakhinabout 11 years ago
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 comments

todd8about 11 years ago
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_mgabout 11 years ago
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 未加载
olgeniabout 11 years ago
&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_bayneabout 11 years ago
So ... what is it you find lacking in Emacs or Vim? Perhaps if you tell us that we might be able to help.
评论 #7371805 未加载
gcb0about 11 years ago
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 未加载
ftomassettiabout 11 years ago
What about Sublime Text?
评论 #7372011 未加载
thenerdfilesabout 11 years ago
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 未加载