now i cant login in a pc. i am using linux ubuntu. now i want change some settings for that i want to type semicolon but it is not coming..is there any format to type in vi editor..some body know means tell me how can type in vi editor
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to press i first, to enter to insert mode (when you open vi, you are in command mode by default).
Then, do your editing.
When you are done, press Esc and then type
:wqand enter to save your changes.Also note that
viis an advanced editor; if you just want to make some quick changes, an easier one, likenano, might be appropriate.