1
- *usr_09.txt* For Vim version 8.0 . Last change: 2017 Aug 11
1
+ *usr_09.txt* For Vim version 8.1 . Last change: 2017 Aug 11
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -21,7 +21,7 @@ Table of contents: |usr_toc.txt|
21
21
==============================================================================
22
22
*09.1* Parts of the GUI
23
23
24
- You might have an icon on your desktop that starts gVim . Otherwise, one of
24
+ You might have an icon on your desktop that starts gvim . Otherwise, one of
25
25
these commands should do it: >
26
26
27
27
gvim file.txt
@@ -184,12 +184,12 @@ currently highlighted. In Vim this is the Visual area (this assumes you are
184
184
using the default option settings). You can paste this selection in another
185
185
application without any further action.
186
186
For example, in this text select a few words with the mouse. Vim will
187
- switch to Visual mode and highlight the text. Now start another gVim , without
187
+ switch to Visual mode and highlight the text. Now start another gvim , without
188
188
a file name argument, so that it displays an empty window. Click the middle
189
189
mouse button. The selected text will be inserted.
190
190
191
191
The "current selection" will only remain valid until some other text is
192
- selected. After doing the paste in the other gVim , now select some characters
192
+ selected. After doing the paste in the other gvim , now select some characters
193
193
in that window. You will notice that the words that were previously selected
194
194
in the other gvim window are displayed differently. This means that it no
195
195
longer is the current selection.
@@ -204,10 +204,10 @@ Now for the other place with which text can be exchanged. We call this the
204
204
"real clipboard", to avoid confusion. Often both the "current selection" and
205
205
the "real clipboard" are called clipboard, you'll have to get used to that.
206
206
To put text on the real clipboard, select a few different words in one of
207
- the gVims you have running. Then use the Edit/Copy menu entry. Now the text
207
+ the gvims you have running. Then use the Edit/Copy menu entry. Now the text
208
208
has been copied to the real clipboard. You can't see this, unless you have
209
209
some application that shows the clipboard contents (e.g., KDE's Klipper).
210
- Now select the other gVim , position the cursor somewhere and use the
210
+ Now select the other gvim , position the cursor somewhere and use the
211
211
Edit/Paste menu. You will see the text from the real clipboard is inserted.
212
212
213
213
0 commit comments