Lines Matching refs:all
140 you don't get to Ex mode at all.
193 mode, but not in Visual mode. First define it for all three modes, then
201 To remove all mappings use the |:mapclear| command. You can guess the
273 the <F7> key do nothing at all: >
416 To delete all the user commands: >
422 More details about all this in the reference manual: |user-commands|.
450 the file name. In this case it matches all files.
462 "*.txt" makes the autocommand be used for all files whose name end in ".txt".
525 This will delete all autocommands for the "FileWritePre" event that use the
531 To list all the currently defined autocommands, use this: >
537 example, to list all BufNewFile autocommands: >
541 To list all autocommands for the pattern "*.c": >
545 Using "*" for the event will list all the events. To list all autocommands
554 together. This can be used to delete all the autocommands in a certain group,
569 To delete all autocommands in the "cprograms" group: >
603 like "doautocmd" except it executes on all the buffers.
616 Using the ":normal" command is a bit tricky. First of all, make sure its
617 argument is a complete command, including all the arguments. When you use "i"
621 The ":normal" command uses all the text after it as commands. Thus there
645 To ignore all events, use the following command: >
647 :set eventignore=all