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 |
How to append a file to current file?
what are the two different modes in vi editor?
what are the different commands used to quit from the vi editor?
What is the command used to replace many characters?
what is the command used to set margin in vi editor?
What is the format of vi command?
How to return to shell without leaving vi editor?
How to create a .exrc file in vi editor?
How to enter from command mode to insertion mode?
What is the difference between lettered buffer and temporary buffer?
what is the command used to delete current line in vi editor?
What is the command used to display line numbers in vi editor?