Vim Command(国外英文资料).docVIP

  • 3
  • 0
  • 约1.36万字
  • 约 24页
  • 2017-06-05 发布于河南
  • 举报
Vim Command(国外英文资料)

Vim Command VIM user manual - author: Bram Moolenaar The first step in Vim The wood of the arms is born at the end of the day; The stage of the ninth floor rises from the weary earth; A journey of a thousand miles begins with a single step -lao zi moral classics This chapter provides only the necessary skills to start using Vim to edit files Its not the best and the fastest. It just makes you a start. Youd better spend some time To actually apply these commands, they are the foundation for further learning. J02.1 j runs Vim for the first time J02.2 j inserts text J02.3 j moves the cursor J02.4 j delete character J02.5 j is cancelled and redone J02.6 j other edit commands J02.7 j exit J02.8 j for help Next chapter: jusr 03. TXTJ moves The previous chapter: jusr 01. TXTJ about this manual A: jusr toc.txtj * 02.1 * first runs Vim Command: The shell command Gvim file. TXT You can start the Vim. Under UNIX you can type this command directly on the command line, but if youre using Microsoft Windows, you need to type in a ms-dos command line window. The above command makes Vim start editing a file called file.txt because this is one New file, so youll see an empty window. The screen looks something like this: 28 Chapter 02 Vim first step The Display Its a good thing to say # | | | | ~ | | ~ | | ~ | | ~ | file.txt [New file] Its a good thing to say ( # stands for the current cursor position.) The upper wave line (~) indicates that the line is not part of the content of the file. In other words, Vim will The outside of the file is shown as a wave line. At the bottom of the window, a message line displays the current positive In the edit file called file.txt, it is a new file. The message displayed is always temporary, Other messages displayed in the system overwrite the previous message. VIM command The gvim command allows the editor to open a new window for editing. If you use the command: The shell command Vim file. TXT You open the editor in the current command line w

文档评论(0)

1亿VIP精品文档

相关文档