what does the c$ command do from command mode?
Answers were Sorted based on User's Feedback
Answer / b2p
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.
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / invisible
It will delete the current line from current cursor position
till end and enter the insert mode.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ali ahsan
it will delete the whole current line and will
go into insert mode at current line
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / unique sysadmin
It will delethe whole line and go into editing mode
Is This Answer Correct ? | 0 Yes | 5 No |
What is the difference between lettered buffer and temporary buffer?
what is the command used to set margin in vi editor?
What does the /text command do?
How to enter from command mode to insertion mode?
How to replace String "a" with String "b" in whole file of the vi editor?
what does the c$ command do from command mode?
What is the difference between ZZ and :wq commands?
What is the format of vi command?
What is the command used to replace many characters?
How to create a .exrc file in vi editor?
what are the different commands used to quit from the vi editor?
what is the command used to append to buffer?