Lines Matching refs:one
5 Editing more than one file
9 Define a list of files to work on and jump from one to the other. Copy text
10 from one file and put it in another one.
33 file and open the new one. If the current file has unsaved changes, however,
68 vim one.c two.c three.c
104 one.c [two.c] three.c ~
106 These are the files you started Vim with. The one you are currently editing,
112 To go back one file: >
126 And to move back to the first one again: >
185 :args one.c two.c three.c
187 You are now in one.c. >
191 Now you are in two.c. Now use CTRL-^ to go back to one.c. Another CTRL-^ and
192 you are back in two.c. Another CTRL-^ and you are in one.c again. If you now
218 Suppose you are editing the file "one.txt". Somewhere halfway through the
221 ":edit one.txt" to come back to "one.txt". If you now use `" Vim jumps to the
231 and jump to that position with "`x". That works within one file. If you edit
269 Usually Vim does not produce a backup file. If you want to have one, all you
300 the file. Thus it only contains the previous version, not the first one.
319 This explains how to copy text from one file to another. Let's start with a
348 When you want to copy several pieces of text from one file to another, having
393 When collecting lines of text into one file, you can use this command: >