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

Answers:
Answer #1
c$ 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.
c$ 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 #2
it will delete the characters till end of line starting from the one under cursor and put you in insert mode.
it will delete the characters till end of line starting from the one under cursor and put you in insert mode.
Previous Question | Next Question |
How to append a file to current file using Vi Editor? | How to go 10 number line in command mode directly ? |