comparison runtime/doc/usr_02.txt @ 18972:130acb903dbe

Update runtime files. Commit: https://github.com/vim/vim/commit/5666fcd0bd794dd46813824cce63a38bcae63794 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 26 14:35:26 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Dec 2019 14:45:08 +0100
parents af69c9335223
children 8edf0aeb71b9
comparison
equal deleted inserted replaced
18971:d73b1dd31464 18972:130acb903dbe
28 To start Vim, enter this command: > 28 To start Vim, enter this command: >
29 29
30 gvim file.txt 30 gvim file.txt
31 31
32 In UNIX you can type this at any command prompt. If you are running Microsoft 32 In UNIX you can type this at any command prompt. If you are running Microsoft
33 Windows, open an MS-DOS prompt window and enter the command. 33 Windows, open a Command Prompt and enter the command.
34 In either case, Vim starts editing a file called file.txt. Because this 34 In either case, Vim starts editing a file called file.txt. Because this
35 is a new file, you get a blank window. This is what your screen will look 35 is a new file, you get a blank window. This is what your screen will look
36 like: 36 like:
37 37
38 +---------------------------------------+ 38 +---------------------------------------+
59 59
60 vim file.txt 60 vim file.txt
61 61
62 the editing occurs inside your command window. In other words, if you are 62 the editing occurs inside your command window. In other words, if you are
63 running inside an xterm, the editor uses your xterm window. If you are using 63 running inside an xterm, the editor uses your xterm window. If you are using
64 an MS-DOS command prompt window under Microsoft Windows, the editing occurs 64 an MS-Windows command prompt window, the editing occurs inside this window.
65 inside this window. The text in the window will look the same for both 65 The text in the window will look the same for both versions, but with gvim you
66 versions, but with gvim you have extra features, like a menu bar. More about 66 have extra features, like a menu bar. More about that later.
67 that later.
68 67
69 ============================================================================== 68 ==============================================================================
70 *02.2* Inserting text 69 *02.2* Inserting text
71 70
72 The Vim editor is a modal editor. That means that the editor behaves 71 The Vim editor is a modal editor. That means that the editor behaves