आप :help
ऊपर से नीचे तक पढ़कर विम सीख सकते हैं । जब आप प्रवेश करते हैं :help
, तो यह इस तरह दिखता है:
*help.txt* For Vim version 7.3. Last change: 2010 Jul 20
VIM - main help file
k
Move around: Use the cursor keys, or "h" to go left, h l
"j" to go down, "k" to go up, "l" to go right. j
Close this window: Use ":q<Enter>".
Get out of Vim: Use ":qa!<Enter>" (careful, all changes are lost!).
Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-].
With the mouse: ":set mouse=a" to enable the mouse (in xterm or GUI).
Double-click the left mouse button on a tag, e.g. |bars|.
Jump back: Type CTRL-T or CTRL-O (repeat to go further back).
Get specific help: It is possible to go directly to whatever you want help
on, by giving an argument to the |:help| command.
It is possible to further specify the context:
जैसा कि आप देख सकते हैं, यह अनिवार्य से शुरू होता है, जैसे कि चारों ओर घूमना, विषयों पर वापस जाना और इसी तरह। यदि आप थोड़ा नीचे स्क्रॉल करते हैं, तो दस्तावेजों की यह सूची दिखाई देती है:
------------------------------------------------------------------------------
*doc-file-list* *Q_ct*
BASIC:
|quickref| Overview of the most common commands you will use
|tutor| 30 minutes training course for beginners
|copying| About copyrights
|iccf| Helping poor children in Uganda
|sponsor| Sponsor Vim development, become a registered Vim user
|www| Vim on the World Wide Web
|bugs| Where to send bug reports
USER MANUAL: These files explain how to accomplish an editing task.
|usr_toc.txt| Table Of Contents
Getting Started
|usr_01.txt| About the manuals
|usr_02.txt| The first steps in Vim
|usr_03.txt| Moving around
शीर्ष पर दिए गए नेविगेशन युक्तियों (और Ctrl]लिंक का अनुसरण करने के लिए) का उपयोग करके, आप अनुभागों पर जाना शुरू कर सकते हैं, उदाहरण के लिए tutor
। (यह वास्तव में है कि मैंने पहली बार विम को कैसे सीखा।)
vimtutor
पहले 30 मिनट के लिए शुरू करें । सप्ताह के बाकी दिनों के लिए वास्तविक अभ्यास जारी रखें। बूम! आप तेजी से विम का उपयोग कर सकते हैं और इसके सभी पेशेवरों के पास हैं।