Vim | GNU Emacs | |
---|---|---|
437 | 254 | |
38,869 | 4,777 | |
0.5% | 0.8% | |
9.9 | 10.0 | |
about 22 hours ago | about 8 hours ago | |
Vim Script | Emacs Lisp | |
Vim License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Vim
-
Ask HN: I just abandoned my PyCharm subscription, what should I use now?
Bram died 2 years ago (already(!!!), time flies!), so it's not so recently...
Also the community does an incredible job and it's quite active with further development and improvements, especially in improving the Vim9 script engine among many things they work on.
If you don't believe me, just see for yourself https://github.com/vim/vim/commits/master/
-
You might not need tmux
https://github.com/vim/vim/issues/3608#issuecomment-84907404...
-
VIM is gem!!
Official site of VIM VIM git repo Here you can download Or refer some YouTube videos
- GNU Readline: Uma experiência Shell mais agradável no seu terminal
-
Development Environment Configuration
Editors: Helix, NeoVim, Vim, Visual Studio Code
-
How to Get Started with Bash Scripting for Automation
Use a text editor: nano, vim, or graphical editors like VSCode with Bash extensions.
-
What I've Learned About My Editing Skills
A friend showed me a cool editor named vim and some tricks he did with text on it.
-
How to start using Vim
Vim and Neovim
-
Visual Studio vs. Visual Studio Code: An In-depth Comparison
Whereas Visual Studio Code is a text editor whose functionality and performance is aided by extensions. Some of the other notable text editors like Visual Studio Code include Atom, Sublime Text, Vim and Notepad++.
- Robert Elder's Guide to GNU Coreutils
GNU Emacs
- Emacs 30.2 Is Here
-
Show HN: An interactive kids' book written in Emacs Org Mode
I've been in love with Emacs and Org Mode for over a decade mostly as a user, only writing basic Elisp in my .emacs initialization file. Writing this book made me even more enamored with Emacs as I learned to write a few packages, and spent much time browsing the Org source code, especially around the export engine [1]. It was useful going through one.el source code as well [2]
[1] https://github.com/emacs-mirror/emacs/blob/master/lisp/org/o...
- Emacs Lisp Elements
- GNU Readline: Uma experiência Shell mais agradável no seu terminal
-
Mastering Parentheses in Emacs: Essential Commands
show-paren-mode is a well-known minor mode. Enabling it highlights matching opening and closing parentheses. Here’s an example:
-
My 2024 review
While embracing analog tools, I've also refined my digital organization using ORG mode in Emacs. The system has evolved to become more structured and efficient.
- PR #6 – Fixed some UI issues
-
How Your Code Editor Got Its Superpowers 🚀
Meanwhile, Richard Stallman at MIT took a different path with Emacs in 1985. Where Vi focused on speed and efficiency, Emacs pursued extensibility and customization. These contrasting philosophies - minimal versus expansive - would shape development tools for decades.
-
Python: From Beginners to Pro in 30 Mins (Part 1)
GNU Emacs
-
Arbitrary shell command evaluation in Org Mode (GNU Emacs)
Unexpected evaluation is never a feature, Emacs should at least warn and prompt before executing code in a file that somebody opens.
What's of greater importance here is not this specific security issue, but the default behavior of MIME handling in Emacs which can turn any unexpected evaluation bug (which we are likely to see more of) into remote code execution. We've had a previous Org security issue in exactly the same vein [1] and the Emacs MIME defaults are still unsafe. Of course, one can change them (non-trivial and related documentation is extremely confusing, see [2] for a possible solution) but really Emacs should not come with these defaults.
[1] https://github.com/emacs-mirror/emacs/commit/befa9fcaae29a6c...
What are some alternatives?
Geany - A fast and lightweight IDE
KDevelop - Cross-platform IDE for C, C++, Python, QML/JavaScript and PHP
Nano
Visual Studio Code - Visual Studio Code
Atom - :atom: The hackable text editor