Lines Matching refs:can

8 No matter how many files you have, you can edit them without leaving Vim.
32 You can use any file name instead of "foo.txt". Vim will close the current
45 At this point, you have a number of alternatives. You can write the file
50 Or you can force Vim to discard your changes and edit the new file, using the
56 file yet, you can make it hidden: >
60 The text with changes is still there, but you can't see it. This is further
66 You can start Vim to edit a sequence of files. For example: >
132 You can use a count for ":next" and ":previous". To skip two files forward: >
141 always want to write modified files, you can tell Vim to automatically write
154 You can redefine the list of files without the need to exit Vim and start it
164 has changes, you can either write the file first, or use ":args!" (with !
207 After jumping to another file, you can use two predefined marks which are very
230 In section |03.10| was explained how you can place a mark in a file with "mx"
235 with an uppercase letter. These are global, they can be used from any file.
245 Now you can use the "'F" command to jump back to halfway foo.txt. Or edit yet
249 can place the mark, do hours of editing and still be able to jump back to that
259 You can also give several arguments: >
263 Don't forget that you can use CTRL-O and CTRL-I to jump to older and newer
277 If you do not like the fact that the backup files end with ~, you can
337 Of course you can use many other commands to yank the text. For example, to
378 You can put the registers in any order. And the text stays in the register
379 until you yank something else into it. Thus you can put it as many times as
382 When you delete text, you can also specify a register. Use this to move
393 When collecting lines of text into one file, you can use this command: >
399 and put them there. Thus you save two steps. But you can only append to the
426 If you make changes to a file and forgot that it was read-only, you can
454 You can delete the stuff you don't need. Now you need to save the file under
455 a new name. The ":saveas" command can be used for this: >
463 want to write the file, you can use this command: >