what is the command used to set margin in vi editor?
Answers were Sorted based on User's Feedback
Answer / saravanan
Press ESC followed by colon setnu
eg => :setnu
| Is This Answer Correct ? | 5 Yes | 13 No |
What is the format of vi command?
what is the command used to set margin in vi editor?
what is the command used to append text after current line?
what does the c$ command do from command mode?
What is the command used to display line numbers in vi editor?
How to create a .exrc file in vi editor?
Which command is used to replace many characters?
what is the command used to delete current line 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 difference between ZZ and :wq commands?
How to replace String "a" with String "b" in whole file of the vi editor?