Vi Editor Question: Download Vi Editor PDF

What does the c$ command do from command mode using Vi Editor?

Tweet Share WhatsApp

Answers:

Answer #1c$ will begin from the character under the curser till the
end of line. so when you use this command it will show you $
sign at the end of the line and you can change till that point.

Answer #2it will delete the characters till end of line starting from the one under cursor and put you in insert mode.

Download Vi Editor PDF Read All 14 Vi Editor Questions
Previous QuestionNext Question
How to append a file to current file using Vi Editor?How to go 10 number line in command mode directly ?