Does Linus Torvalds use Vim?
So Linus Torvalds customizes his own text editor because vi/vim and emacs are not good enough for him.
10. What editor and mail reader does Linus use? Linus deftly avoids the most persistent religious war in the hacker community by using neither Emacs nor vi. He uses MicroEmacs.
Despite its popularity, however, not everyone loves it, especially Linus Torvalds. Interestingly, while Torvalds' has railed regularly at “real emacs” (i.e., GNU Emacs) over the years, his preferred editor is uEmacs, a customized version of a different Emacs implementation called MicroEmacs.
Vim is the best text editor/IDE out there. It is the "editor of choice of old-time Unix hackers". Vim is one of the most popular programming editors out there.
With over 20 million lines of code in the latest Linux kernel, there's a lot to get your mind around. Dirk Hohndel, VMware VP and chief open source officer, asked Linus Torvalds, Linux's creator, at The Linux Foundation's Open Source Summit North America in Vancouver, if he understood it at all. Torvalds replied: "No."
Emacs tends to be relatively straightforward, similar to commonly used text editors like Notepad. On the other hand, Vim is a power-user's tool, using keyboard shortcuts to speed up tasks. Vim is known to have a much steeper learning curve than Emacs.
We've heard computer science PhDs explain they were embarrassed to know Python “because it's a language for idiots.” Linux creator Linus Torvalds once commented, “C++ is a horrible language… made more horrible by the fact that a lot of substandard programmers use it, to the point where it's much much easier to generate ...
...
Linus Torvalds Net Worth.
Net Worth: | $50 Million |
---|---|
Salary: | $2 Million Per Year |
Date of Birth: | Dec 28, 1969 (52 years old) |
Gender: | Male |
Profession: | Programmer, Scientist, Software Engineer |
As of now, the Linux kernel is written in the C programming language—essentially, the same language used to write kernels for Unix and Unix-like operating systems since the 1970s.
9. Does Linus have a home page? He has one at http://www.cs.helsinki.fi/~torvalds; it's got an animated penguin and cute pictures of his baby daughter Patricia Miranda Torvalds.
Why you should not use Vim?
Vim is a complex program that lives in a bubble of its own. Its, shall we say, many peculiarities make it impossible to pick it up like one would pick up Atom or Sublime Text. Unlike those editors, Vim requires serious learning and unlearning before even being able to perform the slightest edit.
Vim has a small footprint, low latency, fast startup, allows for more screen space, customizable and most importantly, once the muscle-memory has been ingrained, it's nearly impossible to switch to something else.

Because it comes from this bygone era of software development—when programmers had to develop complicated solutions for computers with limited power and flexibility—Vim is hard. That something as seemingly simple as editing text can be made so complicated is anathema to the way we think about technology today.
Yes. You can edit Linux Kernel because it is released under General Public License (GPL) and anyone can edit it. It comes under the category of free and open source software.
Linux. Linux is also written mostly in C, with some parts in assembly. About 97 percent of the world's 500 most powerful supercomputers run the Linux kernel. It is also used in many personal computers.
The Linux kernel is a very complicated ecosystem that includes more moving parts than most realize. But the development process is not dictated only by the size of the project. It's also affected by the need for rapid development. The Linux kernel powers a vast number of devices across the globe.
Remember, you can develop much faster than them because Vim uses far less memory than their humongous modern IDE. Whether you are on the fence about switching to Vim or are forced to use it due to other factors, you can learn to love it.
It's much faster and much more configurable than VS Code. It has all the main features from VS Code + others. Remember: vim is born to be used from terminal and to be paired with all the terminal tricks that exist around. It's a the perfect match on linux.
Vim is a vi-like editor but is more advanced and powerful than the original Vi. It has many features that Vi does not, even features that are not “advanced.” Let's now see what the main differences between them are.
Linus started to write Linux in early nineties, when C++ was starting to get popular but was not standardized yet; so, a lot of C++ stuff those days was still immature. Linus is a very pragmatic guy, so he started to code using the tool he is more comfortable with: C.
Why is Linux not written in C++?
that's because nearly every c++ app needs a separate c++ standard library to operate. so they would have to port it to kernel, and expect an extra overhead everywhere. c++ is more complex language and that means that compiler creates more complex code from it.
AUSTIN, TEX. — Rust, the fast-growing systems programming language, may be merged into the Linux kernel next year, or “maybe the next release,” according to Linux creator Linus Torvalds.
Linus Torvalds has done several amazing things. He's the creator of both the Linux operating system and Git, the most popular distributed version control system. But he's not Bitcoin's inventor.
Finnish-American software engineer and hacker Linus Torvalds has as estimated net worth of $150 million and an estimated annual salary of $10 million. He earned his net worth as the principal force behind the development of the Linux kernel.
Who “owns” Linux? By virtue of its open source licensing, Linux is freely available to anyone. However, the trademark on the name “Linux” rests with its creator, Linus Torvalds. The source code for Linux is under copyright by its many individual authors, and licensed under the GPLv2 license.
Linus Torvalds: 'I Do No Coding Any More' (youtube.com) 63. Posted by EditorDavid on Friday July 03, 2020 @06:09PM from the no-code-development dept. The Linux Foundation recently uploaded its video from the Open Source Summit and Embedded Linux Conference: Europe.
Linus Torvalds invented Git 15 years ago in order to continue development of the Linux kernel. The original team could no longer use BitKeeper. At the time, no other Source Control Management (SCMs) met their specific requirements for a distributed system.
Here is the answer to this question by Linus Torvalds himself: “I didn't learn programming in school, but mostly on my own reading books and just doing it (initially on a Commodore VIC-20, later on a Sinclair QL).