I managed to quit vim! I don’t remember how though…
Written by MM. Posted at 4:03 pm on March 9th, 2011
7 comments.
Post a comment.
I managed to quit vim! I don’t remember how though…
vim?
Half a minute of googling reveals it to be an Unix text editor with cryptic interface. Hence having difficulty exiting it.
http://www.tuxfiles.org/linuxhelp/vimcheat.html
Dohoho
To edit document press “i”.
Then make changes.
To Escape
Press Esc
and write:
“:q” – to escape
“:wq” – to write and escape
“:q!” – to don’t write and escape
Enter
To do something complicated: recompile kernel ;P
Anybody that used vim at least once will get this joke
Richiter: pfff I’m so stupid, it’s so easy.
Yeah I also never get used to it. But Emacs is quite the same problem. When in console I use Nano which kind of resembles normal GUI text editor mostly.
VIM Rules!! Been using it for all my coding for years. Takes a bit of time to get the hang of it (years of being conditioned to edit text the wrong way) but after you get the hang of it other editors seem primitive and counter productive.
I use nano, just because it’s what I’m used to.
Everyone should be able to use vi/vim though because it’s more commonly installed on a distro from the get go.