Now a days vim is most popular editor for programmers.Vim has a very active user/developer community.It is optimized for touch-typing
(doesn't require lots of strange CTRL-SHIFTALT-
etc. Combos)Nobody knows all of vim !(I am not the exception).Luckily, you also don't have to know it all.You only need to know how to do your own work.
(doesn't require lots of strange CTRL-SHIFTALT-
etc. Combos)Nobody knows all of vim !(I am not the exception).Luckily, you also don't have to know it all.You only need to know how to do your own work.
Some usefull commands
:wq -> save and exit
:q! -> exit without saving
ZZ -> is the same as :wq (go to sleep)
:w -> save file
:sav <filename> -> save as
:q! -> exit without saving
ZZ -> is the same as :wq (go to sleep)
:w -> save file
:sav <filename> -> save as

No comments:
Post a Comment