Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vim and notepad++ [closed]

Tags:

vim

notepad++

So a lot of my programmer buddies have urged me to switch from (g)vim to a "real" text editor like notepad++. My opinion has always been that they simply don't understand how to use vim. Lately, I've been hearing more and more people talking about notepad++ and I got to wondering... Does notepad++ actually have any features that Vim doesn't or vice versa? Nobody has actually been able to give me any legitimate reason to make the switch other than that they like it more. What are your thoughts?

like image 987
Kalantir Avatar asked Apr 27 '11 22:04

Kalantir


People also ask

Does Notepad support Vim?

it is a plug-in for notepad++, which make it possible to edit as vi/vim in notepad++. ViSimulator simulates/emulates most frequently-used vi/vim commands to provide more powerful editing capability for notepad++.

How do you close and write in Vim?

TL;DR – How to Exit Vim If you made some changes and would like to keep them, type :wq and press Enter / return. If you made some changes and would rather discard them, type :q! and press Enter / return.

How do I close Vim editor in Windows?

Exit Vim Using a Shortcut Key To save a file in Vim and exit, press Esc > Shift + ZZ. To exit Vim without saving, press Esc > Shift + ZX.


3 Answers

Vim has modal editing (answering the vice versa part). And it runs in a terminal. You are likely correct; if "vim" isn't a real text editor, I'm not sure what is. I guess ed, the standard Unix text editor, would be the only real one.

like image 121
alternative Avatar answered Sep 22 '22 07:09

alternative


Don't let the peer pressure get to you. They're just jealous because they can't delete a line with two keystrokes.

Vim is just as much of a text editor as Notepad++. You can mod vim to have colors, tabs, basically everything that Notepad++ has and so much more.

like image 44
Andrew Rasmussen Avatar answered Sep 22 '22 07:09

Andrew Rasmussen


Vim is about touch typist shortcuts. Notepad++ is a usual text editor. I have been using vim for years now and I would not trade it for Notepad++. However, to a new user its definitively easier to use Notepad++ than vim. Vim has a very bad learning curve.

like image 32
Lynch Avatar answered Sep 18 '22 07:09

Lynch