a0dc237c6c910a468bcd852c2c2140aaa25b1267
[bpt/emacs.git] / doc / misc / viper.texi
1 % -*-texinfo-*-
2 \input texinfo
3
4 @comment Using viper.info instead of viper in setfilename breaks DOS.
5 @comment @setfilename viper
6 @comment @setfilename viper.info
7 @setfilename ../../info/viper
8
9 @copying
10 Copyright @copyright{} 1995--1997, 2001--2012 Free Software Foundation, Inc.
11
12 @quotation
13 Permission is granted to copy, distribute and/or modify this document
14 under the terms of the GNU Free Documentation License, Version 1.3 or
15 any later version published by the Free Software Foundation; with no
16 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
17 and with the Back-Cover Texts as in (a) below. A copy of the license
18 is included in the section entitled ``GNU Free Documentation License''.
19
20 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
21 modify this GNU manual.''
22 @end quotation
23 @end copying
24
25 @dircategory Emacs misc features
26 @direntry
27 * VIPER: (viper). A VI-emulation mode for Emacs.
28 @end direntry
29
30 @finalout
31
32 @titlepage
33 @title Viper Is a Package for Emacs Rebels
34 @subtitle a Vi emulator for Emacs
35 @subtitle November 2008, Viper Version 3.11.2
36
37 @author Michael Kifer (Viper)
38 @author Aamod Sane (VIP 4.4)
39 @author Masahiko Sato (VIP 3.5)
40
41 @page
42 @vskip 0pt plus 1filll
43 @insertcopying
44 @end titlepage
45
46 @contents
47
48 @ifnottex
49 @node Top, Overview,, (DIR)
50
51 @unnumbered Viper
52
53 We believe that one or more of the following statements are adequate
54 descriptions of Viper:
55
56 @example
57 Viper Is a Package for Emacs Rebels;
58 it is a VI Plan for Emacs Rescue
59 and/or a venomous VI PERil.
60 @end example
61
62 Technically speaking, Viper is a Vi emulation package for Emacs. It
63 implements all Vi and Ex commands, occasionally improving on them and
64 adding many new features. It gives the user the best of both worlds: Vi
65 keystrokes for editing combined with the power of the Emacs environment.
66
67 Viper emulates Vi at several levels, from the one that closely follows Vi
68 conventions to the one that departs from many of them. It has many
69 customizable options, which can be used to tailor Viper to the work habits
70 of various users.
71 This manual describes Viper, concentrating on the differences from Vi and
72 new features of Viper.
73
74 Viper, formerly known as VIP-19, was written by Michael Kifer. It is based
75 on VIP version 3.5 by Masahiko Sato and VIP version 4.4 by Aamod Sane.
76 About 15% of the code still comes from those older packages.
77
78 Viper is intended to be usable without reading this manual; the defaults
79 are set to make Viper as close to Vi as possible. At startup, Viper will
80 try to set the most appropriate default environment for you, based on
81 your familiarity with Emacs. It will also tell you the basic GNU Emacs window
82 management commands to help you start immediately.
83
84 Although this manual explains how to customize Viper, some basic
85 familiarity with Emacs Lisp is a plus.
86
87 It is recommended that you read the Overview node. The other nodes may
88 be visited as needed.
89
90 Comments and bug reports are welcome.
91 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
92 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
93
94 @insertcopying
95 @end ifnottex
96
97 @menu
98 * Overview:: Read for a smoother start
99 * Improvements over Vi:: New features, Improvements
100 * Customization:: How to customize Viper
101 * Commands:: Vi and Ex Commands
102
103 * Key Index:: Index of Vi and Ex Commands
104 * Function Index:: Index of Viper Functions
105 * Variable Index:: Index of Viper Variables
106 * Package Index:: Index of Packages Mentioned in this Document
107 * Concept Index:: Vi, Ex and Emacs concepts
108
109 * Acknowledgments::
110 * GNU Free Documentation License:: The license for this documentation.
111
112 @end menu
113 @iftex
114 @unnumbered Introduction
115
116 We believe that one or more of the following statements are adequate
117 descriptions of Viper:
118
119 @example
120 Viper Is a Package for Emacs Rebels;
121 it is a VI Plan for Emacs Rescue
122 and/or a venomous VI PERil.
123 @end example
124
125 Viper is a Vi emulation package for Emacs. Viper contains virtually all
126 of Vi and Ex functionality and much more. It gives you the best of both
127 worlds: Vi keystrokes for editing combined with the GNU Emacs
128 environment. Viper also fixes some common complaints with Vi commands.
129 This manual describes Viper, concentrating on the differences from Vi
130 and on the new features of Viper.
131
132 Viper was written by Michael Kifer. It is based on VIP version 3.5 by
133 Masahiko Sato and VIP version 4.4 by Aamod Sane. About 15% of the code
134 still comes from those older packages.
135
136 Viper is intended to be usable out of the box, without reading this manual;
137 the defaults are set to make Viper as close to Vi as possible. At
138 startup, Viper will attempt to set the most appropriate default environment
139 for you, based on your familiarity with Emacs. It will also tell you the
140 basic GNU Emacs window management commands to help you start immediately.
141
142 Although this manual explains how to customize Viper, some basic
143 familiarity with Emacs Lisp is a plus.
144
145 It is recommended that you read the chapter Overview. The other chapters
146 will be useful for customization and advanced usage.
147
148 You should also learn to use the Info on-line hypertext manual system that
149 comes with Emacs. This manual can be read as an Info file. Try the command
150 @kbd{@key{ESC} x info} with vanilla Emacs sometime.
151
152 Comments and bug reports are welcome.
153 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
154 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
155
156 @end iftex
157
158 @node Overview,Improvements over Vi,Top,Top
159 @chapter Overview of Viper
160
161 Viper is a Vi emulation on top of Emacs. At the same time, Viper provides a
162 virtually unrestricted access to Emacs facilities. Perfect compatibility
163 with Vi is possible but not desirable. This chapter tells you about the
164 Emacs ideas that you should know about, how to use Viper within Emacs and
165 some incompatibilities.
166
167 This manual is written with the assumption that you are an experienced Vi
168 user who wants to switch to Emacs while retaining the ability to edit files
169 Vi style. Incredible as it might seem, there are experienced Emacs users
170 who use Viper as a backdoor into the superior (as every Vi user already knows)
171 world of Vi! These users are well familiar with Emacs bindings and prefer them
172 in some cases, especially in the Vi Insert state. John Hawkins
173 <jshawkin@@eecs.umich.edu> has provided a set of customizations, which
174 enables additional Emacs bindings under Viper. These customizations can be
175 included in your @file{~/.viper} file and are found at the following URL:
176 @file{http://traeki.freeshell.org/files/viper-sample}.
177
178 @menu
179 * Emacs Preliminaries:: Basic concepts in Emacs.
180 * Loading Viper:: Loading and Preliminary Configuration.
181 * States in Viper:: Viper has four states orthogonal to Emacs
182 modes.
183 * The Minibuffer:: Command line in Emacs.
184 * Multiple Files in Viper:: True multiple file handling.
185 * Unimplemented Features:: That are unlikely to be implemented.
186 @end menu
187
188 @node Emacs Preliminaries, Loading Viper, Overview, Overview
189 @section Emacs Preliminaries
190
191 @cindex buffer
192 @cindex point
193 @cindex mark
194 @cindex text
195 @cindex looking at
196 @cindex end (of buffer)
197 @cindex end (of line)
198 @cindex region
199
200 Emacs can edit several files at once. A file in Emacs is placed in a
201 @dfn{buffer} that usually has the same name as the file. Buffers are also used
202 for other purposes, such as shell interfaces, directory editing, etc.
203 @xref{Dired,,Directory Editor,emacs,The
204 GNU Emacs Manual}, for an example.@refill
205
206 A buffer has a distinguished position called the @dfn{point}.
207 A @dfn{point} is always between 2 characters, and is @dfn{looking at}
208 the right hand character. The cursor is positioned on the right hand
209 character. Thus, when the @dfn{point} is looking at the end-of-line,
210 the cursor is on the end-of-line character, i.e., beyond the last
211 character on the line. This is the default Emacs behavior.@refill
212
213 The default settings of Viper try to mimic the behavior of Vi, preventing
214 the cursor from going beyond the last character on the line. By using
215 Emacs commands directly (such as those bound to arrow keys), it is possible
216 to get the cursor beyond the end-of-line. However, this won't (or
217 shouldn't) happen if you restrict yourself to standard Vi keys, unless you
218 modify the default editing style. @xref{Customization}.@refill
219
220 In addition to the @dfn{point}, there is another distinguished buffer
221 position called the @dfn{mark}. @xref{Mark,,Mark,emacs,The GNU Emacs
222 manual}, for more info on the mark. The text between the @dfn{point} and
223 the @dfn{mark} is called the @dfn{region} of the buffer. For the Viper
224 user, this simply means that in addition to the Vi textmarkers a--z, there
225 is another marker called @dfn{mark}. This is similar to the unnamed Vi
226 marker used by the jump commands @kbd{``} and @kbd{''}, which move the
227 cursor to the position of the last absolute jump. Viper provides access to
228 the region in most text manipulation commands as @kbd{r} and @kbd{R} suffix
229 to commands that operate on text regions, e.g., @kbd{dr} to delete region,
230 etc.
231
232 Furthermore, Viper lets Ex-style commands to work on the current region.
233 This is done by typing a digit argument before @kbd{:}. For instance,
234 typing @kbd{1:} will prompt you with something like @emph{:123,135},
235 assuming that the current region starts at line 123 and ends at line
236 135. There is no need to type the line numbers, since Viper inserts them
237 automatically in front of the Ex command.
238
239 @xref{Basics}, for more info.@refill
240
241 @cindex window
242 @cindex mode line
243 @cindex buffer information
244 @cindex Minibuffer
245 @cindex command line
246 @cindex buffer (modified)
247
248 Emacs divides the screen into tiled @dfn{windows}. You can see the
249 contents of a buffer through the window associated with the buffer. The
250 cursor of the screen is positioned on the character after @dfn{point}.
251 Every window has a @dfn{mode line} that displays information about the buffer.
252 You can change the format of the mode
253 line, but normally if you see @samp{**} at the beginning of a mode line it
254 means that the buffer is @dfn{modified}. If you write out the contents of
255 a buffer to a file, then the buffer will become not modified. Also if
256 you see @samp{%%} at the beginning of the mode line, it means that the file
257 associated with the buffer is write protected. The mode line will also
258 show the buffer name and current major and minor modes (see below).
259 A special buffer called @dfn{Minibuffer} is displayed as the last line
260 in a minibuffer window. The minibuffer window is used for command input
261 output. Viper uses minibuffer window for @kbd{/} and @kbd{:}
262 commands.@refill
263
264 @cindex mode
265 @cindex keymap
266 @cindex local keymap
267 @cindex global keymap
268 @cindex major mode
269 @cindex minor mode
270
271 An Emacs buffer can have a @dfn{major mode} that customizes Emacs for
272 editing text of a particular sort by changing the functionality of the keys.
273 Keys are defined using a @dfn{keymap} that records the bindings between
274 keystrokes and
275 functions. The @dfn{global keymap} is common to all the
276 buffers. Additionally, each buffer has its @dfn{local keymap} that determines the
277 @dfn{mode} of the buffer. If a function is bound to some key in the local
278 keymap then that function will be executed when you type the key.
279 If no function is bound to a key in the
280 local map, however, the function bound to the key in the global map
281 will be executed. @xref{Major Modes,Major Modes,Major Modes,emacs,The
282 GNU Emacs Manual}, for more information.@refill
283
284 A buffer can also have a @dfn{minor mode}. Minor modes are options that
285 you can use or not. A buffer in @code{text-mode} can have
286 @code{auto-fill-mode} as minor mode, which can be turned off or on at
287 any time. In Emacs, a minor mode may have it own keymap,
288 which overrides the local keymap when the minor mode is turned on. For
289 more information, @pxref{Minor Modes,Minor Modes,Minor Modes,emacs,The
290 GNU Emacs Manual} @refill
291
292 @cindex Viper as minor mode
293 @cindex Control keys
294 @cindex Meta key
295
296 Viper is implemented as a collection of minor modes. Different minor modes
297 are involved when Viper emulates Vi command mode, Vi insert mode, etc.
298 You can also turn Viper on and off at any time while in Vi command mode.
299 @xref{States in Viper}, for
300 more information.@refill
301
302 Emacs uses Control and Meta modifiers. These are denoted as C and M,
303 e.g., @kbd{^Z} as @kbd{C-z} and @kbd{Meta-x} as @kbd{M-x}. The Meta key is
304 usually located on each side of the Space bar; it is used in a manner
305 similar to the Control key, e.g., @kbd{M-x} means typing @kbd{x} while
306 holding the Meta key down. For keyboards that do not have a Meta key,
307 @key{ESC} is used as Meta. Thus @kbd{M-x} is typed as @kbd{@key{ESC}
308 x}. Viper uses @key{ESC} to switch from Insert state to Vi state. Therefore
309 Viper defines @kbd{C-\} as its Meta key in Vi state. @xref{Vi State}, for
310 more info.@refill
311
312 Emacs is structured as a Lisp interpreter around a C core. Emacs keys
313 cause Lisp functions to be called. It is possible to call these
314 functions directly, by typing @kbd{M-x function-name}.
315
316 @node Loading Viper, States in Viper, Emacs Preliminaries, Overview
317 @section Loading Viper
318
319 The most common way to load it automatically is to include the following
320 lines (in the given order!):
321
322 @lisp
323 (setq viper-mode t)
324 (require 'viper)
325 @end lisp
326
327 @noindent
328 in your @file{~/.emacs} file. The @file{.emacs} file is placed in your
329 home directory and it is be executed every time you invoke Emacs. This is
330 the place where all general Emacs customization takes place. Beginning with
331 version 20.0, Emacsen have an interactive interface, which simplifies the
332 job of customization significantly.
333
334 Viper also uses the file @file{~/.viper} for Viper-specific customization.
335 The location of Viper customization file can be changed by setting the
336 variable @code{viper-custom-file-name} in @file{.emacs} @emph{prior} to loading
337 Viper.
338
339 The latest versions of Emacs have an interactive customization facility,
340 which allows you to (mostly) bypass the use of the @file{.emacs} and
341 @file{.viper} files. You can reach this customization
342 facility from within Viper's VI state by executing the Ex command
343 @kbd{:customize}.
344
345 Once invoked, Viper will arrange to bring up Emacs buffers in Vi state
346 whenever this makes sense.
347 @xref{Packages that Change Keymaps}, to find out when forcing Vi command state
348 on a buffer may be counter-productive.
349
350 Even if your @file{.emacs} file does not invoke Viper automatically,
351 you can still load Viper and enter the Vi command state by typing the
352 following from within Emacs:
353
354 @lisp
355 M-x viper-mode
356 @end lisp
357
358 When Emacs first comes up, if you have not specified a file on the
359 command line, it will show the @samp{*scratch*} buffer, in the
360 @samp{Lisp Interaction} mode. After you invoke Viper, you can start
361 editing files by using @kbd{:e}, @kbd{:vi}, or @kbd{v} commands.
362 (@xref{File and Buffer Handling}, for more information on @kbd{v} and other
363 new commands that, in many cases, are more convenient than @kbd{:e},
364 @kbd{:vi}, and similar old-style Vi commands.)@refill
365
366 Finally, if at some point you would want to de-Viperize your running
367 copy of Emacs after Viper has been loaded, the command @kbd{M-x
368 viper-go-away} will do it for you. The function @code{toggle-viper-mode}
369 toggles Viperization of Emacs on and off.
370
371 @node States in Viper, The Minibuffer, Loading Viper,Overview
372 @section States in Viper
373
374 @kindex @kbd{C-z}
375 @kindex @key{ESC}
376 @kindex @kbd{i}
377 @cindex Emacs state
378 @cindex Vi state
379 @cindex Insert state
380 @cindex Replace state
381 @cindex Ex commands
382 @findex @code{viper-go-away}
383 @findex @code{toggle-viper-mode}
384
385 Viper has four states, Emacs, Vi, Insert, and Replace.
386
387 @table @samp
388 @item Emacs state
389 This is the state plain vanilla Emacs is normally in. After you have loaded
390 Viper, @kbd{C-z} will normally take you to Vi command state. Another
391 @kbd{C-z} will take you back to Emacs state. This toggle key can be
392 changed, @pxref{Customization} You can also type @kbd{M-x viper-mode} to
393 change to Vi state.@refill
394
395
396 For users who chose to set their user level to 1 at Viper setup time,
397 switching to Emacs state is deliberately made harder in order to not
398 confuse the novice user. In this case, @kbd{C-z} will either iconify Emacs
399 (if Emacs runs as an application under X) or it will stop Emacs (if
400 Emacs runs on a dumb terminal or in an Xterm window).
401
402 @item Vi state
403 This is the Vi command mode. Any of the Vi commands, such as @kbd{i, o, a},
404 @dots{}, will take you to Insert state. All Vi commands may
405 be used in this mode. Most Ex commands can also be used.
406 For a full list of Ex commands supported by Viper, type
407 @kbd{:} and then @key{TAB}. To get help on any issue, including the Ex
408 commands, type @kbd{:help}. This will invoke Viper Info
409 (if it is installed). Then typing @kbd{i} will prompt you for a topic to
410 search in the index. Note: to search for Ex commands in the index, you
411 should start them with a @kbd{:}, e.g., @kbd{:WW}.
412
413 In Viper, Ex commands can be made to work on the current Emacs region.
414 This is done by typing a digit argument before @kbd{:}.
415 For instance, typing @kbd{1:} will prompt you with something like
416 @emph{:123,135}, assuming that the current region starts at line 123 and
417 ends at line 135. There is no need to type the line numbers, since Viper
418 inserts them automatically in front of the Ex command.
419
420 @item Insert state
421 Insert state is the Vi insertion mode. @key{ESC} will take you back to
422 Vi state. Insert state editing can be done, including auto-indentation. By
423 default, Viper disables Emacs key bindings in Insert state.
424
425 @item Replace state
426 Commands like @kbd{cw} invoke the Replace state. When you cross the
427 boundary of a replacement region (usually designated via a @samp{$} sign),
428 it will automatically change to Insert state. You do not have to worry
429 about it. The key bindings remain practically the same as in Insert
430 state. If you type @key{ESC}, Viper will switch to Vi command mode, terminating the
431 replacement state.@refill
432 @end table
433
434 @cindex mode line
435
436 The modes are indicated on the @dfn{mode line} as <E>, <I>, <V>, and <R>,
437 so that the multiple modes do not confuse you. Most of your editing can be
438 done in Vi and Insert states. Viper will try to make all new buffers be in Vi
439 state, but sometimes they may come up in Emacs state. @kbd{C-z}
440 will take you to Vi state in such a case. In some major modes, like Dired,
441 Info, Gnus, etc., you should not switch to Vi state (and Viper will not
442 attempt to do so) because these modes are not intended for text editing and
443 many of the Vi keys have special meaning there. If you plan to read news,
444 browse directories, read mail, etc., from Emacs (which you should start
445 doing soon!), you should learn about the meaning of the various keys in
446 those special modes (typing @kbd{C-h m} in a buffer provides
447 help with key bindings for the major mode of that buffer).
448
449 If you switch to Vi in Dired or similar modes, no harm is done. It is just
450 that the special key bindings provided by those modes will be temporarily
451 overshadowed by Viper's bindings. Switching back to Viper's Emacs state
452 will revive the environment provided by the current major mode.
453
454 States in Viper are orthogonal to Emacs major modes, such as C mode or Dired
455 mode. You can turn Viper on and off for any Emacs state. When Viper is turned
456 on, Vi state can be used to move around. In Insert state, the bindings for
457 these modes can be accessed. For beginners (users at Viper levels 1 and 2),
458 these bindings are suppressed in Insert state, so that new users are not
459 confused by the Emacs states. Note that unless you allow Emacs bindings in
460 Insert state, you cannot do many interesting things, like language
461 sensitive editing. For the novice user (at Viper level 1), all major mode
462 bindings are turned off in Vi state as well. This includes the bindings for
463 key sequences that start with @kbd{C-c}, which practically means that all
464 major mode bindings are unsupported. @xref{Customization}, to find out how
465 to allow Emacs keys in Insert state.
466
467 @menu
468 * Emacs State:: This is the state you should learn more about when
469 you get up to speed with Viper.
470 * Vi State:: Vi commands are executed in this state.
471 * Insert State:: You can enter text, and also can do sophisticated
472 editing if you know enough Emacs commands.
473 * Replace State:: Like Insert mode, but it is invoked via the
474 replacement commands, such as cw, C, R, etc.
475 @end menu
476
477 @node Emacs State, Vi State, States in Viper, States in Viper
478 @subsection Emacs State
479
480 @kindex @kbd{C-z}
481 @cindex Emacs state
482
483
484 You will be in this mode only by accident (hopefully). This is the state
485 Emacs is normally in (imagine!!). Now leave it as soon as possible by
486 typing @kbd{C-z}. Then you will be in Vi state (sigh of relief) :-).
487
488 Emacs state is actually a Viperism to denote all the major and minor modes
489 (@pxref{Emacs Preliminaries}) other than Viper that Emacs can be in. Emacs
490 can have several modes, such as C mode for editing C programs, LaTeX mode
491 for editing LaTeX documents, Dired for directory editing, etc. These are
492 major modes, each with a different set of key-bindings. Viper states are
493 orthogonal to these Emacs major modes. The presence of these language
494 sensitive and other modes is a major win over Vi. @xref{Improvements over
495 Vi}, for more.@refill
496
497 The bindings for these modes can be made available in the Viper Insert state
498 as well as in Emacs state. Unless you specify your user level as 1 (a
499 novice), all major mode key sequences that start with @kbd{C-x} and
500 @kbd{C-c} are also available in Vi state. This is important because major
501 modes designed for editing files, such as cc-mode or latex-mode, use key
502 sequences that begin with @kbd{C-x} and @kbd{C-c}.
503
504 There is also a key that lets you temporarily escape to Vi command state
505 from the Insert state: typing @kbd{C-z} will let you execute a
506 single Vi command while staying in Viper's Insert state.
507
508
509 @node Vi State, Insert State, Emacs State, States in Viper
510 @subsection Vi State
511
512 @cindex Vi state
513
514 This is the Vi command mode. When Viper is in Vi state, you will see the sign
515 <V> in the mode line. Most keys will work as in Vi. The notable
516 exceptions are:
517
518 @table @kbd
519 @item C-x
520 @kindex @kbd{C-x}
521 @kbd{C-x} is used to invoke Emacs commands, mainly those that do window
522 management. @kbd{C-x 2} will split a window, @kbd{C-x 0} will close a
523 window. @kbd{C-x 1} will close all other windows. @kbd{C-xb} is used to
524 switch buffers in a window, and @kbd{C-xo} to move through windows.
525 These are about the only necessary keystrokes.
526 For the rest, see the GNU Emacs Manual.
527
528 @item C-c
529 @kindex @kbd{C-c}
530 For user levels 2 and higher, this key serves as a prefix key for the key
531 sequences used by various major modes. For users at Viper level 1, @kbd{C-c}
532 simply beeps.
533
534 @item C-g and C-]
535 @kindex @kbd{C-g}
536 @kindex @kbd{C-]}
537
538 These are the Emacs @samp{quit} keys.
539 There will be cases where you will have to
540 use @kbd{C-g} to quit. Similarly, @kbd{C-]} is used to exit
541 @samp{Recursive Edits} in Emacs for which there is no comparable Vi
542 functionality and no key-binding. Recursive edits are indicated by
543 @samp{[]} brackets framing the modes on the mode line.
544 @xref{Recursive Edit,Recursive
545 Edit,Recursive Edit,emacs,The GNU Emacs Manual}.
546 At user level 1, @kbd{C-g} is bound to @code{viper-info-on-file}
547 function instead.
548 @refill
549 @item C-\
550 @kindex @kbd{C-\}
551 @cindex Meta key
552
553 Viper uses @key{ESC} as a switch between Insert and Vi states. Emacs uses
554 @key{ESC} for Meta. The Meta key is very important in Emacs since many
555 functions are accessible only via that key as @kbd{M-x function-name}.
556 Therefore, we need to simulate it somehow. In Viper's Vi, Insert, and
557 Replace states, the meta key is set to be @kbd{C-\}. Thus, to get
558 @kbd{M-x}, you should type @kbd{C-\ x} (if the keyboard has no Meta key,
559 which is rare these days).
560 This works both in the Vi command state and in the Insert and Replace
561 states. In Vi command state, you can also use @kbd{\ @key{ESC}} as the
562 meta key.
563
564 Note: Emacs binds @kbd{C-\} to a function that offers to change the
565 keyboard input method in the multilingual environment. Viper overrides this
566 binding. However, it is still possible to switch the input method by typing
567 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
568 Or you can use the MULE menu in the menubar.
569 @end table
570 @noindent
571 Other differences are mostly improvements. The ones you should know
572 about are:
573
574 @table @samp
575 @item Undo
576 @kindex @kbd{u}
577 @kbd{u} will undo. Undo can be repeated by the @kbd{.} key. Undo itself
578 can be undone. Another @kbd{u} will change the direction. The presence
579 of repeatable undo means that @kbd{U}, undoing lines, is not very
580 important. Therefore, @kbd{U} also calls @code{viper-undo}.
581 @cindex multiple undo
582 @cindex undo
583
584
585 @item Counts
586 Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts.
587
588 @comment ]] Just to balance parens
589 @item Regexps
590 Viper uses Emacs Regular Expressions for searches. These are a superset of
591 Vi regular
592 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
593 @dots{}, etc. @xref{Regexps,,Syntax of Regular Expressions,emacs,The
594 GNU Emacs Manual}, for details.
595 Files specified to @kbd{:e} use @code{csh} regular expressions
596 (globbing, wildcards, what have you).
597 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /},
598 lets the user switch from search with regular expressions to plain vanilla
599 search and vice versa. It also lets one switch from case-sensitive search
600 to case-insensitive and back.
601 @xref{Viper Specials}, for more details.
602 @cindex regular expressions
603 @cindex vanilla search
604 @cindex case-sensitive search
605 @cindex case-insensitive search
606 @kindex @kbd{C-c /}
607
608 @item Ex commands
609 @cindex Ex commands
610 The current working directory of a buffer is automatically inserted in the
611 minibuffer if you type @kbd{:e} then space. Absolute filenames are
612 required less often in Viper. For file names, Emacs uses a convention that
613 is slightly different from other programs. It is designed to minimize the
614 need for deleting file names that Emacs provides in its prompts. (This is
615 usually convenient, but occasionally the prompt may suggest a wrong file
616 name for you.) If you see a prompt @kbd{/usr/foo/} and you wish to edit the
617 file @kbd{~/.viper}, you don't have to erase the prompt. Instead, simply
618 continue typing what you need. Emacs will interpret @kbd{/usr/foo/~/.viper}
619 correctly. Similarly, if the prompt is @kbd{~/foo/} and you need to get to
620 @kbd{/bar/file}, keep typing. Emacs interprets @kbd{~/foo//bar/} as
621 @kbd{/bar/file}, since when it sees @samp{//}, it understands that
622 @kbd{~/foo/} is to be discarded.
623
624 The command @kbd{:cd} will change the default directory for the
625 current buffer. The command @kbd{:e} will interpret the
626 filename argument in @code{csh}. @xref{Customization}, if you
627 want to change the default shell.
628 The command @kbd{:next} takes counts from
629 @kbd{:args}, so that @kbd{:rew} is obsolete. Also, @kbd{:args} will show only
630 the invisible files (i.e., those that are not currently seen in Emacs
631 windows).
632
633 When applicable, Ex commands support file completion and history. This
634 means that by typing a partial file name and then @key{TAB}, Emacs will try
635 to complete the name or it will offer a menu of possible completions.
636 This works similarly to Tcsh and extends the behavior of Csh. While Emacs
637 is waiting for a file name, you can type @kbd{M-p} to get the previous file
638 name you typed. Repeatedly typing @kbd{M-p} and @kbd{M-n} will let you
639 browse through the file history.
640
641 Like file names, partially typed Ex commands can be completed by typing
642 @key{TAB}, and Viper keeps the history of Ex commands. After typing
643 @kbd{:}, you can browse through the previously entered Ex commands by
644 typing @kbd{M-p} and @kbd{M-n}. Viper tries to rationalize when it puts Ex
645 commands on the history list. For instance, if you typed @kbd{:w!@: foo},
646 only @kbd{:w!} will be placed on the history list. This is because the
647 last history element is the default that can be invoked simply by typing
648 @kbd{: @key{RET}}. If @kbd{:w!@: foo} were placed on the list, it would be all to
649 easy to override valuable data in another file. Reconstructing the full
650 command, @kbd{:w!@: foo}, from the history is still not that hard, since Viper
651 has a separate history for file names. By typing @kbd{: M-p}, you will get
652 @kbd{:w!} in the minibuffer. Then, repeated @kbd{M-p} will get you through
653 the file history, inserting one file name after another.
654
655 In contrast to @kbd{:w!@: foo}, if the command were @kbd{:r foo}, the entire
656 command will appear in the history list. This is because having @kbd{:r}
657 alone as a default is meaningless, since this command requires a file
658 argument.
659 @refill
660 @end table
661 @noindent
662 As in Vi, Viper's destructive commands can be re-executed by typing `@kbd{.}'.
663 However, in addition, Viper keeps track of the history of such commands. This
664 history can be perused by typing @kbd{C-c M-p} and @kbd{C-c M-n}.
665 Having found the appropriate command, it can be then executed by typing
666 `@kbd{.}'.
667 @xref{Improvements over Vi}, for more information.
668
669 @node Insert State, Replace State, Vi State, States in Viper
670 @subsection Insert State
671
672 @cindex Insert state
673
674 To avoid confusing the beginner (at Viper level 1 and 2), Viper makes only the
675 standard Vi keys available in Insert state. The implication is that
676 Emacs major modes cannot be used in Insert state.
677 It is strongly recommended that as soon as you are comfortable, make the
678 Emacs state bindings visible (by changing your user level to 3 or higher).
679 @xref{Customization},
680 to see how to do this.@refill
681
682 Once this is done, it is possible to do quite a bit of editing in
683 Insert state. For instance, Emacs has a @dfn{yank} command, @kbd{C-y},
684 which is similar to Vi's @kbd{p}. However, unlike @kbd{p}, @kbd{C-y} can be
685 used in Insert state of Viper. Emacs also has a kill ring where it keeps
686 pieces of text you deleted while editing buffers. The command @kbd{M-y} is
687 used to delete the text previously put back by Emacs's @kbd{C-y} or by Vi's
688 @kbd{p} command and reinsert text that was placed on the kill-ring earlier.
689
690 This works both in Vi and Insert states.
691 In Vi state, @kbd{M-y} is a much better alternative to the usual Vi's way
692 of recovering the 10 previously deleted chunks of text. In Insert state,
693 you can
694 use this as follows. Suppose you deleted a piece of text and now you need
695 to re-insert it while editing in Insert mode. The key @kbd{C-y} will put
696 back the most recently deleted chunk. If this is not what you want, type
697 @kbd{M-y} repeatedly and, hopefully, you will find the chunk you want.
698
699 Finally, in Insert and Replace states, Viper provides the history of
700 pieces of text inserted in previous insert or replace commands. These
701 strings of text can be recovered by repeatedly typing @kbd{C-c M-p} or
702 @kbd{C-c M-n} while in Insert or Replace state. (This feature is disabled
703 in the minibuffer: the above keys are usually bound to other histories,
704 which are more appropriate in the minibuffer.)
705
706
707 @cindex Meta key
708
709 You can call Meta functions from Insert state. As in Vi state, the Meta key
710 is @kbd{C-\}. Thus @kbd{M-x} is typed as @kbd{C-\ x}.
711
712 Other Emacs commands that are useful in Insert state are @kbd{C-e}
713 and @kbd{C-a}, which move the cursor to the end and the beginning of the
714 current line, respectively. You can also use @kbd{M-f} and @kbd{M-b},
715 which move the cursor forward (or backward) one word.
716 If your display has a Meta key, these functions are invoked by holding the
717 Meta key and then typing @kbd{f} and @kbd{b}, respectively. On displays
718 without the Meta key, these functions are invoked by typing
719 @kbd{C-\ f} and @kbd{C-\ b} (@kbd{C-\} simulates the Meta key in Insert
720 state, as explained above).
721
722 The key @kbd{C-z} is sometimes also useful in Insert state: it allows you
723 to execute a single command in Vi state without leaving the Insert state!
724 For instance, @kbd{C-z d2w} will delete the next two words without leaving
725 the Insert state.
726
727 When Viper is in Insert state, you will see <I> in the mode line.
728
729 @node Replace State,, Insert State, States in Viper
730 @subsection Replace State
731
732 @cindex Replace state
733
734 This state is entered through Vi replacement commands, such as @kbd{C},
735 @kbd{cw}, etc., or by typing @kbd{R}. In Replace state, Viper puts <R> in
736 the mode line to let you know which state is in effect. If Replace state is
737 entered through @kbd{R}, Viper stays in that state until the user hits
738 @key{ESC}. If this state is entered via the other replacement commands,
739 then Replace state is in effect until you hit @key{ESC} or until you cross
740 the rightmost boundary of the replacement region. In the latter case, Viper
741 changes its state from Replace to Insert (which you will notice by the
742 change in the mode line).
743
744 Since Viper runs under Emacs, it is possible to switch between buffers
745 while in Replace state. You can also move the cursor using the arrow keys
746 (even on dumb terminals!)@: and the mouse. Because of this freedom (which is
747 unattainable in regular Vi), it is possible to take the cursor outside the
748 replacement region. (This may be necessary for several reasons, including
749 the need to enable text selection and region-setting with the mouse.)
750
751 The issue then arises as to what to do when the user
752 hits the @key{ESC} key. In Vi, this would cause the text between cursor and
753 the end of the replacement region to be deleted. But what if, as is
754 possible in Viper, the cursor is not inside the replacement region?
755
756 To solve the problem, Viper keeps track of the last cursor position while it
757 was still inside the replacement region. So, in the above situation, Viper
758 would delete text between this position and the end of the replacement
759 region.
760
761 @node The Minibuffer,Multiple Files in Viper, States in Viper, Overview
762 @section The Minibuffer
763
764 @cindex Minibuffer
765
766 The minibuffer is where commands are entered in. Editing can be done
767 by commands from Insert state, namely:
768
769 @table @kbd
770 @item C-h
771 Backspace
772 @item C-w
773 Delete Word
774 @item C-u
775 Erase line
776 @item C-v
777 Quote the following character
778 @item @key{RET}
779 Execute command
780 @item C-g and C-]
781 Emacs quit and abort keys. These may be necessary. @xref{Vi State}, for an
782 explanation.
783 @item M-p and M-n
784 These keys are bound to functions that peruse minibuffer history. The
785 precise history to be perused depends on the context. It may be the history
786 of search strings, Ex commands, file names, etc.
787 @item C-s
788 If the minibuffer is entered via the Viper search commands @kbd{/} or
789 @kbd{?}, then this key inserts the last search string used by the
790 Emacs incremental search command
791 (which is bound to @kbd{C-s} everywhere except in this case).
792 @end table
793
794 Most of the Emacs keys are functional in the minibuffer. While in the
795 minibuffer, Viper tries to make editing resemble Vi's behavior when the
796 latter is waiting for the user to type an Ex command. In particular, you
797 can use the regular Vi commands to edit the minibuffer. You can switch
798 between the Vi state and Insert state at will, and even use the replace mode.
799 Initially, the minibuffer comes up in Insert state.
800
801 Some users prefer plain Emacs bindings in the minibuffer. To this end, set
802 @code{viper-vi-style-in-minibuffer} to @code{nil} in @file{.viper}.
803 @xref{Customization}, to learn how to do this.
804
805 When the minibuffer changes Viper states, you will notice that the appearance
806 of the text there changes as well. This is useful because the minibuffer
807 has no mode line to tell which Vi state it is in.
808 The appearance of the text in the minibuffer can be changed.
809 @xref{Viper Specials}, for more details.
810
811 @node Multiple Files in Viper,Unimplemented Features,The Minibuffer,Overview
812 @section Multiple Files in Viper
813
814 @cindex multiple files
815 @cindex managing multiple files
816
817 Viper can edit multiple files. This means, for example that you never need
818 to suffer through @code{No write since last change} errors.
819 Some Viper elements are common over all the files.
820
821 @table @samp
822 @item Textmarkers
823 @cindex markers
824 @cindex textmarkers
825 Textmarkers remember @emph{files and positions}.
826 If you set marker @samp{a} in
827 file @file{foo}, start editing file @file{bar} and type @kbd{'a}, then
828 @emph{YOU WILL SWITCH TO FILE @file{foo}}. You can see the contents of a
829 textmarker using the Viper command @kbd{[<a-z>} where <a-z> are the
830 textmarkers, e.g., @kbd{[a} to view marker @samp{a} .@refill
831 @item Repeated Commands
832 Command repetitions are common over files. Typing @kbd{!!} will repeat the
833 last @kbd{!} command whichever file it was issued from.
834 Typing @kbd{.} will repeat the last command from any file, and
835 searches will repeat the last search. Ex commands can be repeated by typing
836 @kbd{: @key{RET}}.@refill
837 Note: in some rare cases, that @kbd{: @key{RET}} may do something dangerous.
838 However, usually its effect can be undone by typing @kbd{u}.
839 @item Registers
840 @cindex registers
841 Registers are common to files. Also, text yanked with @kbd{y} can be
842 put back (@kbd{p}) into any file. The Viper command @kbd{]<a-z>}, where <a-z> are
843 the registers, can be used to look at the contents of a register, e.g.,
844 type @kbd{]a} to view register @samp{a}.
845
846 There is one difference in text deletion that you should be
847 aware of. This difference comes from Emacs and was adopted in Viper
848 because we find it very useful. In Vi, if you delete a line, say, and then
849 another line, these two deletions are separated and are put back
850 separately if you use the @samp{p} command. In Emacs (and Viper), successive
851 series of deletions that are @emph{not interrupted} by other commands are
852 lumped together, so the deleted text gets accumulated and can be put back
853 as one chunk. If you want to break a sequence of deletions so that the
854 newly deleted text could be put back separately from the previously deleted
855 text, you should perform a non-deleting action, e.g., move the cursor one
856 character in any direction.
857 @item Absolute Filenames
858 @cindex absolute file names
859 The current directory name for a file is automatically prepended to the
860 file name in any
861 @kbd{:e}, @kbd{:r}, @kbd{:w}, etc., command (in Emacs, each buffer has a
862 current directory).
863 This directory is inserted in the minibuffer once you type space after
864 @kbd{:e, r}, etc. Viper also supports completion of file names and Ex
865 commands (@key{TAB}), and it keeps track of
866 command and file history (@kbd{M-p}, @kbd{M-n}).
867 Absolute filenames are required less
868 often in Viper.
869
870 You should be aware that Emacs interprets @kbd{/foo/bar//bla} as
871 @kbd{/bla} and @kbd{/foo/~/bar} as @kbd{~/bar}. This is designed to
872 minimize the need for erasing file names that Emacs suggests in its
873 prompts, if a suggested file name is not what you wanted.
874
875 The command @kbd{:cd} will change the default directory for the
876 current Emacs buffer. The Ex command @kbd{:e} will interpret the
877 filename argument in @samp{csh}, by default. @xref{Customization}, if you
878 want to change this.
879 @end table
880
881 @noindent
882 Currently undisplayed files can be listed using the @kbd{:ar} command. The
883 command @kbd{:n} can be given counts from the @kbd{:ar} list to switch to
884 other files. For example, use `:n3' to move to the third file in that list.
885
886 @node Unimplemented Features,,Multiple Files in Viper,Overview
887 @section Unimplemented Features
888
889 Unimplemented features include:
890
891 @itemize @bullet
892 @item
893 @kbd{:ab} and @kbd{:una} are not implemented, since
894 @kbd{:ab} is considered obsolete, since Emacs has much
895 more powerful facilities for defining abbreviations.
896 @item
897 @kbd{:set option?} is not implemented. The current
898 @kbd{:set} can also be used to set Emacs variables.
899 @item
900 @kbd{:se list} requires modification of the display code for Emacs, so
901 it is not implemented.
902 A useful alternative is @code{cat -t -e file}. Unfortunately, it cannot
903 be used directly inside Emacs, since Emacs will obdurately change @samp{^I}
904 back to normal tabs.@refill
905 @end itemize
906
907 @comment node-name, next, previous, up
908 @node Improvements over Vi, Customization, Overview, Top
909 @chapter Improvements over Vi
910
911 Some common problems with Vi and Ex have been solved in Viper. This
912 includes better implementation of existing commands, new commands, and
913 the facilities provided by Emacs.
914
915 @menu
916 * Basics:: Basic Viper differences, Multi-file effects.
917 * Undo and Backups:: Multiple undo, auto-save, backups and changes
918 * History:: History for Ex and Vi commands.
919 * Macros and Registers:: Keyboard Macros (extended ".")@: @@reg execution.
920 * Completion:: Filename and Command Completion for Ex.
921 * Improved Search:: Incremental Search and Buffer Content Search.
922 * Abbreviation Facilities:: Normal Abbrevs, Templates, and Dynamic Abbrevs.
923 * Movement and Markers:: Screen Editor movements, viewing textmarkers.
924 * New Commands:: Commands that do not exist in Vi.
925 * Useful Packages:: A Sampling of some Emacs packages, and things
926 you should know about.
927 @end menu
928
929 @node Basics, Undo and Backups, Improvements over Vi, Improvements over Vi
930 @section Basics
931
932 The Vi command set is based on the idea of combining motion commands
933 with other commands. The motion command is used as a text region
934 specifier for other commands.
935 We classify motion commands into @dfn{point commands} and
936 @dfn{line commands}.@refill
937
938 @cindex point commands
939
940 The point commands are:
941
942 @quotation
943 @kbd{h}, @kbd{l}, @kbd{0}, @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
944 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
945 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
946 @end quotation
947
948 @cindex line commands
949
950 The line commands are:
951
952 @quotation
953 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
954 @kbd{@}}, @kbd{G}, @kbd{'}, @kbd{[[}, @kbd{]]}, @kbd{[]}
955 @end quotation
956
957 @cindex region
958 @cindex region specification
959 @cindex expanding (region)
960 @cindex describing regions
961 @cindex movement commands
962
963 @noindent
964 If a point command is given as an argument to a modifying command, the
965 region determined by the point command will be affected by the modifying
966 command. On the other hand, if a line command is given as an argument to a
967 modifying command, the region determined by the line command will be
968 enlarged so that it will become the smallest region properly containing the
969 region and consisting of whole lines (we call this process @dfn{expanding
970 the region}), and then the enlarged region will be affected by the modifying
971 command.
972 Text Deletion Commands (@pxref{Deleting Text}), Change commands
973 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
974 use these commands to describe a region of text to operate on.
975 Thus, type @kbd{dw} to delete a word, @kbd{>@}} to shift a paragraph, or
976 @kbd{!'afmt} to format a region from @samp{point} to textmarker
977 @samp{a}.
978
979 @cindex r and R region specifiers
980
981 Viper adds the region specifiers @samp{r} and @samp{R}. Emacs has a
982 special marker called @dfn{mark}. The text-area between the current cursor
983 position @dfn{point} and the @dfn{mark} is called the @dfn{region}.
984 @samp{r} specifies the raw region and @samp{R} is the expanded region
985 (i.e., the minimal contiguous chunk of full lines that contains the raw
986 region).
987 @kbd{dr} will now delete the region, @kbd{>r} will shift it, etc.
988 @kbd{r,R} are not motion commands, however. The special mark is set by
989 @kbd{m.} and other commands. @xref{Marking}, for more info.
990
991 Viper also adds counts to most commands for which it would make sense.
992
993 In the Overview chapter, some Multiple File issues were discussed
994 (@pxref{Multiple Files in Viper}). In addition to the files, Emacs has
995 buffers. These can be seen in the @kbd{:args} list and switched using
996 @kbd{:next} if you type @kbd{:set ex-cycle-through-non-files t}, or
997 specify @code{(setq ex-cycle-through-non-files t)} in your @file{.viper}
998 file. @xref{Customization}, for details.
999
1000 @node Undo and Backups, History, Basics, Improvements over Vi
1001 @section Undo and Backups
1002
1003 @cindex undo
1004
1005 Viper provides multiple undo. The number of undo's and the size is limited
1006 by the machine. The Viper command @kbd{u} does an undo. Undo can be
1007 repeated by typing @kbd{.} (a period). Another @kbd{u} will undo the undo,
1008 and further
1009 @kbd{.} will repeat it. Typing @kbd{u} does the first undo, and changes the
1010 direction.
1011
1012 @cindex backup files
1013 @cindex auto save
1014
1015 Since the undo size is limited, Viper can create backup files and
1016 auto-save files. It will normally do this automatically. It is possible
1017 to have numbered backups, etc. For details, @pxref{Backup,,Backup and
1018 Auto-Save,emacs,The GNU Emacs Manual} @refill
1019
1020 @comment [ balance parens
1021 @cindex viewing registers and markers
1022 @cindex registers
1023 @cindex markers
1024 @cindex textmarkers
1025
1026 The results of the 9 previous changes are available in the 9 numeric
1027 registers, as in Vi. The extra goody is the ability to @emph{view} these
1028 registers, in addition to being able to access them through @kbd{p} and
1029 @kbd{M-y} (@xref{Insert State}, for details.)
1030 The Viper command @kbd{] register} will display the contents of any
1031 register, numeric or alphabetical. The related command @kbd{[ textmarker}
1032 will show the text around the textmarker. @samp{register} and @samp{textmarker}
1033 can be any letters from a through z.
1034 @comment ] balance parens
1035
1036 @node History, Macros and Registers, Undo and Backups,Improvements over Vi
1037 @section History
1038
1039 @cindex history
1040 @cindex Minibuffer
1041
1042 History is provided for Ex commands, Vi searches, file names, pieces of
1043 text inserted in earlier commands that use Insert or Replace state, and for
1044 destructive commands in Vi state. These are
1045 useful for fixing those small typos that screw up searches and @kbd{:s},
1046 and for eliminating routine associated with repeated typing of file names
1047 or pieces of text that need to be inserted frequently.
1048 At the @kbd{:} or @kbd{/} prompts in the minibuffer, you can do the following:
1049
1050 @table @kbd
1051 @item M-p and M-n
1052 To move to previous and next history items. This causes the history
1053 items to appear on the command line, where you can edit them, or
1054 simply type Return to execute.
1055 @item M-r and M-s
1056 To search backward and forward through the history.
1057 @item @key{RET}
1058 Type @key{RET} to accept a default (which is displayed in the prompt).
1059 @end table
1060
1061 The history of insertions can be perused by
1062 typing @kbd{C-c M-p} and @kbd{C-c M-n} while in Insert or Replace state.
1063 The history of destructive Vi commands can be perused via the same keys
1064 when Viper is in Vi state. @xref{Viper Specials}, for details.
1065
1066 All Ex commands have a file history. For instance, typing @kbd{:e}, space
1067 and then @kbd{M-p} will bring up the name of the previously typed file
1068 name. Repeatedly typing @kbd{M-p}, @kbd{M-n}, etc., will let you browse
1069 through the file history.
1070
1071 Similarly, commands that have to do with switching buffers
1072 have a buffer history, and commands that expect strings or regular
1073 expressions keep a history on those items.
1074
1075 @node Macros and Registers,Completion,History,Improvements over Vi
1076 @section Macros and Registers
1077
1078 @cindex keyboard macros
1079 @cindex macros
1080 @cindex registers
1081 @cindex register execution
1082
1083 Viper facilitates the use of Emacs-style keyboard macros. @kbd{@@#} will
1084 start a macro definition. As you type, the commands will be executed, and
1085 remembered (This is called ``learn mode'' in some editors.)
1086 @kbd{@@register} will complete the macro, putting it into @samp{register},
1087 where @samp{register} is any character from @samp{a} through @samp{z}. Then
1088 you can execute this macro using @kbd{@@register}. It is, of course,
1089 possible to yank some text into a register and execute it using
1090 @kbd{@@register}. Typing @kbd{@@@@}, @kbd{@@RET}, or @kbd{@@C-j} will
1091 execute the last macro that was executed using @kbd{@@register}.@refill
1092
1093 Viper will automatically lowercase the register, so that pressing the
1094 @kbd{SHIFT} key for @kbd{@@} will not create problems. This is for
1095 @kbd{@@} macros and @kbd{"p} @emph{only}. In the case of @kbd{y},
1096 @kbd{"Ayy} will append to @emph{register a}. For @kbd{[,],',`}, it
1097 is an error to use a Uppercase register name.
1098
1099 @comment [ balance parens
1100 @cindex viewing registers and markers
1101
1102 The contents of a register can be seen by @kbd{]register}. (@kbd{[textmarker}
1103 will show the contents of a textmarker).
1104 @comment ] balance parens
1105
1106 @cindex last keyboard macro
1107
1108 The last keyboard macro can also be executed using
1109 @kbd{*}, and it can be yanked into a register using @kbd{@@!register}.
1110 This is useful for Emacs style keyboard macros defined using @kbd{C-x(}
1111 and @kbd{C-x)}. Emacs keyboard macros have more capabilities.
1112 @xref{Keyboard Macros,,Keyboard Macros,emacs, The GNU Emacs Manual}, for
1113 details.@refill
1114
1115 Keyboard Macros allow an interesting form of Query-Replace:
1116 @kbd{/pattern} or @kbd{n} to go to the next pattern (the query), followed by a
1117 Keyboard Macro execution @kbd{@@@@} (the replace).
1118
1119 Viper also provides Vi-style macros. @xref{Vi Macros}, for details.
1120
1121
1122 @node Completion, Improved Search, Macros and Registers, Improvements over Vi
1123 @section Completion
1124
1125 @cindex completion
1126
1127 Completion is done when you type @key{TAB}. The Emacs completer does not
1128 grok wildcards in file names. Once you type a wildcard, the completer will
1129 no longer work for that file name. Remember that Emacs interprets a file name
1130 of the form @kbd{/foo//bar} as @kbd{/bar} and @kbd{/foo/~/bar} as
1131 @kbd{~/bar}.
1132
1133 @node Improved Search, Abbreviation Facilities, Completion, Improvements over Vi
1134 @section Improved Search
1135
1136 @cindex buffer search
1137 @cindex word search
1138
1139 Viper provides buffer search, the ability to search the buffer for a region
1140 under the cursor. You have to turn this on in @file{.viper} either by calling
1141
1142 @example
1143 (viper-buffer-search-enable)
1144 @end example
1145
1146 @noindent
1147 or by setting @code{viper-buffer-search-char} to, say, @kbd{f3}:
1148 @example
1149 (setq viper-buffer-search-char ?g)
1150 @end example
1151
1152 @noindent
1153 If the user calls @code{viper-buffer-search-enable} explicitly (the first
1154 method), then @code{viper-buffer-search-char} will be set to @kbd{g}.
1155 Regardless of how this feature is enabled, the key
1156 @code{viper-buffer-search-char} will take movement commands, like
1157 @kbd{w,/,e}, to find a region and then search for the contents of that
1158 region. This command is very useful for searching for variable names, etc.,
1159 in a program. The search can be repeated by @kbd{n} or reversed by @kbd{N}.
1160
1161 @cindex incremental search
1162
1163 Emacs provides incremental search. As you type the string in, the
1164 cursor will move to the next match. You can snarf words from the buffer
1165 as you go along. Incremental Search is normally bound to @kbd{C-s} and
1166 @kbd{C-r}. @xref{Customization}, to find out how to change the bindings
1167 of @kbd{C-r or C-s}.
1168 For details, @pxref{Incremental Search,,Incremental
1169 Search,emacs,The GNU Emacs Manual} @refill
1170
1171 @cindex query replace
1172
1173 Viper also provides a query replace function that prompts through the
1174 minibuffer. It is invoked by the @kbd{Q} key in Vi state.
1175
1176 @cindex mouse search
1177
1178 On a window display, Viper supports mouse search, i.e., you can search for a
1179 word by clicking on it. @xref{Viper Specials}, for details.
1180
1181 Finally, on a window display, Viper highlights search patterns as it finds
1182 them. This is done through what is known as @emph{faces} in Emacs. The
1183 variable that controls how search patterns are highlighted is
1184 @code{viper-search-face}. If you don't want any highlighting at all, put
1185 @example
1186 (copy-face 'default 'viper-search-face)
1187 @end example
1188 @vindex @code{viper-search-face}
1189 @noindent
1190 in @file{~/.viper}. If you want to change how patterns are highlighted, you
1191 will have to change @code{viper-search-face} to your liking. The easiest
1192 way to do this is to use Emacs customization widget, which is accessible
1193 from the menubar. Viper customization group is located under the
1194 @emph{Emulations} customization group, which in turn is under the
1195 @emph{Editing} group (or simply by typing @kbd{:customize}). All Viper
1196 faces are grouped together under Viper's
1197 @emph{Highlighting} group.
1198
1199 Try it: it is really simple!
1200
1201 @node Abbreviation Facilities,Movement and Markers,Improved Search,Improvements over Vi
1202 @section Abbreviation Facilities
1203
1204 @cindex abbrevs
1205
1206 It is possible in Emacs to define abbrevs based on the contents of the
1207 buffer.
1208 Sophisticated templates can be defined using the Emacs abbreviation
1209 facilities. @xref{Abbrevs,,Abbreviations,emacs,The GNU Emacs Manual}, for
1210 details.
1211
1212 @cindex dynamic abbrevs
1213
1214 Emacs also provides Dynamic Abbreviations. Given a partial word, Emacs
1215 will search the buffer to find an extension for this word. For instance,
1216 one can type @samp{Abbreviations} by typing @samp{A}, followed by a keystroke
1217 that completed the @samp{A} to @samp{Abbreviations}. Repeated typing
1218 will search further back in the buffer, so that one could get
1219 @samp{Abbrevs} by repeating the
1220 keystroke, which appears earlier in the text. Emacs binds this to
1221 @kbd{@key{ESC} /}, so you will have to find a key and bind the function
1222 @code{dabbrev-expand} to that key.
1223 Facilities like this make Vi's @kbd{:ab} command obsolete.
1224
1225 @node Movement and Markers, New Commands, Abbreviation Facilities, Improvements over Vi
1226 @section Movement and Markers
1227
1228 @cindex Ex style motion
1229 @cindex line editor motion
1230
1231 Viper can be set free from the line--limited movements in Vi, such as @kbd{l}
1232 refusing to move beyond the line, @key{ESC} moving one character back,
1233 etc. These derive from Ex, which is a line editor. If your @file{.viper}
1234 contains
1235
1236 @example
1237 @code{(setq viper-ex-style-motion nil)}
1238 @end example
1239
1240 @noindent
1241 the motion will be a true screen editor motion. One thing you must then
1242 watch out for is that it is possible to be on the end-of-line character.
1243 The keys @kbd{x} and @kbd{%} will still work correctly, i.e., as if they
1244 were on the last character.
1245
1246 @vindex @code{viper-syntax-preference}
1247 @cindex syntax table
1248
1249 The word-movement commands @kbd{w}, @kbd{e}, etc., and the associated
1250 deletion/yanking commands, @kbd{dw}, @kbd{yw}, etc., can be made to
1251 understand Emacs syntax tables. If the variable
1252 @code{viper-syntax-preference} is set to @code{strict-vi} then
1253 the meaning of @emph{word} is the same as in
1254 Vi. However, if the value is @code{reformed-vi} (the default) then the
1255 alphanumeric symbols will be those specified by the current Emacs syntax
1256 table (which may be different for different major modes) plus the
1257 underscore symbol @kbd{_}, minus some non-word symbols, like '.;,|, etc.
1258 Both @code{strict-vi} and @code{reformed-vi} work close to Vi in
1259 traditional cases, but @code{reformed-vi} does a better job when editing
1260 text in non-Latin alphabets.
1261
1262 The user can also specify the value @code{emacs}, which would
1263 make Viper use exactly the Emacs notion of word. In particular, the
1264 underscore may not be part of a word. Finally, if
1265 @code{viper-syntax-preference} is set to @code{extended}, Viper words would
1266 consist of characters that are classified as alphanumeric @emph{or} as
1267 parts of symbols. This is convenient for writing programs and in many other
1268 situations.
1269
1270 @code{viper-syntax-preference} is a local variable, so it can have different
1271 values for different major modes. For instance, in programming modes it can
1272 have the value @code{extended}. In text modes where words contain special
1273 characters, such as European (non-English) letters, Cyrillic letters, etc.,
1274 the value can be @code{reformed-vi} or @code{emacs}.
1275
1276 Changes to @code{viper-syntax-preference} should be done in the hooks to
1277 various major modes by executing @code{viper-set-syntax-preference} as in
1278 the following example:
1279
1280 @example
1281 (viper-set-syntax-preference nil "emacs")
1282 @end example
1283
1284 @findex @code{viper-set-syntax-preference}
1285
1286 The above discussion of the meaning of Viper's words concerns only Viper's
1287 movement commands. In regular expressions, words remain the same as in
1288 Emacs. That is, the expressions @code{\w}, @code{\>}, @code{\<}, etc., use
1289 Emacs's idea of what is a word, and they don't look into the value of
1290 variable @code{viper-syntax-preference}. This is because Viper doesn't change
1291 syntax tables in fear of upsetting the various major modes that set these
1292 tables.
1293
1294 @cindex textmarkers
1295
1296 Textmarkers in Viper remember the file and the position, so that you can
1297 switch files by simply doing @kbd{'a}. If you set up a regimen for using
1298 Textmarkers, this is very useful. Contents of textmarkers can be viewed
1299 by @kbd{[marker}. (Contents of registers can be viewed by @kbd{]register}).
1300
1301 @node New Commands, Useful Packages, Movement and Markers, Improvements over Vi
1302 @section New Commands
1303
1304 These commands have no Vi analogs.
1305
1306 @table @kbd
1307 @item C-x, C-c
1308 @kindex @kbd{C-x}
1309 @kindex @kbd{C-c}
1310 These two keys invoke many important Emacs functions. For example, if you
1311 hit @kbd{C-x} followed by @kbd{2}, then the current window will be split
1312 into 2. Except for novice users, @kbd{C-c} is also set to execute an Emacs
1313 command from the current major mode. @key{ESC} will do the same, if you
1314 configure @key{ESC} as Meta by setting @code{viper-no-multiple-ESC} to @code{nil}
1315 in @file{.viper}. @xref{Customization}. @kbd{C-\} in Insert, Replace, or Vi
1316 states will make Emacs think @kbd{Meta} has been hit.@refill
1317 @item \
1318 @kindex @kbd{\}
1319 Escape to Emacs to execute a single Emacs command. For instance,
1320 @kbd{\ @key{ESC}} will act like a Meta key.
1321 @item Q
1322 @kindex @kbd{Q}
1323 @cindex query replace
1324 @kbd{Q} is for query replace. By default,
1325 each string to be replaced is treated as a regular expression. You can use
1326 @code{(setq viper-re-query-replace nil)} in your @file{.emacs} file to
1327 turn this off. (For normal searches, @kbd{:se nomagic} will work. Note
1328 that @kbd{:se nomagic} turns Regexps off completely, unlike Vi).
1329 @item v
1330 @itemx V
1331 @itemx C-v
1332 @kindex @kbd{v}
1333 @kindex @kbd{V}
1334 @kindex @kbd{C-v}
1335 These keys are used to visit files. @kbd{v} will switch to a buffer
1336 visiting file whose name can be entered in the minibuffer. @kbd{V} is
1337 similar, but will use a window different from the current window.
1338 @kbd{C-v} is like @kbd{V}, except that a new frame (X window) will be used
1339 instead of a new Emacs window.
1340 @item #
1341 @kindex @kbd{#}
1342 If followed by a certain character @var{ch}, it becomes an operator whose
1343 argument is the region determined by the motion command that follows
1344 (indicated as <move>).
1345 Currently, @var{ch} can be one of @kbd{c}, @kbd{C}, @kbd{g}, @kbd{q}, and
1346 @kbd{s}. For instance, @kbd{#qr} will prompt you for a string and then
1347 prepend this string to each line in the buffer.@refill
1348 @item # c
1349 @kindex @kbd{#c<move>}
1350 @cindex changing case
1351 Change upper-case characters in the region to lower-case
1352 (@code{downcase-region}).
1353 Emacs command @kbd{M-l} does the same for words.
1354 @item # C
1355 @kindex @kbd{#C<move>}
1356 Change lower-case characters in the region to upper-case. For instance,
1357 @kbd{# C 3 w} will capitalize 3 words from the current point
1358 (@code{upcase-region}).
1359 Emacs command @kbd{M-u} does the same for words.
1360 @item # g
1361 @kindex @kbd{#g<move>}
1362 Execute last keyboard macro for each line in the region
1363 (@code{viper-global-execute}).@refill
1364 @item # q
1365 @kindex @kbd{#q<move>}
1366 Insert specified string at the beginning of each line in the region
1367 (@code{viper-quote-region}). The default string is composed of the comment
1368 character(s) appropriate for the current major mode.
1369 @item # s
1370 @kindex @kbd{#s<move>}
1371 Check spelling of words in the region (@code{spell-region}).
1372 The function used for spelling is determined from the variable
1373 @code{viper-spell-function}.
1374 @vindex @code{viper-spell-function}
1375 @item *
1376 @kindex @kbd{*}
1377 Call last keyboard macro.
1378 @item m .
1379 Set mark at point and push old mark off the ring
1380 @item m<
1381 @item m>
1382 Set mark at beginning and end of buffer, respectively.
1383 @item m,
1384 Jump to mark and pop mark off the ring. @xref{Mark,,Mark,emacs,The GNU
1385 Emacs Manual}, for more info.
1386 @item ] register
1387 @kindex @kbd{]<a-z>}
1388 View contents of register
1389 @item [ textmarker
1390 @kindex @kbd{[<a-z>}
1391 View filename and position of textmarker
1392 @item @@#
1393 @item @@register
1394 @item @@!
1395 @kindex @kbd{@@#}
1396 @kindex @kbd{@@<a-z>}
1397 @kindex @kbd{@@!}
1398 @cindex keyboard macros
1399 @cindex register execution
1400
1401 Begin/end keyboard macro. @@register has a different meaning when used after
1402 a @kbd{@@#}. @xref{Macros and Registers}, for details
1403 @item []
1404 @kindex @kbd{[]}
1405 Go to end of heading.
1406 @item g <@emph{movement command}>
1407 Search buffer for text delimited by movement command. The canonical
1408 example is @kbd{gw} to search for the word under the cursor.
1409 @xref{Improved Search}, for details.@refill
1410 @item C-g and C-]
1411 @kindex @kbd{C-g}
1412 @kindex @kbd{C-]}
1413 Quit and Abort Recursive edit. These may be necessary on occasion.
1414 @xref{Vi State}, for a reason.
1415 @item C-c C-g
1416 @kindex @kbd{C-c C-g}
1417 Hitting @kbd{C-c} followed by @kbd{C-g} will display the information on the
1418 current buffer. This is the same as hitting @kbd{C-g} in Vi, but, as
1419 explained above, @kbd{C-g} is needed for other purposes in Emacs.
1420 @item C-c /
1421 @kindex @kbd{C-c /}
1422 Without a prefix argument, this command toggles
1423 case-sensitive/case-insensitive search modes and plain vanilla/regular
1424 expression search. With the prefix argument 1, i.e.,
1425 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
1426 toggles plain vanilla search and search using
1427 regular expressions. @xref{Viper Specials}, for alternative ways to invoke
1428 this function.
1429 @cindex vanilla search
1430 @cindex case-sensitive search
1431 @cindex case-insensitive search
1432
1433 @item M-p and M-n
1434 @kindex @kbd{M-p}
1435 @kindex @kbd{M-n}
1436 In the minibuffer, these commands navigate through the minibuffer
1437 histories, such as the history of search strings, Ex commands, etc.
1438
1439 @item C-s
1440 @kindex @kbd{C-s}
1441 If the minibuffer is entered via a Viper search commands @kbd{/} or @kbd{?},
1442 then typing this key inserts the last search string used by the
1443 Emacs incremental search command (that is bound to @kbd{C-s} everywhere
1444 except in this case).
1445
1446 @item C-c M-p and C-c M-n
1447 @kindex @kbd{C-c M-p}
1448 @kindex @kbd{C-c M-n}
1449 @cindex Insertion history
1450 @cindex Insertion ring
1451 @cindex Command history
1452 @cindex Command ring
1453
1454 In Insert or Replace state, these commands let the user
1455 peruse the history of insertion strings used in previous insert or replace
1456 commands. Try to hit @kbd{C-c M-p} or @kbd{C-c M-n} repeatedly and see what
1457 happens. @xref{Viper Specials}, for more.
1458
1459 In Vi state, these commands let the user peruse the history of Vi-style
1460 destructive commands, such as @kbd{dw}, @kbd{J}, @kbd{a}, etc.
1461 By repeatedly typing @kbd{C-c M-p} or @kbd{C-c M-n} you will cycle Viper
1462 through the recent history of Vi commands, displaying the commands one by
1463 one. Once
1464 an appropriate command is found, it can be executed by typing `@kbd{.}'.
1465
1466 Since typing @kbd{C-c M-p} is tedious, it is more convenient to bind an
1467 appropriate function to a function key on the keyboard and use that key.
1468 @xref{Viper Specials}, for details.
1469
1470 @item Ex commands
1471 @findex @kbd{:args}
1472 @findex @kbd{:n}
1473 @findex @kbd{:pwd}
1474 @findex @kbd{:pre}
1475 The commands @kbd{:args}, @kbd{:next}, @kbd{:pre} behave
1476 differently. @kbd{:pwd} exists to get current directory.
1477 The commands @kbd{:b} and @kbd{:B} switch buffers around. @xref{File and
1478 Buffer Handling}, for details.
1479 There are also the new commands @kbd{:RelatedFile} and
1480 @kbd{PreviousRelatedFile} (which abbreviate to @kbd{R} and @kbd{P},
1481 respectively. @xref{Viper Specials}, for details.
1482 @findex @kbd{:RelatedFile}
1483 @findex @kbd{:PreviousRelatedFile}
1484 @end table
1485
1486 Apart from the new commands, many old commands have been enhanced. Most
1487 notably, Vi style macros are much more powerful in Viper than in Vi. @xref{Vi
1488 Macros}, for details.
1489
1490 @node Useful Packages, ,New Commands, Improvements over Vi
1491 @section Useful Packages
1492
1493 Some Emacs packages are mentioned here as an aid to the new Viper user, to
1494 indicate what Viper is capable of.
1495 A vast number comes with the standard Emacs distribution, and many more exist
1496 on the net and on the archives.
1497
1498 This manual also mentions some Emacs features a new user
1499 should know about. The details of these are found in the GNU Emacs
1500 Manual.
1501
1502 The features first. For details, look up the Emacs Manual.
1503
1504 @table @samp
1505 @item Make
1506 @cindex make
1507 @cindex compiling
1508
1509 Makes and Compiles can be done from the editor. Error messages will be
1510 parsed and you can move to the error lines.
1511 @item Shell
1512 @cindex shell
1513 @cindex interactive shell
1514 You can talk to Shells from inside the editor. Your entire shell session
1515 can be treated as a file.
1516 @item Mail
1517 @cindex email
1518 @cindex mail
1519 Mail can be read from and sent within the editor. Several sophisticated
1520 packages exist.
1521 @item Language Sensitive Editing
1522 Editing modes are written for most computer languages in existence. By
1523 controlling indentation, they catch punctuation errors.
1524 @end table
1525
1526 The packages, below, represents a drop in the sea of special-purpose
1527 packages that come with standard distribution of Emacs.
1528
1529 @table @samp
1530 @item Transparent FTP
1531 @cindex transparent ftp
1532 @pindex ange-ftp.el
1533 @code{ange-ftp.el} can ftp from the editor to files on other machines
1534 transparent to the user.
1535 @item RCS Interfaces
1536 @cindex version maintenance
1537 @cindex RCS
1538 @pindex vc.el
1539 @code{vc.el} for doing RCS commands from inside the editor
1540 @item Directory Editor
1541 @cindex dired
1542 @pindex dired.el
1543 @code{dired.el} for editing contents of directories and for navigating in
1544 the file system.
1545 @item Syntactic Highlighting
1546 @cindex font-lock
1547 @pindex font-lock.el
1548 @code{font-lock.el} for automatic highlighting various parts of a buffer
1549 using different fonts and colors.
1550 @item Saving Emacs Configuration
1551 @cindex desktop
1552 @pindex desktop.el
1553 @code{desktop.el} for saving/restoring configuration on Emacs exit/startup.
1554 @item Spell Checker
1555 @cindex ispell
1556 @pindex ispell.el
1557 @code{ispell.el} for spell checking the buffer, words, regions, etc.
1558 @item File and Buffer Comparison
1559 @cindex ediff
1560 @pindex ediff.el
1561 @code{ediff.el} for finding differences between files and for applying
1562 patches.
1563 @end table
1564
1565 @noindent
1566 Emacs Lisp archives exist on
1567 @samp{archive.cis.ohio-state.edu}
1568 and @samp{wuarchive.wustl.edu}@refill
1569
1570
1571 @node Customization,Commands,Improvements over Vi,Top
1572 @chapter Customization
1573
1574 @cindex customization
1575
1576 Customization can be done in 2 ways.
1577
1578 @itemize @bullet
1579 @item
1580 @cindex initialization
1581 @cindex .viper
1582 Elisp code in a @file{.viper} file in your home directory. Viper
1583 loads @file{.viper} just before it does the binding for mode
1584 hooks. This is recommended for experts only.
1585 @item
1586 @cindex .emacs
1587 Elisp code in your @file{.emacs} file before and after the @code{(require
1588 'viper)} line. This method is @emph{not} recommended, unless you know what
1589 you are doing. Only two variables, @code{viper-mode} and
1590 @code{viper-custom-file-name}, are supposed to be customized in @file{.emacs},
1591 prior to loading Viper (i.e., prior to @code{(require 'viper)} command.@refill
1592 @item
1593 @cindex :customize
1594 By executing the @kbd{:customize} Ex command. This takes you to the Emacs
1595 customization widget, which lets you change the values of Viper
1596 customizable variables easily. This method is good for novice and
1597 experts alike. The customization code in the form of Lisp commands will be
1598 placed in @file{~/.emacs} or some other customization file depending on the
1599 version of Emacs that you use. Still, it is recommended to separate
1600 Viper-related customization produced by the Emacs customization widget
1601 and keep it in the @file{.viper} file.
1602
1603 Some advanced customization cannot be accomplished this way, however, and
1604 has to be done in Emacs Lisp in the @file{.viper} file. For the common
1605 cases, examples are provided that you can use directly.
1606 @end itemize
1607
1608
1609 @menu
1610 * Rudimentary Changes:: Simple constant definitions.
1611 * Key Bindings:: Enabling Emacs Keys, Rebinding keys, etc.
1612 * Packages that Change Keymaps:: How to deal with such beasts.
1613 * Viper Specials:: Special Viper commands.
1614 * Vi Macros:: How to do Vi style macros.
1615 @end menu
1616
1617 @node Rudimentary Changes,Key Bindings,Customization,Customization
1618 @section Rudimentary Changes
1619
1620 @cindex setting variables
1621 @cindex variables for customization
1622 @findex @kbd{:set}
1623
1624 An easy way to customize Viper is to change the values of constants used in
1625 Viper. Here is the list of the constants used in Viper and their default
1626 values. The corresponding :se command is also indicated. (The symbols
1627 @code{t} and @code{nil} represent ``true'' and ``false'' in Lisp).
1628
1629 Viper supports both the abbreviated Vi variable names and their full
1630 names. Variable completion is done on full names only. @key{TAB} and
1631 @key{SPC} complete
1632 variable names. Typing `=' will complete the name and then will prompt for
1633 a value, if applicable. For instance, @kbd{:se au @key{SPC}} will complete the
1634 command to @kbd{:set autoindent}; @kbd{:se ta @key{SPC}} will complete the command
1635 and prompt further like this: @kbd{:set tabstop = }.
1636 However, typing @kbd{:se ts @key{SPC}} will produce a ``No match'' message
1637 because @kbd{ts} is an abbreviation for @kbd{tabstop} and Viper supports
1638 completion on full names only. However, you can still hit @key{RET}
1639 or @kbd{=}, which will complete the command like this: @kbd{:set ts = } and
1640 Viper will be waiting for you to type a value for the tabstop variable.
1641 To get the full list of Vi variables, type @kbd{:se @key{SPC} @key{TAB}}.
1642
1643 @table @code
1644 @item viper-auto-indent nil
1645 @itemx :se ai (:se autoindent)
1646 @itemx :se ai-g (:se autoindent-global)
1647 If @code{t}, enable auto indentation.
1648 by @key{RET}, @kbd{o} or @kbd{O} command.
1649
1650 @code{viper-auto-indent} is a local variable. To change the value globally, use
1651 @code{setq-default}. It may be useful for certain major modes to have their
1652 own values of @code{viper-auto-indent}. This can be achieved by using
1653 @code{setq} to change the local value of this variable in the hooks to the
1654 appropriate major modes.
1655
1656 @kbd{:se ai} changes the value of @code{viper-auto-indent} in the current
1657 buffer only; @kbd{:se ai-g} does the same globally.
1658 @item viper-electric-mode t
1659 If not @code{nil}, auto-indentation becomes electric, which means that
1660 @key{RET}, @kbd{O}, and @kbd{o} indent cursor according to the current
1661 major mode. In the future, this variable may control additional electric
1662 features.
1663
1664 This is a local variable: @code{setq} changes the value of this variable
1665 in the current buffer only. Use @code{setq-default} to change the value in
1666 all buffers.
1667 @item viper-case-fold-search nil
1668 @itemx :se ic (:se ignorecase)
1669 If not @code{nil}, search ignores cases.
1670 This can also be toggled by quickly hitting @kbd{/} twice.
1671 @item viper-re-search nil
1672 @itemx :se magic
1673 If not @code{nil}, search will use regular expressions; if @code{nil} then
1674 use vanilla search.
1675 This behavior can also be toggled by quickly hitting @kbd{/} trice.
1676 @item buffer-read-only
1677 @itemx :se ro (:se readonly)
1678 Set current buffer to read only. To change globally put
1679 @code{(setq-default buffer-read-only t)} in your @file{.emacs} file.
1680 @item blink-matching-paren t
1681 @itemx :se sm (:se showmatch)
1682 Show matching parens by blinking cursor.
1683 @item tab-width t (default setting via @code{setq-default})
1684 @itemx :se ts=value (:se tabstop=value)
1685 @itemx :se ts-g=value (:se tabstop-global=value)
1686 @code{tab-width} is a local variable that controls the width of the tab stops.
1687 To change the value globally, use @code{setq-default}; for local settings,
1688 use @code{setq}.
1689
1690 The command @kbd{:se ts}
1691 sets the tab width in the current
1692 buffer only; it has no effect on other buffers.
1693
1694 The command @kbd{:se ts-g} sets tab width globally,
1695 for all buffers where the tab is not yet set locally,
1696 including the new buffers.
1697
1698 Note that typing @key{TAB} normally
1699 doesn't insert the tab, since this key is usually bound to
1700 a text-formatting function, @code{indent-for-tab-command} (which facilitates
1701 programming and document writing). Instead, the tab is inserted via the
1702 command @code{viper-insert-tab}, which is bound to @kbd{S-tab} (shift + tab).
1703
1704 On some non-windowing terminals, Shift doesn't modify the @key{TAB} key, so
1705 @kbd{S-tab} behaves as if it were @key{TAB}. In such a case, you will have
1706 to bind @code{viper-insert-tab} to some other convenient key.
1707
1708 @item viper-shift-width 8
1709 @itemx :se sw=value (:se shiftwidth=value)
1710 The number of columns shifted by @kbd{>} and @kbd{<} commands.
1711 @item viper-search-wrap-around t
1712 @itemx :se ws (:se wrapscan)
1713 If not @code{nil}, search wraps around the end/beginning of buffer.
1714 @item viper-search-scroll-threshold 2
1715 If search lands within this many lines of the window top or bottom, the
1716 window will be scrolled up or down by about 1/7-th of its size, to reveal
1717 the context. If the value is negative, don't scroll.
1718 @item viper-tags-file-name "TAGS"
1719 The name of the file used as the tag table.
1720 @item viper-re-query-replace nil
1721 If not @code{nil}, use reg-exp replace in query replace.
1722 @item viper-want-ctl-h-help nil
1723 If not @code{nil}, @kbd{C-h} is bound to @code{help-command};
1724 otherwise, @kbd{C-h} is bound as usual in Vi.
1725 @item viper-vi-style-in-minibuffer t
1726 If not @code{nil}, Viper provides a high degree of compatibility with Vi
1727 insert mode when you type text in the minibuffer; if @code{nil}, typing in
1728 the minibuffer feels like plain Emacs.
1729 @item viper-no-multiple-ESC t
1730 If you set this to @code{nil}, you can use @key{ESC} as Meta in Vi state.
1731 Normally, this is not necessary, since graphical displays have separate
1732 Meta keys (usually on each side of the space bar). On a dumb terminal, Viper
1733 sets this variable to @code{twice}, which is almost like @code{nil}, except
1734 that double @key{ESC} beeps. This, too, lets @key{ESC} to be used as a Meta.
1735 @item viper-fast-keyseq-timeout 200
1736 Key sequences separated by this many milliseconds are treated as Vi-style
1737 keyboard macros. If the key sequence is defined as such a macro, it will be
1738 executed. Otherwise, it is processed as an ordinary sequence of typed keys.
1739
1740 Setting this variable too high may slow down your typing. Setting it too
1741 low may make it hard to type macros quickly enough.
1742 @item viper-ex-style-motion t
1743 Set this to @code{nil}, if you want @kbd{l,h} to cross
1744 lines, etc. @xref{Movement and Markers}, for more info.
1745 @item viper-ex-style-editing t
1746 Set this to @code{nil}, if you want
1747 @kbd{C-h} and @key{DEL} to not stop
1748 at the beginning of a line in Insert state, @key{X} and @key{x} to delete
1749 characters across lines in Vi command state, etc.
1750 @item viper-ESC-moves-cursor-back t
1751 It @code{t}, cursor moves back 1 character when switching from insert state to vi
1752 state. If @code{nil}, the cursor stays where it was before the switch.
1753 @item viper-always t
1754 @code{t} means: leave it to Viper to decide when a buffer must be brought
1755 up in Vi state,
1756 Insert state, or Emacs state. This heuristics works well in virtually all
1757 cases. @code{nil} means you either has to invoke @code{viper-mode} manually
1758 for each buffer (or you can add @code{viper-mode} to the appropriate major mode
1759 hooks using @code{viper-load-hook}).
1760
1761 This option must be set in the file @file{~/.viper}.
1762 @item viper-custom-file-name "~/.viper"
1763 File used for Viper-specific customization.
1764 Change this setting, if you want. Must be set in @file{.emacs} (not @file{.viper}!)
1765 before Viper is loaded. Note that you
1766 have to set it as a string inside double quotes.
1767 @item viper-spell-function 'ispell-region
1768 Function used by the command @kbd{#c<move>} to spell.
1769 @item viper-glob-function
1770 The value of this variable is the function symbol used to expand wildcard
1771 symbols. This is platform-dependent. The default tries to set this variable
1772 to work with most shells, MS Windows, OS/2, etc. However, if it
1773 doesn't work the way you expect, you should write your own.
1774 Use @code{viper-glob-unix-files} and @code{viper-glob-mswindows-files} in
1775 @file{viper-util.el} as examples.
1776
1777 This feature is used to expand wildcards in the Ex command @kbd{:e}.
1778 Note that Viper doesn't support wildcards in the @kbd{:r} and @kbd{:w}
1779 commands, because file completion is a better mechanism.
1780 @findex @code{viper-glob-function}
1781
1782 @item ex-cycle-other-window t
1783 If not @code{nil}, @kbd{:n} and @kbd{:b} will cycle through files in another
1784 window, if one exists.
1785 @item ex-cycle-through-non-files nil
1786 @kbd{:n} does not normally cycle through buffers. Set this to get
1787 buffers also.
1788 @item viper-want-emacs-keys-in-insert
1789 This is set to @code{nil} for user levels 1 and 2 and to @code{t} for user
1790 levels 3 and 4. Users who specify level 5 are allowed to set this variable
1791 as they please (the default for this level is @code{t}). If set to
1792 @code{nil}, complete Vi compatibility is provided in Insert state. This is
1793 really not recommended, as this precludes you from using language-specific
1794 features provided by the major modes.
1795 @item viper-want-emacs-keys-in-vi
1796 This is set to @code{nil} for user
1797 level 1 and to @code{t} for user levels 2--4.
1798 At level 5, users are allowed to set this variable as they please (the
1799 default for this level is @code{t}).
1800 If set to @code{nil}, complete Vi compatibility is provided
1801 in Vi command state. Setting this to @code{nil} is really a bad idea,
1802 unless you are a novice, as this precludes the use
1803 of language-specific features provided by the major modes.
1804 @item viper-keep-point-on-repeat t
1805 If not @code{nil}, point is not moved when the user repeats the previous
1806 command by typing `.' This is very useful for doing repeated changes with
1807 the @kbd{.} key.
1808 @item viper-repeat-from-history-key 'f12
1809 Prefix key used to invoke the macros @kbd{f12 1} and @kbd{f12 2} that repeat
1810 the second-last and the third-last destructive command.
1811 Both these macros are bound (as Viper macros) to
1812 @code{viper-repeat-from-history},
1813 which checks the second key by which it is invoked to see which of the
1814 previous commands to invoke. Viper binds @kbd{f12 1} and @kbd{f12 2} only,
1815 but the user can bind more in @file{~/.viper}. @xref{Vi Macros}, for how to do
1816 this.
1817 @item viper-keep-point-on-undo nil
1818 If not @code{nil}, Viper tries to not move point when undoing commands.
1819 Instead, it will briefly move the cursor to the place where change has
1820 taken place. However, if the undone piece of text is not seen in window,
1821 then point will be moved to the place where the change took place.
1822 Set it to @code{t} and see if you like it better.
1823 @item viper-delete-backwards-in-replace nil
1824 If not @code{nil}, @key{DEL} key will delete characters while moving the cursor
1825 backwards. If @code{nil}, the cursor will move backwards without deleting
1826 anything.
1827 @item viper-replace-overlay-face 'viper-replace-overlay-face
1828 On a graphical display, Viper highlights replacement regions instead of
1829 putting a @samp{$} at the end. This variable controls the so called
1830 @dfn{face} used to highlight the region.
1831
1832 By default, @code{viper-replace-overlay-face} underlines the replacement on
1833 monochrome displays and also lays a stipple over them. On color displays,
1834 replacement regions are highlighted with color.
1835
1836 If you know something about Emacs faces and don't like how Viper highlights
1837 replacement regions, you can change @code{viper-replace-overlay-face} by
1838 specifying a new face. (Emacs faces are described in the Emacs Lisp
1839 reference.) On a color display, the following customization method is
1840 usually most effective:
1841 @smallexample
1842 (set-face-foreground viper-replace-overlay-face "DarkSlateBlue")
1843 (set-face-background viper-replace-overlay-face "yellow")
1844 @end smallexample
1845 For a complete list of colors available to you, evaluate the expression
1846 @code{(x-defined-colors)}. (Type it in the buffer @code{*scratch*} and then
1847 hit the @kbd{C-j} key.
1848
1849 @item viper-replace-overlay-cursor-color "Red"
1850 @vindex @code{viper-replace-overlay-cursor-color}
1851 Cursor color when it is inside the replacement region.
1852 This has effect only on color displays and only when Emacs runs as an X
1853 application.
1854 @item viper-insert-state-cursor-color nil
1855 @vindex @code{viper-insert-state-cursor-color}
1856 If set to a valid color, this will be the cursor color when Viper is in
1857 insert state.
1858 @item viper-emacs-state-cursor-color nil
1859 @vindex @code{viper-emacs-state-cursor-color}
1860 If set to a valid color, this will be the cursor color when Viper is in
1861 emacs state.
1862 @item viper-replace-region-end-delimiter "$"
1863 A string used to mark the end of replacement regions. It is used only on
1864 TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1865 @item viper-replace-region-start-delimiter ""
1866 A string used to mark the beginning of replacement regions. It is used
1867 only on TTYs or if @code{viper-use-replace-region-delimiters} is non-@code{nil}.
1868 @item viper-use-replace-region-delimiters
1869 If non-@code{nil}, Viper will always use @code{viper-replace-region-end-delimiter} and
1870 @code{viper-replace-region-start-delimiter} to delimit replacement regions,
1871 even on color displays (where this is unnecessary). By default, this
1872 variable is non-@code{nil} only on TTYs or monochrome displays.
1873 @item viper-allow-multiline-replace-regions t
1874 If non-@code{nil}, multi-line text replacement regions, such as those produced by
1875 commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
1876 the replacement mode. In this variable is set to @code{nil}, Viper will
1877 emulate the standard Vi behavior, which supports only intra-line
1878 replacement regions (and multi-line replacement regions are deleted).
1879 @item viper-toggle-key "\C-z"
1880 Specifies the key used to switch from Emacs to Vi and back.
1881 Must be set in @file{.viper}. This variable can't be
1882 changed interactively after Viper is loaded.
1883
1884 In Insert state, this key acts as a temporary escape to Vi state, i.e., it
1885 will set Viper up so that the very next command will be executed as if it
1886 were typed in Vi state.
1887 @item viper-buffer-search-char nil
1888 Key used for buffer search. @xref{Viper Specials}, for details.
1889 @item viper-surrounding-word-function 'viper-surrounding-word
1890 The value of this variable is a function name that is used to determine
1891 what constitutes a word clicked upon by the mouse. This is used by mouse
1892 search and insert.
1893 @item viper-search-face 'viper-search-face
1894 Variable that controls how search patterns are highlighted when they are
1895 found.
1896 @item viper-vi-state-hook nil
1897 List of parameterless functions to be run just after entering the Vi
1898 command state.
1899 @item viper-insert-state-hook nil
1900 Same for Insert state. This hook is also run after entering Replace state.
1901 @item viper-replace-state-hook nil
1902 List of (parameterless) functions called just after entering Replace state
1903 (and after all @code{viper-insert-state-hook}).
1904 @item viper-emacs-state-hook nil
1905 List of (parameterless) functions called just after switching from Vi state
1906 to Emacs state.
1907 @item viper-load-hook nil
1908 List of (parameterless) functions called just after loading Viper. This is
1909 the last chance to do customization before Viper is up and running.
1910 @end table
1911 @noindent
1912 You can reset some of these constants in Viper with the Ex command @kbd{:set}
1913 (when so indicated in the table). Or you
1914 can include a line like this in your @file{.viper} file:
1915 @example
1916 (setq viper-case-fold-search t)
1917 @end example
1918 @vindex @code{viper-auto-indent}
1919 @vindex @code{viper-electric-mode}
1920 @vindex @code{viper-case-fold-search}
1921 @vindex @code{viper-re-search}
1922 @vindex @code{viper-shift-width}
1923 @vindex @code{buffer-read-only}
1924 @vindex @code{viper-search-wrap-around}
1925 @vindex @code{viper-search-scroll-threshold}
1926 @vindex @code{viper-search-face}
1927 @vindex @code{viper-tags-file-name}
1928 @vindex @code{viper-re-query-replace}
1929 @vindex @code{viper-want-ctl-h-help}
1930 @vindex @code{viper-vi-style-in-minibuffer}
1931 @vindex @code{viper-no-multiple-ESC}
1932 @vindex @code{viper-always}
1933 @vindex @code{viper-fast-keyseq-timeout}
1934 @vindex @code{viper-ex-style-motion}
1935 @vindex @code{viper-ex-style-editing}
1936 @vindex @code{viper-ESC-moves-cursor-back}
1937 @vindex @code{viper-custom-file-name}
1938 @vindex @code{viper-spell-function}
1939 @vindex @code{ex-cycle-other-window}
1940 @vindex @code{ex-cycle-through-non-files}
1941 @vindex @code{viper-want-emacs-keys-in-insert}
1942 @vindex @code{viper-want-emacs-keys-in-vi}
1943 @vindex @code{viper-keep-point-on-repeat}
1944 @vindex @code{viper-keep-point-on-undo}
1945 @vindex @code{viper-delete-backwards-in-replace}
1946 @vindex @code{viper-replace-overlay-face}
1947 @vindex @code{viper-replace-region-end-symbol}
1948 @vindex @code{viper-replace-region-start-symbol}
1949 @vindex @code{viper-allow-multiline-replace-regions}
1950 @vindex @code{viper-toggle-key}
1951 @vindex @code{viper-buffer-search-char}
1952 @vindex @code{viper-surrounding-word-function}
1953 @vindex @code{viper-vi-state-hook}
1954 @vindex @code{viper-insert-state-hook}
1955 @vindex @code{viper-replace-state-hook}
1956 @vindex @code{viper-emacs-state-hook}
1957
1958 @node Key Bindings, Packages that Change Keymaps, Rudimentary Changes,Customization
1959 @section Key Bindings
1960
1961 @cindex key bindings
1962 @cindex keymaps
1963
1964 Viper lets you define hot keys, i.e., you can associate keyboard keys
1965 such as F1, Help, PgDn, etc., with Emacs Lisp functions (that may already
1966 exist or that you will write). Each key has a "preferred form" in
1967 Emacs. For instance, the Up key's preferred form is [up], the Help key's
1968 preferred form is [help], and the Undo key has the preferred form [f14].
1969 You can find out the preferred form of a key by typing @kbd{M-x
1970 describe-key-briefly} and then typing the key you want to know about.
1971
1972 Under the X Window System, every keyboard key emits its preferred form,
1973 so you can just type
1974
1975 @lisp
1976 (global-set-key [f11] 'calendar) ; L1, Stop
1977 (global-set-key [f14] 'undo) ; L4, Undo
1978 @end lisp
1979
1980 @noindent
1981 to bind L1 (a key that exists on some SUN workstations) so it will invoke
1982 the Emacs Calendar and to bind L4 so it will undo changes.
1983 However, on a dumb terminal or in an Xterm window, even the standard arrow
1984 keys may
1985 not emit the right signals for Emacs to understand. To let Emacs know about
1986 those keys, you will have to find out which key sequences they emit
1987 by typing @kbd{C-q} and then the key (you should switch to Emacs state
1988 first). Then you can bind those sequences to their preferred forms using
1989 @code{input-decode-map} as follows:
1990
1991 @lisp
1992 (cond ((string= (getenv "TERM") "xterm")
1993 (define-key input-decode-map "\e[192z" [f11]) ; L1
1994 (define-key input-decode-map "\e[195z" [f14]) ; L4, Undo
1995 @end lisp
1996
1997 The above illustrates how to do this for Xterm. On VT100, you would have to
1998 replace "xterm" with "vt100" and also change the key sequences (the same
1999 key may emit different sequences on different types of terminals).
2000
2001 The above keys are global, so they are overwritten by the local maps
2002 defined by the major modes and by Viper itself. Therefore, if you wish to
2003 change a binding set by a major mode or by Viper, read this.
2004
2005 Viper users who wish to specify their own key bindings should be concerned
2006 only with the following three keymaps:
2007 @code{viper-vi-global-user-map} for Vi state commands,
2008 @code{viper-insert-global-user-map} for Insert state commands,
2009 and @code{viper-emacs-global-user-map} for Emacs state commands (note:
2010 customized bindings for Emacs state made to @code{viper-emacs-global-user-map}
2011 are @emph{not} inherited by Insert state).
2012
2013 For more information on Viper keymaps, see the header of the file
2014 @file{viper.el}.
2015 If you wish to change a Viper binding, you can use the
2016 @code{define-key} command, to modify @code{viper-vi-global-user-map},
2017 @code{viper-insert-global-user-map}, and @code{viper-emacs-global-user-map}, as
2018 explained below. Each of these key maps affects the corresponding Viper state.
2019 The keymap @code{viper-insert-global-user-map} also affects Viper's Replace
2020 state.
2021
2022 @noindent
2023 If you want to
2024 bind a key, say @kbd{C-v}, to the function that scrolls
2025 page down and to make @kbd{0} display information on the current buffer,
2026 putting this in @file{.viper} will do the trick in Vi state:
2027 @example
2028 (define-key viper-vi-global-user-map "\C-v" 'scroll-down)
2029 @end example
2030 @noindent
2031 To set a key globally,
2032 @example
2033 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2034 (define-key viper-vi-global-user-map "0" 'viper-info-on-file)
2035 @end example
2036 @noindent
2037 Note, however, that this binding may be overwritten by other keymaps, since
2038 the global keymap has the lowest priority.
2039 To make sure that nothing will override a binding in Emacs state, you
2040 can write this:
2041 @example
2042 (define-key viper-emacs-global-user-map "\C-c m" 'smail)
2043 @end example
2044 @noindent
2045 To customize the binding for @kbd{C-h} in Insert state:
2046 @example
2047 (define-key viper-insert-global-user-map "\C-h"
2048 'my-del-backwards-function)
2049 @end example
2050 @noindent
2051
2052 Each Emacs command key calls some Lisp function. If you have enabled the
2053 Help, (@pxref{Rudimentary Changes}) @kbd{C-h k} will show you the function
2054 for each specific key; @kbd{C-h b} will show all bindings, and @kbd{C-h m}
2055 will provide information on the major mode in effect. If Help is not
2056 enabled, you can still get help in Vi state by prefixing the above commands
2057 with @kbd{\}, e.g., @kbd{\ C-h k} (or you can use the Help menu in the
2058 menu bar, if Emacs runs under X).
2059
2060 Viper users can also change bindings on a per major mode basis. As with
2061 global bindings, this can be done separately for each of the three main Viper
2062 states. To this end, Viper provides the function
2063 @code{viper-modify-major-mode}.
2064 @findex @code{viper-modify-major-mode}
2065
2066 To modify keys in Emacs state for @code{my-favorite-major-mode}, the user
2067 needs to create a sparse keymap, say, @code{my-fancy-map}, bind whatever
2068 keys necessary in that keymap, and put
2069
2070 @example
2071 (viper-modify-major-mode 'dired-mode 'emacs-state my-fancy-map)
2072 @end example
2073
2074 @noindent
2075 in @file{~/.viper}. To do the same in Vi and Insert states, you should use
2076 @code{vi-state} and @code{insert-state}. Changes in Insert state are also
2077 in effect in Replace state. For instance, suppose that the user wants to
2078 use @kbd{dd} in Vi state under Dired mode to delete files, @kbd{u} to unmark
2079 files, etc. The following code in @file{~/.viper} will then do the job:
2080
2081 @example
2082 (setq my-dired-modifier-map (make-sparse-keymap))
2083 (define-key my-dired-modifier-map "dd" 'dired-flag-file-deletion)
2084 (define-key my-dired-modifier-map "u" 'dired-unmark)
2085 (viper-modify-major-mode 'dired-mode 'vi-state my-dired-modifier-map)
2086 @end example
2087
2088 A Vi purist may want to modify Emacs state under Dired mode so that
2089 @kbd{k}, @kbd{l}, etc., will move around in directory buffers, as in
2090 Vi. Although this is not recommended, as these keys are bound to useful
2091 Dired functions, the trick can be accomplished via the following code:
2092
2093 @example
2094 (setq my-dired-vi-purist-map (make-sparse-keymap))
2095 (define-key my-dired-vi-purist-map "k" 'viper-previous-line)
2096 (define-key my-dired-vi-purist-map "l" 'viper-forward-char)
2097 (viper-modify-major-mode 'dired-mode
2098 'emacs-state my-dired-vi-purist-map)
2099 @end example
2100
2101 Yet another way to customize key bindings in a major mode is to edit the
2102 list @code{viper-major-mode-modifier-list} using the customization widget.
2103 @vindex @code{viper-major-mode-modifier-list}
2104 (This variable is in the Viper-misc customization group.)
2105 The elements of this list are triples of the form: (major-mode viper-state
2106 keymap), where the keymap contains bindings that are supposed to be active
2107 in the given major mode and the given viper-state.
2108
2109 Effects similar to key binding changes can be achieved by defining Vi
2110 keyboard macros using the Ex commands @kbd{:map} and @kbd{:map!}. The
2111 difference is that multi-key Vi macros do not override the keys they are
2112 bound to, unless these keys are typed in quick succession. So, with macros,
2113 one can use the normal keys alongside with the macros. If per-mode
2114 modifications are needed, the user can try both ways and see which one is
2115 more convenient.
2116 @findex @kbd{:map}
2117 @xref{Vi Macros}, for details.
2118
2119 Note: in major modes that come up in @emph{Emacs state} by default, the
2120 aforesaid modifications may not take place immediately (but only after the
2121 buffer switches to some other Viper state and then back to Emacs state). To
2122 avoid this, one should add @code{viper-change-state-to-emacs} to an
2123 appropriate hook of that major mode. (Check the function
2124 @code{viper-set-hooks} in @file{viper.el} for examples.) However, if you
2125 did not set @code{viper-always} to @code{nil}, chances are that you won't
2126 need to perform the above procedure, because Viper will take care of most
2127 useful defaults.
2128
2129
2130 Finally, Viper has a facility that lets the user define per-buffer
2131 bindings, i.e., bindings that are in effect in some specific buffers
2132 only. Unlike per-mode bindings described above, per-buffer bindings can be
2133 defined based on considerations other than the major mode. This is done
2134 via the function @code{viper-add-local-keys}, which lets one specify bindings
2135 that should be in effect in the current buffer only and for a specific Viper
2136 state. For instance,
2137 @lisp
2138 (viper-add-local-keys 'vi-state '(("ZZ" .@: TeX-command-master)
2139 ("ZQ" .@: viper-save-kill-buffer)))
2140 @end lisp
2141 @noindent
2142 redefines @kbd{ZZ} to invoke @code{TeX-command-master} in @code{vi-state}
2143 and @kbd{ZQ} to save-then-kill the current buffer. These bindings take
2144 effect only in the buffer where this command is executed. The typical use
2145 of this function is to execute the above expression from within a function
2146 that is included in a hook to some major mode. For instance, the above
2147 expression
2148 could be called from a function, @code{my-tex-init}, which may be added to
2149 @code{tex-mode-hook} as follows:
2150 @lisp
2151 (add-hook 'tex-mode-hook 'my-tex-init)
2152 @end lisp
2153 @noindent
2154 When TeX mode starts, the hook is executed and the above Lisp expression is
2155 evaluated. Then, the bindings for @kbd{ZZ} and @kbd{ZQ} are changed in Vi
2156 command mode for all buffers in TeX mode.
2157
2158 Another useful application is to bind @kbd{ZZ} to @code{send-mail}
2159 in the Mail mode buffers (the specifics of this depend on which mail
2160 package you are using, @code{rmail}, @code{mh-e}, @code{vm}, etc.
2161 For instance, here is how to do this for @code{mh-e}, the Emacs interface
2162 to MH:
2163 @lisp
2164 (defun mh-add-vi-keys ()
2165 "Set up ZZ for MH-e and XMH."
2166 (viper-add-local-keys 'vi-state '(("ZZ" .@: mh-send-letter))))
2167 (add-hook 'mh-letter-mode-hook 'mh-add-vi-keys)
2168 @end lisp
2169
2170 You can also use @code{viper-add-local-keys} to set per buffer
2171 bindings in Insert state and Emacs state by passing as a parameter the
2172 symbols @code{insert-state} and @code{emacs-state}, respectively.
2173 As with global bindings, customized local bindings done to Emacs state
2174 are not inherited by Insert state.
2175
2176 On rare occasions, local keys may be added by mistake. Usually this is done
2177 indirectly, by invoking a major mode that adds local keys (e.g.,
2178 @code{shell-mode} redefines @key{RET}). In such a case, exiting the wrong
2179 major mode won't rid you from unwanted local keys, since these keys are
2180 local to Viper state and the current buffer, not to the major mode.
2181 In such situations, the remedy is to type @kbd{M-x viper-zap-local-keys}.
2182
2183 So much about Viper-specific bindings.
2184 @xref{Customization,,Customization,emacs,The GNU Emacs
2185 Manual}, and the Emacs quick reference card for the general info on key
2186 bindings in Emacs.
2187
2188 @vindex @code{input-decode-map}
2189 @vindex @code{function-key-map}
2190 @vindex @code{viper-vi-global-user-map}
2191 @vindex @code{viper-insert-global-user-map}
2192 @vindex @code{viper-emacs-global-user-map}
2193 @findex @code{viper-add-local-keys}
2194 @findex @code{viper-zap-local-keys}
2195
2196 @node Packages that Change Keymaps,Viper Specials,Key Bindings,Customization
2197 @subsection Packages that Change Keymaps
2198 @cindex C-c and Viper
2199 @cindex Viper and C-c
2200
2201 Viper is designed to coexist with all major and minor modes of Emacs. This
2202 means that bindings set by those modes are generally available with Viper
2203 (unless you explicitly prohibit them by setting
2204 @code{viper-want-emacs-keys-in-vi} and @code{viper-want-emacs-keys-in-insert} to
2205 @code{nil}).
2206 If @code{viper-always} is set to @code{t} (which is the default), Viper
2207 will try to bring each buffer
2208 in the Viper state that is most appropriate for that buffer.
2209 Usually, this would be the Vi state, but sometimes it could be the Insert
2210 state or the Emacs state.
2211
2212 Some major mode bindings will necessarily be overwritten by Viper. Indeed, in
2213 Vi state, most of the 1-character keys are used for Vi-style editing. This
2214 usually causes no problems because most packages designed for editing files
2215 typically do not bind such keys. Instead, they use key sequences that start
2216 with @kbd{C-x} and @kbd{C-c}. This is why it was so important for us to
2217 free up @kbd{C-x} and @kbd{C-c}.
2218 It is common for language-specific major modes to bind @key{TAB} and
2219 @kbd{C-j} (the line feed) keys to various formatting functions. This is
2220 extremely useful, but may require some getting used to for a Vi user. If you
2221 decide that this feature is not for you, you can re-bind these keys as
2222 explained earlier (@pxref{Customization}).
2223
2224 Binding for @key{TAB} is one of the most unusual aspects of Viper for many
2225 novice users. In Emacs, @key{TAB} is used to format text and programs, and
2226 is extremely useful. For instance, hitting @key{TAB} causes the current
2227 line to be re-indented in accordance with the context. In programming,
2228 this is very important, since improper automatic indentation would
2229 immediately alert the programmer to a possible error. For instance, if a
2230 @kbd{)} or a @kbd{"} is missing somewhere above the current
2231 line, @key{TAB} is likely to mis-indent the line.
2232
2233 For this reason, Viper doesn't change the standard Emacs binding of
2234 @key{TAB}, thereby sacrificing Vi compatibility
2235 (except for users at level 1). Instead, in Viper, the key
2236 @kbd{S-tab} (shift+ tab) is chosen to emulate Vi's @key{TAB}.
2237
2238 We should note that on some non-windowing terminals, Shift doesn't modify
2239 the @key{TAB} key, so @kbd{S-tab} behaves as if it were @key{TAB}. In such
2240 a case, you will have to bind @code{viper-insert-tab} to some other
2241 convenient key.
2242
2243 Some packages, notably Dired, Gnus, Info, etc., attach special meaning to
2244 common keys like @key{SPC}, @kbd{x}, @kbd{d}, @kbd{v}, and others. This
2245 means that Vi command state is inappropriate for working with these
2246 packages. Fortunately, these modes operate on read-only buffers and are
2247 designed not for editing files, but for special-purpose browsing, reading
2248 news, mail, etc., and Vi commands are meaningless in these situations. For
2249 this reason, Viper doesn't force Vi state on such major modes---it
2250 brings them in Emacs state. You can switch to Vi state by typing @kbd{C-z}
2251 if, for instance, you want to do Vi-style search in a buffer (although,
2252 usually, incremental search, which is bound to @kbd{C-s}, is sufficient in
2253 these situations). But you should then switch back to Emacs state if you
2254 plan to continue using these major modes productively. You can also switch
2255 to Vi temporarily, to execute just one command. This is done by typing
2256 @kbd{C-c \}. (In some of these modes, @kbd{/} and @kbd{:} are bound
2257 Vi-style, unless these keys perform essential duties.)
2258
2259 If you would like certain major modes to come up in Emacs state rather than
2260 Vi state (but Viper thinks otherwise), you should put these major modes
2261 on the @code{viper-emacs-state-mode-list} list and delete them from
2262 @code{viper-vi-state-mode-list}.
2263 Likewise, you can force Viper's Insert state on a major mode by putting it
2264 in @code{viper-insert-state-mode-list}.
2265 @vindex @code{viper-emacs-state-mode-list}
2266 @vindex @code{viper-insert-state-mode-list}
2267 @vindex @code{viper-vi-state-mode-list}
2268
2269 It is also possible to impose Vi on some major modes, even though they may
2270 bind common keys to specialized commands. This might make sense for modes
2271 that bind only a small number of common keys. For instance, Viper subverts
2272 the Shell mode by changing the bindings for @kbd{C-m} and @kbd{C-d} using
2273 @code{viper-add-local-keys} described in the section on customization
2274 (@pxref{Customization}).
2275
2276 In some cases, some @emph{minor} modes might override certain essential
2277 bindings in Vi command state. This is not a big problem because this
2278 can happen only in the beginning, when the minor mode kicks in. Typing
2279 @code{M-x viper-mode} will correct the situation. Viper knows about
2280 several such minor modes and takes care of them, so the above trick
2281 is usually not necessary. If you find that some minor mode, e.g.,
2282 @code{nasty-mode} interferes with Viper, putting the following in
2283 @file{.viper} should fix the problem:
2284 @lisp
2285 (viper-harness-minor-mode "nasty-mode")
2286 @end lisp
2287 @noindent
2288 The argument to @code{viper-harness-minor-mode} is the name of the file for the
2289 offending minor mode with the suffixes @file{.el} and @file{.elc} removed.
2290
2291 It may not be always obvious which minor mode is at fault. The only
2292 guidance here is to look into the file that defines the minor mode you are
2293 suspecting, say @file{nasty-mode.el}, and see if it has a variable called
2294 @code{nasty-mode-map}. Then check if there is a statement of the form
2295 @lisp
2296 (define-key nasty-mode-map key function)
2297 @end lisp
2298 @noindent
2299 that binds the misbehaving
2300 keys. If so, use the above line to harness @code{nasty-mode}. If your
2301 suspicion is wrong, no harm is done if you harness a minor mode that
2302 doesn't need to be harnessed.
2303
2304 It is recommended to harness even those minor modes that don't override
2305 Viper keys, but still have their own keymaps. A general way to
2306 make a minor mode, @code{my-mode},
2307 compatible with Viper is to have the file @file{my-mode.el} include the following code:
2308
2309 @lisp
2310 (when (fboundp 'viper-harness-minor-mode)
2311 (let ((lib (file-name-sans-extension
2312 (file-name-nondirectory load-file-name))))
2313 (viper-harness-minor-mode lib)))
2314 @end lisp
2315
2316 @vindex @code{viper-want-emacs-keys-in-vi}
2317 @vindex @code{viper-want-emacs-keys-in-insert}
2318 @vindex @code{viper-always}
2319 @findex @code{viper-set-hooks}
2320 @findex @code{viper-mode}
2321 @findex @code{viper-harness-minor-mode}
2322 @findex @code{remove-hook}
2323 @findex @code{add-hook}
2324
2325 @node Viper Specials,Vi Macros,Packages that Change Keymaps,Customization
2326 @section Viper Specials
2327
2328 Viper extends Vi with a number of useful features. This includes various
2329 search functions, histories of search strings, Ex commands, insertions, and
2330 Vi's destructive commands. In addition, Viper supports file name completion
2331 and history, completion of Ex commands and variables, and many other
2332 features. Some of these features are explained in detail elsewhere in this
2333 document. Other features are explained here.
2334
2335 @table @code
2336 @item (viper-buffer-search-enable)
2337 @item viper-buffer-search-char nil
2338 Enable buffer search. Explicit call to @code{viper-buffer-search-enable}
2339 sets @code{viper-buffer-search-char} to @kbd{g}. Alternatively, the user can
2340 set @code{viper-buffer-search-char} in @file{.viper} to a key sequence
2341 to be used for buffer search. There is no need to call
2342 @code{viper-buffer-search-enable} in that case.
2343 @findex @code{viper-buffer-search-enable}
2344 @vindex @code{viper-buffer-search-char}
2345 @item viper-toggle-search-style
2346 This function, bound to @kbd{C-c /}, lets one toggle case-sensitive and
2347 case-insensitive search, and also switch between plain vanilla search and
2348 search via regular expressions. Without the prefix argument, the user is
2349 asked which mode to toggle. With prefix argument 1, this toggles
2350 case-sensitivity. With prefix argument 2, regular expression/vanilla search
2351 will be toggled.
2352
2353 However, we found that the most convenient way to toggle
2354 these options is to bind a Vi macro to
2355 bind @kbd{//} to toggles case sensitivity and to @kbd{///} to toggles
2356 vanilla search. Thus, quickly hitting @kbd{/} twice will switch Viper from
2357 case sensitive search to case-insensitive. Repeating this once again will
2358 restore the original state. Likewise, quickly hitting @kbd{/} three times
2359 will switch you from vanilla-style search to search via regular expressions.
2360 If you hit something other than @kbd{/} after the first @kbd{/} or if the
2361 second @kbd{/} doesn't follow quickly enough, then Viper will issue the
2362 usual prompt @kbd{/} and will wait for input, as usual in Vi.
2363 If you don't like this behavior, you can ``unrecord'' these macros in your
2364 @file{~/.viper} file. For instance, if you don't like the above feature, put
2365 this in @file{~/.viper}:
2366 @example
2367 (viper-set-searchstyle-toggling-macros 'undefine)
2368 @end example
2369 @findex @code{viper-set-searchstyle-toggling-macros}
2370
2371 If you don't like this feature as a default, but would still like to have
2372 it in some major modes, you can do so by first unsetting it globally, as
2373 shown above, and then setting it in the desired major modes as follows:
2374 @example
2375 (viper-set-searchstyle-toggling-macros nil 'c-mode)
2376 (viper-set-searchstyle-toggling-macros nil 'lisp-mode)
2377 @end example
2378
2379 @item Vi-isms in Emacs state
2380 Some people find it useful to use the Vi-style search key, `/', to invoke
2381 search in modes which Viper leaves in emacs-state. These modes are:
2382 @code{dired-mode}, @code{mh-folder-mode},
2383 @code{Info-mode}, and @code{Buffer-menu-mode}
2384 (more may be added in the future). So, in the above modes, Viper binds `/'
2385 so that it will behave Vi-style. Furthermore, in those major modes, Viper
2386 binds `:' to invoke ex-style commands, like in vi-state. And, as described
2387 above, `//' and `///' get bound to Vi-style macros that toggle
2388 case-insensitivity and regexp-search.
2389
2390 If you don't like these features---which I don't really understand---you
2391 can unbind `/' and `:' in @code{viper-dired-modifier-map} (for Dired) or in
2392 @code{viper-slash-and-colon-map}, for other modes.
2393 @vindex @code{viper-slash-and-colon-map}
2394 @vindex @code{viper-dired-modifier-map}
2395
2396 To unbind the macros `//' and `///' for a major mode where you feel they
2397 are undesirable, execute @code{viper-set-emacs-state-searchstyle-macros} with a
2398 non-@code{nil} argument. This can be done either interactively, by supplying a
2399 prefix argument, or by placing
2400 @example
2401 (viper-set-emacs-state-searchstyle-macros 'undefine)
2402 @end example
2403 @findex @code{viper-set-emacs-state-searchstyle-macros}
2404 in the hook to the major mode (e.g., @code{dired-mode-hook}).
2405 @xref{Vi Macros}, for more information on Vi macros.
2406
2407 @item viper-heading-start
2408 @item viper-heading-end
2409 @cindex headings
2410 @cindex sections
2411 @cindex paragraphs
2412 @cindex sentences
2413 Regular Expressions for @kbd{[[} and @kbd{]]}. Note that Emacs defines
2414 Regexps for paragraphs and sentences. @xref{Paragraphs,,Paragraphs and
2415 Sentences,emacs,The GNU Emacs Manual}, for details.
2416 @item M-x viper-set-expert-level
2417 @findex @code{viper-set-expert-level}
2418 Change your user level interactively.
2419 @item viper-smart-suffix-list '("" "tex" "c" "cc" "el" "p")
2420 @vindex @code{viper-smart-suffix-list}
2421 Viper supports Emacs-style file completion when it prompts the user for a
2422 file name. However, in many cases, the same directory may contain files
2423 with identical prefix but different suffixes, e.g., prog.c, prog.o,
2424 paper.tex, paper.dvi. In such cases, completion will stop at the `.'.
2425 If the above variable is a list of strings representing suffixes, Viper will
2426 try these suffixes
2427 in the order listed and will check if the corresponding file exists.
2428
2429 For instance, if completion stopped at `paper.'@: and the user typed
2430 @key{RET},
2431 then Viper will check if the files `paper.', `paper.tex', `paper.c', etc., exist.
2432 It will take the first such file. If no file exists, Viper will give a chance
2433 to complete the file name by typing the appropriate suffix. If `paper.'@: was
2434 the intended file name, hitting return will accept it.
2435
2436 To turn this feature off, set the above variable to @code{nil}.
2437
2438 @item viper-insertion-ring-size 14
2439 @vindex @code{viper-insertion-ring-size}
2440 @cindex Insertion ring
2441 Viper remembers what was previously inserted in Insert and Replace states.
2442 Several such recent insertions are kept in a special ring of strings of size
2443 @code{viper-insertion-ring-size}.
2444 If you enter Insert or Replace state you can reinsert strings from this
2445 ring by typing @kbd{C-c M-p} or @kbd{C-c M-n}. The former will search the
2446 ring in
2447 the direction of older insertions, and the latter will search in
2448 the direction of newer insertions. Hitting @kbd{C-c M-p} or @kbd{C-c M-n}
2449 in succession
2450 will undo the previous insertion from the ring and insert the next item on
2451 the ring. If a larger ring size is needed, change the value of the above
2452 variable in the @file{~/.viper} file.
2453
2454 Since typing these sequences of keys may be tedious, it is suggested that the
2455 user should bind a function key, such as @kbd{f31}, as follows:
2456 @example
2457 (define-key viper-insert-global-user-map [f31]
2458 'viper-insert-prev-from-insertion-ring)
2459 @end example
2460 This binds @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2461 to the function that inserts the previous string in the insertion history.
2462 To rotate the history in the opposite
2463 direction, you can either bind an unused key to
2464 @code{viper-insert-next-from-insertion-ring} or hit any digit (1 to 9) then
2465 @kbd{f31}.
2466
2467 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2468 this will interfere with the minibuffer histories and, possibly, other
2469 major modes.
2470
2471 @item viper-command-ring-size 14
2472 @vindex @code{viper-command-ring-size}
2473 @cindex Destructive command ring
2474 @cindex Destructive command history
2475 Viper keeps track of the recent history of destructive
2476 commands, such as @kbd{dw}, @kbd{i}, etc.
2477 In Vi state,
2478 the most recent command can be re-executed by hitting `@kbd{.}', as in Vi.
2479 However, repeated typing @kbd{C-c M-p} will cause Viper to show the
2480 previous destructive commands in the minibuffer. Subsequent hitting `@kbd{.}'
2481 will execute the command that was displayed last.
2482 The key @kbd{C-c M-n} will cycle through the command history in the
2483 opposite direction.
2484 Since typing @kbd{C-c M-p} may be tedious, it is more convenient to bind an
2485 appropriate function to an unused function key on the keyboard and use that
2486 key. For instance, the following
2487 @example
2488 (define-key viper-vi-global-user-map [f31]
2489 'viper-prev-destructive-command)
2490 @end example
2491 binds the key @kbd{f31} (which is usually @kbd{R11} on a Sun workstation)
2492 to the function that searches the command history in the direction of older
2493 commands. To search in the opposite
2494 direction, you can either bind an unused key to
2495 @code{viper-next-destructive-command} or hit any digit (1 to 9) then @kbd{f31}.
2496
2497 One should not bind the above functions to @kbd{M-p} or @kbd{M-n}, since
2498 this will interfere with the minibuffer histories and, possibly, other
2499 major modes.
2500
2501 @item viper-minibuffer-vi-face 'viper-minibuffer-vi-face
2502 @item viper-minibuffer-insert-face 'viper-minibuffer-insert-face
2503 @item viper-minibuffer-emacs-face 'viper-minibuffer-emacs-face
2504 These faces control the appearance of the minibuffer text in the
2505 corresponding Viper states. You can change the appearance of these faces
2506 through Emacs's customization widget, which is accessible through the
2507 menubar.
2508
2509 Viper is located in this widget under the @emph{Emulations} customization
2510 subgroup of the @emph{Editing} group. All Viper faces are grouped together
2511 in Viper's @emph{Highlighting} customization subgroup.
2512
2513 Note that only the text you type in is affected by the above faces.
2514 Prompts and minibuffer messages are not affected.
2515
2516 Purists who do not like adornments in the minibuffer can always zap them by
2517 putting
2518 @example
2519 (copy-face 'default 'viper-minibuffer-vi-face)
2520 (copy-face 'default 'viper-minibuffer-insert-face)
2521 (copy-face 'default 'viper-minibuffer-emacs-face)
2522 @end example
2523 in the @file{~/.viper} file or through the customization widget, as
2524 described above. However, in that case, the user will not have any
2525 indication of the current Viper state in the minibuffer. (This is important
2526 if the user accidentally switches to another Viper state by typing @key{ESC} or
2527 @kbd{C-z}).
2528 @item M-x viper-go-away
2529 @findex @code{viper-go-away}
2530 Make Viper disappear from the face of your running Emacs instance. If your
2531 fingers start aching again, @kbd{M-x viper-mode} might save your day.
2532 @item M-x toggle-viper-mode
2533 @findex @code{toggle-viper-mode}
2534 Toggle Viperization of Emacs on and off.
2535 @end table
2536
2537 @cindex Multifile documents and programs
2538
2539 Viper provides some support for multi-file documents and programs.
2540 If a document consists of several files we can designate one of them as a
2541 master and put the following at the end of that file:
2542 @lisp
2543 ;; Local Variables:
2544 ;; eval: (viper-setup-master-buffer "file1" "file2" "file3" "file4")
2545 ;; End:
2546 @end lisp
2547 @noindent
2548 where @code{file1} to @code{file4} are names of files related to the master
2549 file. Next time, when the master file is visited, the command
2550 @code{viper-setup-master-buffer} will be evaluated and the above files will
2551 be associated with the master file. Then, the new Ex command
2552 @kbd{:RelatedFile} (abbr.@: @kbd{:R}) will display files 1 to 4 one after
2553 another, so you can edit them. If a file is not in any Emacs buffer, it
2554 will be visited. The command @kbd{PreviousRelatedFile} (abbr., @kbd{:P})
2555 goes through the file list in the opposite direction.
2556 @findex @kbd{:RelatedFile}
2557 @findex @kbd{:PreviousRelatedFile}
2558
2559 These commands are akin to @kbd{:n} and @kbd{:N}, but they allow the user to
2560 focus on relevant files only.
2561
2562 Note that only the master file needs to have the aforementioned block of
2563 commands. Also, ";;" above can be replaced by some other
2564 markers. Semicolon is good for Lisp programs, since it is considered a
2565 comment designator there. For LaTeX, this could be "%%%", and for C the
2566 above block should be commented out.
2567
2568 Even though these commands are sometimes useful, they are no substitute for
2569 the powerful @emph{tag table} facility of Emacs. Viper's @kbd{:tag} command
2570 in a primitive interface to Emacs tags. @xref{Tags,Tags,Tags,emacs,
2571 The GNU Emacs Manual}, for more information on tags.
2572
2573 The following two commands are normally bound to a mouse click and are part
2574 of Viper. They work only if Emacs runs as an application under X
2575 Windows (or under some other window system for which a port of GNU Emacs 20
2576 is available). Clicking the mouse when Emacs is invoked in an Xterm window
2577 (using @code{emacs -nw}) will do no good.
2578
2579 @table @code
2580 @cindex mouse
2581 @cindex mouse-search
2582 @item viper-mouse-search-key (meta shift 1)
2583 @vindex @code{viper-mouse-insert-key}
2584 This variable controls the @emph{mouse-search} feature of Viper. The
2585 default value
2586 states that holding Meta and Shift keys while clicking mouse button 1
2587 should initiate search for a region under the mouse pointer (defined
2588 below). This command can take a prefix argument, which indicates the
2589 occurrence of the pattern to search for.
2590
2591 Note: while loading initially, Viper binds this mouse action only if it is
2592 not already bound to something else. If you want to use the mouse-search
2593 feature, and the @kbd{Meta-Shift-Mouse-1} mouse action is already bound to
2594 something else, you can rebind the mouse-search feature by setting
2595 @code{viper-mouse-search-key} to something else in your @code{~/.viper}
2596 file:
2597 @lisp
2598 (setq viper-mouse-search-key '(meta 1))
2599 @end lisp
2600 This would bind mouse search to the action invoked by pressing the
2601 Meta key and clicking mouse button 1. The allowed values of
2602 @code{viper-mouse-search-key} are lists that contain a mouse-button number
2603 (1,2, or 3) and any combination of the words `control', `meta', and
2604 `shift'.
2605
2606 If the requested mouse action (e.g., (meta 1)) is already taken for other
2607 purposes then you have to confirm your intention by placing the following
2608 command in @code{~/.viper} after setting @code{viper-mouse-search-key}:
2609 @lisp
2610 (viper-bind-mouse-search-key 'force)
2611 @end lisp
2612
2613 You can also change this setting interactively, through the customization
2614 widget of Emacs (type @kbd{:customize}).
2615
2616 The region that is chosen as a pattern to search for is determined as
2617 follows. If search is invoked via a single click, Viper chooses the region
2618 that lies between the beginning of the ``word'' under the pointer (``word''
2619 is understood in Vi sense) and the end of that word. The only difference
2620 with Vi's words is that in Lisp major modes `-' is considered an
2621 alphanumeric symbol. This is done for the convenience of working with Lisp
2622 symbols, which often have an `-' in them. Also, if you click on a
2623 non-alphanumeric character that is not a word separator (in Vi sense) then
2624 this character will also be considered alphanumeric, provided that it is
2625 adjacent (from either side) to an alphanumeric character. This useful
2626 feature gives added control over the patterns selected by the mouse click.
2627
2628 On a double-click, the region is determined by the beginning of the current
2629 Vi's ``Word'' (i.e., the largest non-separator chunk of text) and the End
2630 of that ``Word'' (as determined by the @kbd{E} command).
2631
2632 On a triple-click, the region consists of the entire line where the click
2633 occurred with all leading and trailing spaces and tabs removed.
2634
2635 @cindex mouse-insert
2636 @item viper-mouse-insert-key (meta shift 2)
2637 @vindex @code{viper-mouse-insert-key}
2638 This variable controls the @emph{mouse-insert} feature of Viper.
2639 The above default value states that
2640 holding Meta and Shift keys while clicking mouse button 2
2641 should insert the region surrounding the
2642 mouse pointer. The rules defining this region are the same as for
2643 mouse-search. This command takes an optional prefix argument, which
2644 indicates how many such regions to snarf from the buffer and insert. (In
2645 case of a triple-click, the prefix argument is ignored.)
2646
2647 Note: while loading initially, Viper binds this mouse action only if it not
2648 already bound to something else. If you want to use this feature and the
2649 default mouse action is already bound, you can rebind mouse-insert by
2650 placing this command in @code{~/.viper}:
2651 @lisp
2652 (setq viper-mouse-insert-key '(meta 2))
2653 @end lisp
2654 If you want to bind mouse-insert to an action even if this action is
2655 already taken for other purposes in Emacs, then you should add this command
2656 to @code{~/.viper}, after setting @code{viper-mouse-insert-key}:
2657 @lisp
2658 (viper-bind-mouse-insert-key 'force)
2659 @end lisp
2660
2661 This value can also be changed via the Emacs customization widget at the
2662 menubar.
2663
2664 @item viper-multiclick-timeout
2665 This variable controls the rate at which double-clicking must occur for the
2666 purpose of mouse search and mouse insert. By default, this is set to
2667 @code{double-click-time} in Emacs and to
2668 @code{mouse-track-multi-click-time} milliseconds in XEmacs.
2669 @end table
2670 @kindex @kbd{S-Mouse-1}
2671 @kindex @kbd{S-Mouse-2}
2672 @kindex @kbd{meta shift button1up}
2673 @kindex @kbd{meta shift button2up}
2674 @vindex @code{viper-multiclick-timeout}
2675 @findex @code{viper-mouse-click-insert-word}
2676 @findex @code{viper-mouse-click-search-word}
2677
2678 Note: The above functions search and insert in the selected window of
2679 the latest active frame. This means that you can click in another window or
2680 another frame and have search or insertion done in the frame and window you
2681 just left. This lets one use these functions in a multi-frame
2682 configuration. However, this may require some getting used to. For
2683 instance, if you are typing in a frame, A, and then move the mouse to frame
2684 B and click to invoke mouse search, search (or insertion) will be performed
2685 in frame A@. To perform search/insertion in frame B, you will first have to
2686 shift focus there, which doesn't happen until you type a character or
2687 perform some other action in frame B---mouse search doesn't shift focus.
2688
2689 If you decide that you don't like the above feature and always want
2690 search/insertion be performed in the frame where the click occurs, don't
2691 bind (and unbind, if necessary) @code{viper-mouse-catch-frame-switch} from
2692 the mouse event it is bound to.
2693
2694 Mouse search is integrated with Vi-style search, so you can
2695 repeat it with @kbd{n} and @kbd{N}. It should be also noted that, while
2696 case-sensitivity of search in Viper is controlled by the variable
2697 @code{viper-case-fold-search}, the case of mouse search is
2698 controlled by the Emacs variable @code{case-fold-search}, which may be set
2699 differently from @code{viper-case-fold-search}. Therefore, case-sensitivity
2700 of mouse search may be different from that of the usual Vi-style search.
2701
2702 Finally, if the way Viper determines the word to be searched for or to be
2703 inserted is not what you want, there is a variable,
2704 @code{viper-surrounding-word-function}, which can be changed to indicate
2705 another function for snarfing words out of the buffer. The catch is that
2706 you will then have to write such a function and make it known to your
2707 Emacs. The function @code{viper-surrounding-word} in @file{viper.el} can be
2708 used as a guiding example.
2709
2710 @node Vi Macros, ,Viper Specials,Customization
2711 @section Vi Macros
2712
2713 @cindex Vi macros
2714
2715 Viper supports much enhanced Vi-style macros and also facilitates the use
2716 of Emacs-style macros. To define a temporary macro, it is generally more
2717 convenient to use Emacs keyboard macro facility. Emacs keyboard macros are
2718 usually defined anonymously, and the latest macro can be executed by typing
2719 @kbd{C-x e} (or @kbd{*}, if Viper is in Vi state). If you need to use several
2720 temporary macros, Viper lets you save them to a
2721 register (a lowercase letter); such macros can then be executed by typing
2722 @kbd{@@a} in Vi state (if a macro was previously saved in register
2723 @kbd{a}).
2724 @xref{Macros and Registers}, for details.
2725
2726 If, however, you need to use a macro regularly, it must be given a
2727 permanent name and saved. Emacs manual explains how to do this, but
2728 invocation of named Emacs macros is quite different from Vi's. First,
2729 invocation of permanent Emacs macros takes time because it requires typing
2730 too many keys (to a Vi user's taste, anyway).
2731 Second, binding such macros to function keys, for
2732 fast access, hogs valuable real estate on the keyboard.
2733
2734 Vi-style macros are better in that respect, since Vi lets the user overload
2735 the meaning of key sequences: keys typed in fast succession are treated
2736 specially, if this key sequence is bound to a macro.
2737
2738 Viper provides Vi-style keyboard macros through the usual Ex commands,
2739 @kbd{:map} and
2740 @kbd{:map!}. These macros are much more powerful in Viper than
2741 they are in the original Vi and in other emulators. This is because Viper
2742 implements an enhanced vi-style
2743 interface to the powerful Emacs keyboard macro facility.
2744
2745 First, any Emacs
2746 command can be executed while defining a macro, not just the Vi
2747 commands. In particular, the user can invoke Emacs commands via @kbd{M-x
2748 command-name} or by pressing various function keys on the keyboard. One
2749 can even use the mouse, although this is usually not useful and is not
2750 recommended (and macros defined with the use of the mouse cannot be saved in
2751 command history and in the startup file, for future use).
2752
2753 Macros defined by mixing Vi and Emacs commands are represented as
2754 vectors. So, don't be confused when you see one (usually through the
2755 history of Ex commands). For instance, if @kbd{gg} is defined by typing
2756 @kbd{l}, the up-arrow key and @kbd{M-x next-line}, its definition will look
2757 as follows in Emacs:
2758
2759 @example
2760 [l up (meta x) n e x t - l i n e return]
2761 @end example
2762
2763 Second, Viper macros are defined in a WYSIWYG style. This means that
2764 commands are executed as you type them, so you can see precisely what is
2765 being defined. Third, macros can be bound to arbitrary sequences of keys,
2766 not just to printable keys. For instance, one can define a macro that will
2767 be invoked by hitting @kbd{f3} then @kbd{f2} function keys. (The keys
2768 @kbd{delete} and @kbd{backspace} are excluded; also, a macro invocation
2769 sequence can't start with @key{ESC}. Some other keys, such as @kbd{f1} and
2770 @kbd{help}, can't be bound to macros under Emacs, since they
2771 are bound in @code{key-translation-map}, which overrides any other binding
2772 the user gives to keys. In general, keys that have a binding in
2773 @code{key-translation-map} can't be bound to a macro.)
2774
2775 Fourth, in Viper, one can define macros that are specific to a given
2776 buffer, a given major mode, or macros that are defined for all buffers. In
2777 fact, the same macro name can have several different definitions: one
2778 global, several definitions for various major modes, and
2779 definitions for various specific buffers. Buffer-specific definitions
2780 override mode-specific definitions, which, in turn, override global
2781 definitions.
2782
2783 As if all that is not enough, Viper (through its interface to Emacs
2784 macros) lets the user define keyboard macros that ask for confirmation or
2785 even prompt the user for input and then continue. To do this, one should
2786 type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2787 For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs
2788 Manual} @refill
2789
2790 When the user finishes defining a macro (which is done by typing @kbd{C-x)},
2791 a departure from Vi), you will be asked whether you want this
2792 macro to be global, mode-specific, or buffer-specific. You will also be
2793 given a chance to save the macro in your @file{~/.viper} file.
2794 This is the easiest way to save a macro and make
2795 it permanently available. If you work your startup files with bare hands,
2796 here is how Viper saves the above macro so that it will be
2797 available in Viper's Insert state (and Replace state) in buffer @code{my-buf}
2798 only:
2799
2800 @example
2801 (viper-record-kbd-macro "gg" 'insert-state
2802 [l up (meta x) n e x t - l i n e return]
2803 "my-buf")
2804 @end example
2805
2806 @noindent
2807 To do the same for Vi state and all buffers with the major mode
2808 @code{cc-mode}, use:
2809
2810 @example
2811 (viper-record-kbd-macro "gg" 'vi-state
2812 [l up (meta x) n e x t - l i n e return]
2813 'cc-mode)
2814 @end example
2815
2816 @noindent
2817 Both macro names and macro definitions are vectors of symbols that denote
2818 keys on the keyboard. Some keys, like @kbd{\}, @kbd{ }, or digit-keys must
2819 be escaped with a backslash. Modified keys are represented as lists. For
2820 instance, holding Meta and Control and pressing @kbd{f4} is represented as
2821 @kbd{(control meta f4)}.
2822 If all members of a vectors are printable characters (or sequences, such as
2823 @kbd{\e}, @kbd{\t}, for @key{ESC} and @key{TAB}), then they can also be represented as
2824 strings:
2825
2826 @example
2827 (viper-record-kbd-macro "aa" 'vi-state "aaa\e" "my-buffer")
2828 @end example
2829
2830 @noindent
2831 Thus, typing @kbd{aa} fast in Vi state will switch Viper to Insert state
2832 (due to the first @kbd{a}), insert @kbd{aa}, and then it will switch back to Vi
2833 state. All this will take effect only in the buffer named @code{my-buffer}.
2834
2835 Note that the last argument to @code{viper-record-kbd-macro} must be either a
2836 string (a buffer name), a symbol representing a major mode, or @code{t};
2837 the latter says that the macro is to be defined for all buffers
2838 (which is how macros are defined in original Vi).
2839
2840 For convenience, Viper also lets you define Vi-style macros in its Emacs
2841 state. There is no Ex command, like @kbd{:map} and @kbd{:map!} for doing
2842 this, but the user can include such a macro in the @file{~/.viper} file. The
2843 only thing is that the @code{viper-record-kbd-macro} command should specify
2844 @code{emacs-state} instead of @code{vi-state} or @code{insert-state}.
2845
2846 The user can get rid of a macro either by using the Ex commands @kbd{:unmap}
2847 and @kbd{:unmap!} or by issuing a call to @code{viper-unrecord-kbd-macro}.
2848 The latter is more powerful, since it can delete macros even in
2849 @code{emacs-state}. However, @code{viper-unrecord-kbd-macro} is usually
2850 needed only when the user needs to get rid of the macros that are already
2851 predefined in Viper.
2852 The syntax is:
2853 @findex @code{viper-unrecord-kbd-macro}
2854 @example
2855 (viper-unrecord-kbd-macro macro state)
2856 @end example
2857 @noindent
2858 The second argument must be @code{vi-state}, @code{insert-state}, or
2859 @code{emacs-state}. The first argument is a name of a macro. To avoid
2860 mistakes in specifying names of existing macros, type @kbd{M-x
2861 viper-describe-kbd-macros} and use a name from the list displayed by this
2862 command.
2863
2864 If an error occurs during macro definition, Emacs
2865 aborts the process, and it must be repeated. This is analogous to Vi,
2866 except that in Vi the user doesn't know there is an error until the macro is
2867 actually run. All that means that in order for a definition to be
2868 successful, the user must do some simple planning of the process in
2869 advance, to avoid errors. For instance, if you want to map @kbd{gg} to
2870 @kbd{llll} in Vi state, you must make sure that there is enough room on the
2871 current line. Since @kbd{l} moves the cursor forward, it may signal an
2872 error on reaching the end of line, which will abort the definition.
2873
2874 These precautions are necessary only when defining macros; they will help
2875 avoid the need to redo the job. When macros are actually run, an error
2876 during the execution will simply terminate the current execution
2877 (but the macro will remain mapped).
2878
2879 A macro name can be a string of characters or a vector of keys.
2880 The latter makes it possible to define macros bound to, say, double-hits
2881 on a function key, such as @kbd{up} or @kbd{f13}.
2882 This is very useful if you run out of function keys on your keyboard; it
2883 makes Viper macro facility a @emph{keyboard doubler}, so to speak.
2884
2885 Elsewhere (@xref{Key Bindings}, for details), we review
2886 the standard Emacs mechanism for binding function keys to commands.
2887 For instance,
2888
2889 @example
2890 (global-set-key [f13] 'repeat-complex-command)
2891 @end example
2892
2893 @noindent
2894 binds the key f13 to the Emacs function that repeats the last minibuffer
2895 command. Under Viper, however, you may still use this key for additional
2896 purposes, if you bind, say, a double-hitting action for that key to some
2897 other function. Emacs doesn't allow the user to do that, but Viper does
2898 this through its keyboard macro facility. To do this, type @kbd{:map }
2899 first. When you are asked to enter a macro name, hit f13 twice, followed by
2900 @key{RET} or @key{SPC}.
2901
2902 Emacs will now start the mapping process by actually executing
2903 Vi and Emacs commands, so that you could see what will happen each time the
2904 macro is executed. Suppose now we wanted to bind the key sequence
2905 @kbd{f13 f13} to the command @code{eval-last-sexp}. To accomplish this, we
2906 can type @kbd{M-x eval-last-sexp} followed by @kbd{C-x )}.
2907 If you answer positively to Viper's offer to save this macro in @file{~/.viper}
2908 for future uses, the following will be inserted in that file:
2909
2910 @example
2911 (viper-record-kbd-macro [f16 f16] 'vi-state
2912 [(meta x) e v a l - l a s t - s e x p]
2913 'lisp-interaction-mode)
2914 @end example
2915
2916 To illustrate the above point, Viper provides two canned macros, which, by
2917 default, are bound to @kbd{[f12 \1]} and @kbd{[f12 \2]} (invoked by typing
2918 @kbd{f12} then @kbd{1} and @kbd{2}, respectively). These macros are useful
2919 shortcuts to Viper's command ring history. The first macro will execute the
2920 second-last destructive command (the last one is executed by @kbd{.}, as
2921 usual). The second macro executes the third-last command.
2922
2923 If you need to go deeper into the command history, you will have to use
2924 other commands, as described earlier in this section; or you can bind,
2925 say, @kbd{f12 \3} like this:
2926
2927 @example
2928 (viper-record-kbd-macro [f12 \3] 'vi-state
2929 [(meta x) r e p e a t - f r o m - h i s t o r y]
2930 t)
2931 @end example
2932
2933
2934 Note that even though the macro uses the function key @kbd{f12}, the key is
2935 actually free and can still be bound to some Emacs function via
2936 @code{define-key} or @code{global-set-key}.
2937
2938
2939 Viper allows the user to define macro names that are prefixes of other macros.
2940 For instance, one can define @kbd{[[} and @kbd{[[[[} to be macros.
2941 If you type the exact sequence of such keys and then pause, Viper will
2942 execute the right macro. However, if you don't pause and, say, type
2943 @kbd{[[[[text} then the conflict is resolved as follows. If only one of the
2944 key sequences, @kbd{[[} or @kbd{[[[[} has a definition applicable to the
2945 current buffer, then, in fact, there is no conflict and the right macro
2946 will be chosen. If both have applicable definitions, then the first one
2947 found will be executed. Usually this is the macro with a shorter name. So,
2948 in our case, @kbd{[[[[text} will cause the macro @kbd{[[} to be executed
2949 twice and then the remaining keys, @kbd{t e x t}, will be processed.
2950
2951 When defining macros using @kbd{:map} or @kbd{:map!}, the user enters
2952 the actually keys to be used to invoke the macro. For instance, you
2953 should hit the actual key @kbd{f6} if it is to be part of a macro
2954 name; you do @emph{not} write @kbd{f 6}. When entering keys, Viper
2955 displays them as strings or vectors (e.g., @code{"abc"} or @code{[f6
2956 f7 a]}). The same holds for unmapping. Hitting @key{TAB} while
2957 typing a macro name in the @kbd{:unmap} or @kbd{:unmap!} command will
2958 cause name completion. Completions are displayed as strings or
2959 vectors. However, as before, you don't actually type @samp{"},
2960 @samp{[}, or @samp{]} that appear in the completions. These are
2961 meta-symbols that indicate whether the corresponding macro name is a
2962 vector or a string.
2963
2964 One last difference from Vi: Vi-style keyboard macros cannot be defined in
2965 terms of other Vi-style keyboard macros (but named Emacs macros are OK).
2966 More precisely, while defining or executing a macro, the special meaning
2967 of key sequences (as Vi macros) is ignored.
2968 This is because it is all too easy to create an infinite loop in this way.
2969 Since Viper macros are much more powerful than Vi's it is impossible to
2970 detect such loops. In practice, this is not really a limitation but,
2971 rather, a feature.
2972
2973 We should also note that Vi macros are disabled in the minibuffer, which
2974 helps keep some potential troubles away.
2975
2976 The rate at which the user must type keys in order for them to be
2977 recognized as a timeout macro is controlled by the variable
2978 @code{viper-fast-keyseq-timeout}, which defaults to 200 milliseconds.
2979
2980 For the most part, Viper macros defined in @file{~/.viper} can be shared
2981 between X and TTY modes.
2982 The problem with TTY may be that the function keys there generate sequences
2983 of events instead of a single event (as under a window system).
2984 Emacs maps some of these sequences back to the logical keys
2985 (e.g., the sequences generated by the arrow keys are mapped to @kbd{up},
2986 @kbd{left}, etc.). However, not all function keys are mapped in this way.
2987 Macros that are bound to key sequences that contain such unmapped function
2988 keys have to be redefined for TTY's (and possibly for every type of TTY you
2989 may be using). To do this, start Emacs on an appropriate TTY device and
2990 define the macro using @kbd{:map}, as usual.
2991
2992 @findex @code{viper-describe-kbd-macros}
2993 Finally, Viper provides a function that conveniently displays all macros
2994 currently defined. To see all macros along with their definitions, type
2995 @kbd{M-x viper-describe-kbd-macros}.
2996
2997 @node Commands,,Customization,Top
2998 @chapter Commands
2999
3000 This section is a semi-automatically bowdlerized version of the Vi
3001 reference created by @* @samp{maart@@cs.vu.nl} and others. It can be
3002 found on the Vi archives. This reference has been adapted for Viper.@refill
3003
3004 @menu
3005 * Groundwork:: Textual Conventions and Viper basics
3006 * Text Handling:: Moving, Editing, Undoing.
3007 * Display:: Scrolling.
3008 * File and Buffer Handling:: Editing, Writing and Quitting.
3009 * Mapping:: Mapping Keys, Keyboard Macros
3010 * Shell Commands:: Accessing Shell Commands, Processing Text
3011 * Options:: Ex options, the @kbd{:set} commands
3012 * Emacs Related Commands:: Meta Keys, Windows
3013 * Mouse-bound Commands:: Search and insertion of text
3014 @end menu
3015
3016 @node Groundwork, Text Handling, Commands, Commands
3017 @comment node-name, next, previous, up
3018 @section Groundwork
3019
3020 The VI command set is based on the idea of combining motion commands
3021 with other commands. The motion command is used as a text region
3022 specifier for other commands.
3023 We classify motion commands into @dfn{point commands} and
3024 @dfn{line commands}.@refill
3025
3026 @cindex point commands
3027
3028 The point commands are:
3029
3030 @quotation
3031 @kbd{h}, @kbd{l}, @kbd{0}, @kbd{$}, @kbd{w}, @kbd{W}, @kbd{b}, @kbd{B},
3032 @kbd{e}, @kbd{E}, @kbd{(}, @kbd{)}, @kbd{/}, @kbd{?}, @kbd{`}, @kbd{f},
3033 @kbd{F}, @kbd{t}, @kbd{T}, @kbd{%}, @kbd{;}, @kbd{,}, @kbd{^}
3034 @end quotation
3035
3036 @cindex line commands
3037
3038 The line commands are:
3039
3040 @quotation
3041 @kbd{j}, @kbd{k}, @kbd{+}, @kbd{-}, @kbd{H}, @kbd{M}, @kbd{L}, @kbd{@{},
3042 @kbd{@}}, @kbd{G}, @kbd{'}, @kbd{[[}, @kbd{]]}, @kbd{[]}
3043 @end quotation
3044 @noindent
3045
3046 Text Deletion Commands (@pxref{Deleting Text}), Change commands
3047 (@pxref{Changing Text}), even Shell Commands (@pxref{Shell Commands})
3048 use these commands to describe a region of text to operate on.
3049
3050 @cindex r and R region specifiers
3051
3052 Viper adds two region descriptors, @kbd{r} and @kbd{R}. These describe
3053 the Emacs regions (@pxref{Basics}), but they are not movement commands.
3054
3055 The command description uses angle brackets @samp{<>} to indicate
3056 metasyntactic variables, since the normal conventions of using simple
3057 text can be confusing with Viper where the commands themselves are
3058 characters. Watch out where @kbd{<} shift commands and @kbd{<count>} are
3059 mentioned together!!!
3060
3061 @kindex <move>
3062 @kindex <a-z>
3063 @kindex <address>
3064 @cindex <move>
3065 @cindex <a-z>
3066 @cindex <address>
3067 @cindex movements
3068
3069 @samp{<move>} refers to the above movement commands, and @samp{<a-z>}
3070 refers to registers or textmarkers from @samp{a} to @samp{z}. Note
3071 that the @samp{<move>} is described by full move commands, that is to
3072 say they will take counts, and otherwise behave like normal move commands.
3073 @cindex Ex addresses
3074 @samp{<address>} refers to Ex line addresses, which include
3075
3076 @table @kbd
3077 @item .@: <No address>
3078 Current line
3079 @item .+n .-n
3080 Add or subtract for current line
3081 @item number
3082 Actual line number, use @kbd{.=} to get the line number
3083 @item '<a-z>
3084 Textmarker
3085 @item $
3086 Last line
3087 @item x,y
3088 Where x and y are one of the above
3089 @item %
3090 @cindex % (Ex address)
3091 For the whole file, same as (1,$).
3092 @item /<pat>/
3093 @itemx ?<pat>?
3094 Next or previous line with pattern <pat>.
3095
3096 Note that the pattern is allowed to contain newline character (inserted as
3097 @kbd{C-qC-j}). Therefore, one can search for patterns that span several
3098 lines.
3099 @end table
3100
3101 @cindex % (Current file)
3102 Note that @samp{%} is used in Ex commands @kbd{:e} and @kbd{:r <shell-cmd>}
3103 to mean current file. If you want a @samp{%} in your command, it must be
3104 escaped as @samp{\%}. Note that @kbd{:w} and the regular @kbd{:r <file>}
3105 command doesn't support the meta symbols @samp{%} and @samp{#}, because
3106 file history is a better mechanism.
3107 @cindex # (Previous file)
3108 Similarly, @samp{#} expands to the previous file. The previous file is
3109 the first file in @kbd{:args} listing. This defaults to previous window
3110 in the VI sense if you have one window only.
3111
3112 @kindex <args>
3113 @kindex <cmd>
3114 @cindex <args>
3115 @cindex <cmd>
3116 @noindent
3117 Others like @samp{<args> -- arguments}, @samp{<cmd> -- command} etc.
3118 should be fairly obvious.
3119
3120 @noindent
3121 Common characters referred to include:
3122
3123 @table @kbd
3124 @item <sp>
3125 Space
3126 @item <ht>
3127 Tab
3128 @item <lf>
3129 Linefeed
3130 @item <esc>
3131 Escape
3132 @item <cr>
3133 Return, Enter
3134 @end table
3135 @cindex <cr>
3136 @cindex <esc>
3137 @cindex <lf>
3138 @cindex <ht>
3139 @cindex <sp>
3140
3141 @cindex words
3142 @cindex WORDS
3143 @cindex char
3144 @cindex CHAR
3145
3146 We also use @samp{word} for alphanumeric/non-alphanumeric words, and
3147 @samp{WORD} for whitespace delimited words. @samp{char} refers to any
3148 @acronym{ASCII} character, @samp{CHAR} to non-whitespace character.
3149 Brackets @samp{[]} indicate optional parameters; @samp{<count>} also
3150 optional, usually defaulting to 1. Brackets are elided for
3151 @samp{<count>} to eschew obfuscation.
3152
3153 Viper's idea of Vi's words is slightly different from Vi. First, Viper
3154 words understand Emacs symbol tables. Therefore, all symbols declared to be
3155 alphanumeric in a symbol table can automatically be made part of the Viper
3156 word. This is useful when, for instance, editing text containing European,
3157 Cyrillic, Japanese, etc., texts.
3158
3159 Second, Viper lets you depart from Vi's idea of a word by changing the a
3160 syntax preference via the customization widget (the variable
3161 @code{viper-syntax-preference}) or by executing
3162 @code{viper-set-syntax-preference} interactively.
3163
3164 By default, Viper syntax preference is @code{reformed-vi}, which means that
3165 Viper considers only those symbols to be part of a word that are specified
3166 as word-symbols by the current Emacs syntax table (which may be different
3167 for different major modes) plus the underscore symbol @kbd{_}, minus the
3168 symbols that are not considered words in Vi (e.g., `,',;, etc.), but may be
3169 considered as word-symbols by various Emacs major modes. Reformed-Vi works
3170 very close to Vi, and it also recognizes words in other
3171 alphabets. Therefore, this is the most appropriate mode for editing text
3172 and is likely to fit all your needs.
3173
3174 You can also set Viper syntax preference to @code{strict-vi}, which would
3175 cause Viper to view all non-English letters as non-word-symbols.
3176
3177 You can also specify @code{emacs} as your preference, which would
3178 make Viper use exactly the same notion of a word as Emacs does. In
3179 particular, the underscore may not be part of a word in some major modes.
3180
3181 Finally, if @code{viper-syntax-preference} is set to @code{extended}, Viper
3182 words would consist of characters that are classified as alphanumeric
3183 @emph{or} as parts of symbols. This is convenient for editing programs.
3184
3185 @code{viper-syntax-preference} is a local variable, so it can have different
3186 values for different major modes. For instance, in programming modes it can
3187 have the value @code{extended}. In text modes where words contain special
3188 characters, such as European (non-English) letters, Cyrillic letters, etc.,
3189 the value can be @code{reformed-vi} or @code{emacs}.
3190 If you consider using different syntactic preferences for different major
3191 modes, you should execute, for example,
3192
3193 @example
3194 (viper-set-syntax-preference nil "extended")
3195 @end example
3196
3197 in the appropriate major mode hooks.
3198
3199 @vindex @code{viper-syntax-preference}
3200 @findex @code{viper-set-syntax-preference}
3201 @cindex syntax table
3202
3203
3204
3205 The above discussion concerns only the movement commands. In regular
3206 expressions, words remain the same as in Emacs. That is, the expressions
3207 @code{\w}, @code{\>}, @code{\<}, etc., use Emacs's idea of what is a word,
3208 and they don't look into the value of variable
3209 @code{viper-syntax-preference}. This is because Viper avoids changing
3210 syntax tables in order to not thwart the various major modes that set these
3211 tables.
3212
3213 The usual Emacs convention is used to indicate Control Characters, i.e
3214 C-h for Control-h. @emph{Do not confuse this with a sequence of separate
3215 characters
3216 C, -, h!!!} The @kbd{^} is itself, never used to indicate a
3217 Control character.
3218
3219 Finally, we note that Viper's Ex-style commands can be made to work on the
3220 current Emacs region. This is done by typing a digit argument before
3221 @kbd{:}. For instance, typing @kbd{1:} will prompt you with something like
3222 @emph{:123,135}, assuming that the current region starts at line 123 and
3223 ends at line 135. There is no need to type the line numbers, since Viper
3224 inserts them automatically in front of the Ex command.
3225 @cindex Ex commands
3226
3227 @node Text Handling, Display, Groundwork, Commands
3228 @section Text Handling
3229
3230 @menu
3231 * Move Commands:: Moving, Searching
3232 * Marking:: Textmarkers in Viper and the Emacs Mark.
3233 * Appending Text:: Text insertion, Shifting, Putting
3234 * Editing in Insert State:: Autoindent, Quoting etc.
3235 * Deleting Text:: Deleting
3236 * Changing Text:: Changing, Replacement, Joining
3237 * Search and Replace:: Searches, Query Replace, Pattern Commands
3238 * Yanking:: Yanking, Viewing Registers
3239 * Undoing:: Multiple Undo, Backups
3240 @end menu
3241
3242 @node Move Commands,Marking,,Text Handling
3243 @subsection Move Commands
3244
3245 @cindex movement commands
3246 @cindex searching
3247 @cindex textmarkers
3248 @cindex markers
3249 @cindex column movement
3250 @cindex paragraphs
3251 @cindex headings
3252 @cindex sections
3253 @cindex sentences
3254 @cindex matching parens
3255 @cindex paren matching
3256
3257 @table @kbd
3258 @item <count> h C-h
3259 <count> chars to the left.
3260 @item <count> j <lf> C-n
3261 <count> lines downward.
3262 @item <count> l <sp>
3263 <count> chars to the right.
3264 @item <count> k C-p
3265 <count> lines upward.
3266 @item <count> $
3267 To the end of line <count> from the cursor.
3268 @item <count> ^
3269 To the first CHAR <count> @minus{} 1 lines lower.
3270 @item <count> -
3271 To the first CHAR <count> lines higher.
3272 @item <count> + <cr>
3273 To the first CHAR <count> lines lower.
3274 @item 0
3275 To the first char of the line.
3276 @item <count> |
3277 To column <count>
3278 @item <count> f<char>
3279 <count> <char>s to the right (find).
3280 @item <count> t<char>
3281 Till before <count> <char>s to the right.
3282 @item <count> F<char>
3283 <count> <char>s to the left.
3284 @item <count> T<char>
3285 Till after <count> <char>s to the left.
3286 @item <count> ;
3287 Repeat latest @kbd{f t F T} <count> times.
3288 @item <count> ,
3289 Repeat latest @kbd{f t F T}
3290 <count> times in opposite direction.
3291 @item <count> w
3292 <count> words forward.
3293 @item <count> W
3294 <count> WORDS forward.
3295 @item <count> b
3296 <count> words backward.
3297 @item <count> B
3298 <count> WORDS backward.
3299 @item <count> e
3300 To the end of word <count> forward.
3301 @item <count> E
3302 To the end of WORD <count> forward.
3303 @item <count> G
3304 Go to line <count> (default end-of-file).
3305 @item <count> H
3306 To line <count> from top of the screen (home).
3307 @item <count> L
3308 To line <count> from bottom of the screen (last).
3309 @item M
3310 To the middle line of the screen.
3311 @item <count> )
3312 <count> sentences forward.
3313 @item <count> (
3314 <count> sentences backward.
3315 @item <count> @}
3316 <count> paragraphs forward.
3317 @item <count> @{
3318 <count> paragraphs backward.
3319 @item <count> ]]
3320 To the <count>th heading.
3321 @item <count> [[
3322 To the <count>th previous heading.
3323 @item <count> []
3324 To the end of <count>th heading.
3325 @item m<a-z>
3326 Mark the cursor position with a letter.
3327 @item `<a-z>
3328 To the mark.
3329 @item '<a-z>
3330 To the first CHAR of the line with the mark.
3331 @item [<a-z>
3332 Show contents of textmarker.
3333 @item ]<a-z>
3334 Show contents of register.
3335 @item ``
3336 To the cursor position before the latest absolute
3337 jump (of which are examples @kbd{/} and @kbd{G}).
3338 @item ''
3339 To the first CHAR of the line on which the cursor
3340 was placed before the latest absolute jump.
3341 @item <count> /<string>
3342 To the <count>th occurrence of <string>.
3343 @item <count> /<cr>
3344 To the <count>th occurrence of <string> from previous @kbd{/ or ?}.
3345 @item <count> ?<string>
3346 To the <count>th previous occurrence of <string>.
3347 @item <count> ?<cr>
3348 To the <count>th previous occurrence of <string> from previous @kbd{?@: or /}.
3349 @item n
3350 Repeat latest @kbd{/} @kbd{?} (next).
3351 @item N
3352 Repeat latest search in opposite direction.
3353 @item C-c /
3354 Without a prefix argument, this command toggles
3355 case-sensitive/case-insensitive search modes and plain vanilla/regular
3356 expression search. With the prefix argument 1, i.e.,
3357 @kbd{1 C-c /}, this toggles case-sensitivity; with the prefix argument 2,
3358 toggles plain vanilla search and search using
3359 regular expressions. @xref{Viper Specials}, for alternative ways to invoke
3360 this function.
3361 @cindex vanilla search
3362 @cindex case-sensitive search
3363 @cindex case-insensitive search
3364 @item %
3365 Find the next bracket/parenthesis/brace and go to its match.
3366 By default, Viper ignores brackets/parentheses/braces that occur inside
3367 parentheses. You can change this by setting
3368 @code{viper-parse-sexp-ignore-comments} to @code{nil} in your @file{.viper} file.
3369 This option can also be toggled interactively if you quickly hit @kbd{%%%}.
3370
3371 This latter feature is implemented as a vi-style keyboard macro. If you
3372 don't want this macro, put
3373
3374 @example
3375 (viper-set-parsing-style-toggling-macro 'undefine)
3376 @end example
3377 @findex @code{viper-set-parsing-style-toggling-macro}
3378
3379 in your @file{~/.viper} file.
3380
3381 @end table
3382 @kindex @kbd{%}
3383 @kindex @kbd{C-c /}
3384 @kindex @kbd{N}
3385 @kindex @kbd{n}
3386 @kindex @kbd{?<cr>}
3387 @kindex @kbd{/<cr>}
3388 @kindex @kbd{?<string>}
3389 @kindex @kbd{/<string>}
3390 @kindex @kbd{''}
3391 @kindex @kbd{``}
3392 @kindex @kbd{]<a-z>}
3393 @kindex @kbd{[<a-z>}
3394 @kindex @kbd{'<a-z>}
3395 @kindex @kbd{`<a-z>}
3396 @kindex @kbd{m<a-z>}
3397 @kindex @kbd{[]}
3398 @kindex @kbd{[[}
3399 @kindex @kbd{]]}
3400 @kindex @kbd{@{}
3401 @kindex @kbd{@}}
3402 @kindex @kbd{(}
3403 @kindex @kbd{)}
3404 @kindex @kbd{M}
3405 @kindex @kbd{L}
3406 @kindex @kbd{H}
3407 @kindex @kbd{G}
3408 @kindex @kbd{E}
3409 @kindex @kbd{e}
3410 @kindex @kbd{B}
3411 @kindex @kbd{b}
3412 @kindex @kbd{W}
3413 @kindex @kbd{w}
3414 @kindex @kbd{,}
3415 @kindex @kbd{;}
3416 @kindex @kbd{T<char>}
3417 @kindex @kbd{F<char>}
3418 @kindex @kbd{t<char>}
3419 @kindex @kbd{f<char>}
3420 @kindex @kbd{|}
3421 @kindex @kbd{0}
3422 @kindex @kbd{<cr>}
3423 @kindex @kbd{+}
3424 @kindex @kbd{-}
3425 @kindex @kbd{^}
3426 @kindex @kbd{$}
3427 @kindex @kbd{C-p}
3428 @kindex @kbd{<lf>}
3429 @kindex @kbd{<sp>}
3430 @kindex @kbd{C-n}
3431 @kindex @kbd{C-h}
3432 @kindex @kbd{h}
3433 @kindex @kbd{j}
3434 @kindex @kbd{k}
3435 @kindex @kbd{l}
3436 @vindex @code{viper-parse-sexp-ignore-comments}
3437
3438 @node Marking,Appending Text,Move Commands,Text Handling
3439 @subsection Marking
3440
3441 Emacs mark is referred to in the region specifiers @kbd{r} and @kbd{R}.
3442 @xref{Emacs Preliminaries}, and @xref{Basics}, for explanation. Also
3443 see @ref{Mark,,Mark,emacs,The GNU Emacs manual}, for an explanation of
3444 the Emacs mark ring.
3445
3446 @cindex marking
3447
3448 @table @kbd
3449 @item m<a-z>
3450 Mark the current file and position with the specified letter.
3451 @item m .
3452 Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
3453 @item m ^
3454 Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
3455 set with the @kbd{m.} command. This is useful when you set the mark with
3456 @kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
3457 it in a way that you didn't like.
3458 @item m <
3459 Set the Emacs mark at beginning of buffer.
3460 @item m >
3461 Set the Emacs mark at end of buffer.
3462 @item m ,
3463 Jump to the Emacs mark.
3464 @item :mark <char>
3465 Mark position with text marker named <char>. This is an Ex command.
3466 @item :k <char>
3467 Same as @kbd{:mark}.
3468 @item ``
3469 Exchange point and mark.
3470 @item ''
3471 Exchange point and mark and go to the first CHAR on line.
3472 @item '<a-z>
3473 Go to specified Viper mark.
3474 @item
3475 Go to specified Viper mark and go to the first CHAR on line.
3476 @end table
3477 @kindex @kbd{m<a-z>}
3478 @kindex @kbd{m.}
3479 @kindex @kbd{m>}
3480 @kindex @kbd{m<}
3481 @kindex @kbd{m,}
3482 @kindex @kbd{m^}
3483 @findex @kbd{:mark}
3484 @findex @kbd{:k}
3485 @kindex @kbd{''}
3486 @kindex @kbd{``}
3487 @kindex @kbd{`<a-z>}
3488 @kindex @kbd{'<a-z>}
3489
3490 @node Appending Text, Editing in Insert State, Marking,Text Handling
3491 @subsection Appending Text
3492
3493 @xref{Options}, to see how to change tab and shiftwidth size. See the GNU
3494 Emacs manual, or try @kbd{C-ha tabs} (If you have turned Emacs help on).
3495 Check out the variable @code{indent-tabs-mode} to put in just spaces.
3496 Also see options for word-wrap.
3497
3498 @cindex inserting
3499 @cindex appending
3500 @cindex paste
3501 @cindex put
3502
3503 @table @kbd
3504 @item <count> a
3505 <count> times after the cursor.
3506 @item <count> A
3507 <count> times at the end of line.
3508 @item <count> i
3509 <count> times before the cursor (insert).
3510 @item <count> I
3511 <count> times before the first CHAR of the line
3512 @item <count> o
3513 On a new line below the current (open).
3514 The count is only useful on a slow terminal.
3515 @item <count> O
3516 On a new line above the current.
3517 The count is only useful on a slow terminal.
3518 @item <count> ><move>
3519 Shift the lines described by <count><move> one
3520 shiftwidth to the right (layout!).
3521 @item <count> >>
3522 Shift <count> lines one shiftwidth to the right.
3523 @item <count> ["<a-z1-9>]p
3524 Put the contents of the (default undo) buffer
3525 <count> times after the cursor. The register will
3526 be automatically down-cased.
3527 @item <count> ["<a-z1-9>]P
3528 Put the contents of the (default undo) buffer
3529 <count> times before the cursor. The register will
3530 @item [<a-z>
3531 Show contents of textmarker.
3532 @item ]<a-z>
3533 Show contents of register.
3534 @item <count> .
3535 Repeat previous command <count> times. For destructive
3536 commands as well as undo.
3537 @item f1 1 and f1 2
3538 While @kbd{.} repeats the last destructive command,
3539 these two macros repeat the second-last and the third-last destructive
3540 commands. @xref{Vi Macros}, for more information on Vi macros.
3541 @item C-c M-p and C-c M-n
3542 In Vi state,
3543 these commands help peruse the history of Vi's destructive commands.
3544 Successive typing of @kbd{C-c M-p} causes Viper to search the history in
3545 the direction
3546 of older commands, while hitting @kbd{C-c M-n} does so in reverse
3547 order. Each command in the history is displayed in the minibuffer. The
3548 displayed command can
3549 then be executed by typing `@kbd{.}'.
3550
3551 Since typing the above sequences of keys may be tedious, the
3552 functions doing the perusing can be bound to unused keyboard keys in the
3553 @file{~/.viper} file. @xref{Viper Specials}, for details.
3554 @end table
3555 @kindex @kbd{C-c M-p}
3556 @kindex @kbd{C-c M-n}
3557 @kindex @kbd{.}
3558 @kindex @kbd{]<a-z>}
3559 @kindex @kbd{[<a-z>}
3560 @kindex @kbd{P}
3561 @kindex @kbd{p}
3562 @kindex @kbd{"<a-z1-9>p}
3563 @kindex @kbd{"<a-z1-9>P}
3564 @kindex @kbd{>>}
3565 @kindex @kbd{><move>}
3566 @kindex @kbd{O}
3567 @kindex @kbd{o}
3568 @kindex @kbd{i}
3569 @kindex @kbd{A}
3570 @kindex @kbd{a}
3571
3572 @node Editing in Insert State, Deleting Text, Appending Text,Text Handling
3573 @subsection Editing in Insert State
3574
3575 Minibuffer can be edited similarly to Insert state, and you can switch
3576 between Insert/Replace/Vi states at will.
3577 Some users prefer plain Emacs feel in the minibuffer. To this end, set
3578 @var{viper-vi-style-in-minibuffer} to @code{nil}.
3579
3580 @cindex Insert state
3581
3582 @table @kbd
3583 @item C-v
3584 Deprive the next char of its special meaning (quoting).
3585 @item C-h
3586 One char back.
3587 @item C-w
3588 One word back.
3589 @item C-u
3590 Back to the begin of the change on the
3591 current line.
3592
3593 @end table
3594 @kindex @kbd{C-u}
3595 @kindex @kbd{C-w}
3596 @kindex @kbd{C-v}
3597
3598 @node Deleting Text, Changing Text, Editing in Insert State, Text Handling
3599 @subsection Deleting Text
3600
3601
3602 There is one difference in text deletion that you should be
3603 aware of. This difference comes from Emacs and was adopted in Viper
3604 because we find it very useful. In Vi, if you delete a line, say, and then
3605 another line, these two deletions are separated and are put back
3606 separately if you use the @samp{p} command. In Emacs (and Viper), successive
3607 series of deletions that are @emph{not interrupted} by other commands are
3608 lumped together, so the deleted text gets accumulated and can be put back
3609 as one chunk. If you want to break a sequence of deletions so that the
3610 newly deleted text could be put back separately from the previously deleted
3611 text, you should perform a non-deleting action, e.g., move the cursor one
3612 character in any direction.
3613
3614 @cindex shifting text
3615
3616 @table @kbd
3617 @item <count> x
3618 Delete <count> chars under and after the cursor.
3619 @item <count> X
3620 Delete <count> chars before the cursor.
3621 @item <count> d<move>
3622 Delete from point to endpoint of <count><move>.
3623 @item <count> dd
3624 Delete <count> lines.
3625 @item D
3626 The rest of the line.
3627 @item <count> <<move>
3628 Shift the lines described by <count><move> one
3629 shiftwidth to the left (layout!).
3630 @item <count> <<
3631 Shift <count> lines one shiftwidth to the left.
3632 @end table
3633 @kindex @kbd{<<}
3634 @kindex @kbd{<<move>}
3635 @kindex @kbd{D}
3636 @kindex @kbd{dd}
3637 @kindex @kbd{d<move>}
3638 @kindex @kbd{X}
3639 @kindex @kbd{x}
3640
3641 @node Changing Text, Search and Replace, Deleting Text,Text Handling
3642 @subsection Changing Text
3643
3644 @cindex joining lines
3645 @cindex changing case
3646 @cindex quoting regions
3647 @cindex substitution
3648
3649 @table @kbd
3650 @item <count> r<char>
3651 Replace <count> chars by <char>; no <esc>.
3652 @item <count> R
3653 Overwrite the rest of the line,
3654 appending change @var{count} @minus{} 1 times.
3655 @item <count> s
3656 Substitute <count> chars.
3657 @item <count> S
3658 Change <count> lines.
3659 @item <count> c<move>
3660 Change from begin to endpoint of <count><move>.
3661 @item <count> cc
3662 Change <count> lines.
3663 @item <count> C
3664 The rest of the line and <count> @minus{} 1 next lines.
3665 @item <count> =<move>
3666 Reindent the region described by move.
3667 @item <count> ~
3668 Switch lower and upper cases.
3669 @item <count> J
3670 Join <count> lines (default 2).
3671 @item :[x,y]s/<pat>/<repl>/<f>
3672 Substitute (on lines x through y) the pattern
3673 <pat> (default the last pattern) with <repl>. Useful
3674 flags <f> are @samp{g} for @samp{global} (i.e., change every
3675 non-overlapping occurrence of <pat>) and @samp{c} for
3676 @samp{confirm} (type @samp{y} to confirm a particular
3677 substitution, else @samp{n} ). Instead of @kbd{/} any
3678 punctuation CHAR unequal to <space> <tab> and <lf> can be used as
3679 delimiter.
3680
3681 In Emacs, @samp{\&} stands for the last matched expression, so
3682 @kbd{s/[ab]+/\&\&/} will double the string matched by @kbd{[ab]}.
3683 Viper doesn't treat @samp{&} specially, unlike Vi: use @samp{\&} instead.
3684
3685 Viper does not parse search patterns and does not expand special symbols
3686 found there (e.g., @samp{~} is not expanded to the result of the previous
3687 substitution).
3688
3689 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3690 can be used in <repl>}.
3691 @item :[x,y]copy [z]
3692 Copy text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3693 @item :[x,y]t [z]
3694 Same as @kbd{:copy}.
3695 @item :[x,y]move [z]
3696 Move text between @kbd{x} and @kbd{y} to the position after @kbd{z}.
3697 @item &
3698 Repeat latest Ex substitute command, e.g.,
3699 @kbd{:s/wrong/right}.
3700 @item :x,yp
3701 @itemx :g/Pat/p
3702 @itemx :v/Pat/p
3703 The above commands display certain buffer lines in a
3704 temporary buffer. The first form above displays the buffer lines between
3705 @kbd{x} and @kbd{y}. The second displays the lines of the buffer, which
3706 match a given pattern. The third form displays the lines that do @emph{not}
3707 match the given pattern.
3708 @item #c<move>
3709 Change upper-case characters in the region to lower-case.
3710 @item #C<move>
3711 Change lower-case characters in the region to upper-case.
3712 @item #q<move>
3713 Insert specified string at the beginning of each line in the region
3714 @item C-c M-p and C-c M-n
3715 In Insert and Replace states, these keys are bound to commands that peruse
3716 the history of the text
3717 previously inserted in other insert or replace commands. By repeatedly typing
3718 @kbd{C-c M-p} or @kbd{C-c M-n}, you will cause Viper to
3719 insert these previously used strings one by one.
3720 When a new string is inserted, the previous one is deleted.
3721
3722 In Vi state, these keys are bound to functions that peruse the history of
3723 destructive Vi commands.
3724 @xref{Viper Specials}, for details.
3725 @end table
3726 @kindex @kbd{C-c M-p}
3727 @kindex @kbd{C-c M-n}
3728 @kindex @kbd{#q<move> }
3729 @kindex @kbd{#C<move>}
3730 @kindex @kbd{#c<move>}
3731 @kindex @kbd{&}
3732 @kindex @kbd{\&}
3733 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3734 @findex @kbd{:s/<pat>/<repl>/<f>}
3735 @findex @kbd{:copy [z]}
3736 @findex @kbd{:t [z]}
3737 @findex @kbd{:move [z]}
3738 @kindex @kbd{J}
3739 @kindex @kbd{~}
3740 @kindex @kbd{=<move>}
3741 @kindex @kbd{C}
3742 @kindex @kbd{cc}
3743 @kindex @kbd{c<move>}
3744 @kindex @kbd{S}
3745 @kindex @kbd{s}
3746 @kindex @kbd{R}
3747 @kindex @kbd{r<char>}
3748
3749 @node Search and Replace, Yanking, Changing Text,Text Handling
3750 @subsection Search and Replace
3751
3752 @xref{Groundwork}, for Ex address syntax. @xref{Options}, to see how to
3753 get literal (non-regular-expression) search and how to stop search from
3754 wrapping around.
3755
3756 @table @kbd
3757 @item C-c /
3758 Toggle case-sensitive search. With prefix argument, toggle vanilla/regular
3759 expression search.
3760 @item <count> /<string>
3761 To the <count>th occurrence of <string>.
3762
3763 Viper does not parse search patterns and does not expand special symbols
3764 found there (e.g., @samp{~} is not expanded to the result of the previous
3765 substitution).
3766
3767 After typing @kbd{/} or @kbd{?} all the usual Emacs minibuffer commands, such as
3768 @kbd{M-p} and @kbd{M-n} are available. In addition, typing @kbd{C-s} will
3769 insert the last search string used by the Emacs incremental search command
3770 (which is bound to @kbd{C-s} everywhere except in this case).
3771
3772 @item <count> ?<string>
3773 To the <count>th previous occurrence of <string>.
3774 @item <count> g<move>
3775 Search for the text described by move. (off by default)
3776 @item n
3777 Repeat latest @kbd{/} @kbd{?} (next).
3778 @item N
3779 Idem in opposite direction.
3780 @item %
3781 Find the next bracket and go to its match
3782 @item :[x,y]g/<string>/<cmd>
3783 @cindex text processing
3784 Search globally [from line x to y] for <string>
3785 and execute the Ex <cmd> on each occurrence.
3786 @item :[x,y]v/<string>/<cmd>
3787 Execute <cmd> on the lines that don't match.
3788 @item #g<move>
3789 Execute the last keyboard macro for each line in the region.
3790 @xref{Macros and Registers}, for more info.
3791 @item Q
3792 Query Replace.
3793 @item :ta <name>
3794 Search in the tags file where <name> is defined (file, line), and go to it.
3795 @item :[x,y]s/<pat>/<repl>/<f>
3796 Substitute (on lines x through y) the pattern <pat> (default the last
3797 pattern) with <repl>. Useful
3798 flags <f> are @samp{g} for @samp{global} (i.e., change every
3799 non-overlapping occurrence of <pat>) and @samp{c} for
3800 @samp{confirm} (type @samp{y} to confirm a particular
3801 substitution, else @samp{n}). Instead of @kbd{/} any
3802 punctuation character other than <space> <tab> and <lf> can be used as
3803 delimiter.
3804
3805 Note: @emph{The newline character (inserted as @kbd{C-qC-j})
3806 can be used in <repl>}.
3807 @item &
3808 Repeat latest Ex substitute command, e.g., @kbd{:s/wrong/right}.
3809 @item :global /<pattern>/<ex-command>
3810 @itemx :g /<pattern>/<ex-command>
3811 Execute <ex-command> on all lines that match <pattern>.
3812 @item :vglobal /<pattern>/<ex-command>
3813 @itemx :v /<pattern>/<ex-command>
3814 Execute <ex-command> on all lines that do not match <pattern>.
3815 @end table
3816 @kindex @kbd{&}
3817 @findex @kbd{:substitute/<pat>/<repl>/<f>}
3818 @kindex @kbd{Q}
3819 @kindex @kbd{#g<move>}
3820 @findex @kbd{:v}
3821 @findex @kbd{:g}
3822 @findex @kbd{:global}
3823 @findex @kbd{:vglobal}
3824 @findex @kbd{:tag <name>}
3825 @kindex @kbd{%}
3826 @kindex @kbd{N}
3827 @kindex @kbd{n}
3828 @kindex @kbd{g<move>}
3829 @kindex @kbd{?<string>}
3830 @kindex @kbd{/<string>}
3831
3832 @node Yanking,Undoing,Search and Replace,Text Handling
3833 @subsection Yanking
3834
3835 @cindex cut and paste
3836 @cindex paste
3837
3838 @table @kbd
3839 @item <count> y<move>
3840 Yank from begin to endpoint of <count><move>.
3841 @item <count> "<a-z>y<move>
3842 Yank from begin to endpoint of <count><move> to register.
3843 @item <count> "<A-Z>y<move>
3844 Yank from begin to endpoint of <count><move> and append
3845 to register.
3846 @item <count> yy
3847 <count> lines.
3848 @item <count> Y
3849 Idem (should be equivalent to @kbd{y$} though).
3850 @item m<a-z>
3851 Mark the cursor position with a letter.
3852 @item [<a-z>
3853 Show contents of textmarker.
3854 @item ]<a-z>
3855 Show contents of register.
3856 @item <count> ["<a-z1-9>]p
3857 Put the contents of the (default undo) buffer
3858 <count> times after the cursor. The register will
3859 be automatically down-cased.
3860 @item <count> ["<a-z1-9>]P
3861 Put the contents of the (default undo) buffer
3862 <count> times before the cursor. The register will
3863 @end table
3864 @kindex @kbd{P}
3865 @kindex @kbd{p}
3866 @kindex @kbd{"<a-z1-9>p}
3867 @kindex @kbd{"<a-z1-9>P}
3868 @kindex @kbd{]<a-z>}
3869 @kindex @kbd{[<a-z>}
3870 @kindex @kbd{m<a-z>}
3871 @kindex @kbd{Y}
3872 @kindex @kbd{yy}
3873 @kindex @kbd{"<A-Z>y<move>}
3874 @kindex @kbd{"<a-z>y<move>}
3875 @kindex @kbd{y<move>}
3876 @kindex @kbd{yank}
3877 @findex @kbd{:yank}
3878
3879 @node Undoing,, Yanking,Text Handling
3880 @subsection Undoing
3881
3882 @cindex undo
3883 @cindex backup files
3884
3885 @table @kbd
3886 @item u U
3887 Undo the latest change.
3888 @item .
3889 Repeat undo.
3890 @item :q!
3891 Quit Vi without writing.
3892 @item :e!
3893 Re-edit a messed-up file.
3894 @item :rec
3895 Recover file from autosave. Viper also creates backup files
3896 that have a @samp{~} appended to them.
3897 @end table
3898 @findex @kbd{:rec}
3899 @findex @kbd{:e!}
3900 @findex @kbd{:q!}
3901 @kindex @kbd{.}
3902 @kindex @kbd{U}
3903 @kindex @kbd{u}
3904
3905 @node Display, File and Buffer Handling, Text Handling, Commands
3906 @section Display
3907
3908 @cindex scrolling
3909
3910 @table @kbd
3911 @item C-g
3912 At user level 1,
3913 give file name, status, current line number
3914 and relative position.@*
3915 At user levels 2 and higher, abort the current command.
3916 @item C-c g
3917 Give file name, status, current line number and relative position---all
3918 user levels.
3919 @item C-l
3920 Refresh the screen.
3921 @item <count> C-e
3922 Expose <count> more lines at bottom, cursor stays put (if possible).
3923 @item <count> C-y
3924 Expose <count> more lines at top, cursor stays put (if possible).
3925 @item <count> C-d
3926 Scroll <count> lines downward (default the number of the previous scroll;
3927 initialization: half a page).
3928 @item <count> C-u
3929 Scroll <count> lines upward (default the number of the previous scroll;
3930 initialization: half a page).
3931 @item <count> C-f
3932 <count> pages forward.
3933 @item <count> C-b
3934 <count> pages backward (in older versions @kbd{C-b} only works without count).
3935 @item <count> z<cr>
3936 @item zH
3937 Put line <count> at the top of the window (default the current line).
3938 @item <count> z-
3939 @item zL
3940 Put line <count> at the bottom of the window
3941 (default the current line).
3942 @item <count> z.
3943 @item zM
3944 Put line <count> in the center of the window
3945 (default the current line).
3946 @end table
3947 @kindex @kbd{zM}
3948 @kindex @kbd{zL}
3949 @kindex @kbd{zH}
3950 @kindex @kbd{z<cr>}
3951 @kindex @kbd{z.}
3952 @kindex @kbd{z-}
3953 @kindex @kbd{z<cr>}
3954 @kindex @kbd{C-b}
3955 @kindex @kbd{C-f}
3956 @kindex @kbd{C-u}
3957 @kindex @kbd{C-d}
3958 @kindex @kbd{C-y}
3959 @kindex @kbd{C-e}
3960 @kindex @kbd{C-l}
3961 @kindex @kbd{C-g}
3962
3963
3964 @node File and Buffer Handling, Mapping, Display,Commands
3965 @section File and Buffer Handling
3966
3967 @cindex multiple files
3968
3969 In all file handling commands, space should be typed before entering the file
3970 name. If you need to type a modifier, such as @kbd{>>} or @kbd{!}, don't
3971 put any space between the command and the modifier.
3972
3973 Note that many Ex commands, e.g., @kbd{:w}, accept command arguments. The
3974 effect is that the command would start acting on the current region. For
3975 instance, if the current region spans the lines 11 through 22, then if you
3976 type @kbd{1:w} you would see @samp{:11,22w} in the minibuffer.
3977
3978 @table @kbd
3979 @item :q
3980 Quit buffer except if modified.
3981 @item :q!
3982 Quit buffer without checking. In Viper, these two commands
3983 are identical. Confirmation is required if exiting modified buffers that
3984 visit files.
3985 @item :suspend
3986 @item :stop
3987 Suspend Viper
3988 @item :[x,y] w
3989 Write the file. Viper makes sure that a final newline is always added to
3990 any file where this newline is missing. This is done by setting Emacs
3991 variable @code{require-final-newline} to @code{t}. If you don't like this
3992 feature, use @code{setq-default} to set @code{require-final-newline} to
3993 @code{nil}. This must be done in @file{.viper} file.
3994 @item :[x,y] w <name>
3995 Write to the file <name>.
3996 @item :[x,y] w>> <name>
3997 Append the buffer to the file <name>. There should be no space between
3998 @kbd{w} and @kbd{>>}. Type space after the @kbd{>>} and see what happens.
3999 @item :w!@: <name>
4000 Overwrite the file <name>. In Viper, @kbd{:w} and @kbd{:w!} are identical.
4001 Confirmation is required for writing to an existing file (if this is not
4002 the file the buffer is visiting) or to a read-only file.
4003 @item :x,y w <name>
4004 Write lines x through y to the file <name>.
4005 @item :wq
4006 Write the file and kill buffer.
4007 @item :r <file> [<file> ...]
4008 Read file into a buffer, inserting its contents after the current line.
4009 @item :xit
4010 Same as @kbd{:wq}.
4011 @item :Write
4012 @itemx :W
4013 Save all unsaved buffers, asking for confirmation.
4014 @item :WWrite
4015 @itemx :WW
4016 Like @kbd{W}, but without asking for confirmation.
4017 @item ZZ
4018 Save current buffer and kill it. If user level is 1, then save all files
4019 and kill Emacs. Killing Emacs is the wrong way to use it, so you should
4020 switch to higher user levels as soon as possible.
4021 @item :x [<file>]
4022 Save and kill buffer.
4023 @item :x!@: [<file>]
4024 @kbd{:w![<file>]} and @kbd{:q}.
4025 @item :pre
4026 Preserve the file---autosave buffers.
4027 @item :rec
4028 Recover file from autosave.
4029 @item :f [<file>]
4030 without the argument, prints file name and character/line information afout
4031 the currently visited file. With an argument, sets the currently visited
4032 filename to @file{file}.
4033 @item :cd [<dir>]
4034 Set the working directory to <dir> (default home directory).
4035 @item :pwd
4036 Print present working directory.
4037 @item :e [+<cmd>] <files>
4038 Edit files. If no filename is given, edit the file visited by the current
4039 buffer. If buffer was modified or the file changed on disk, ask for
4040 confirmation. Unlike Vi, Viper allows @kbd{:e} to take multiple arguments.
4041 The first file is edited the same way as in Vi. The rest are visited
4042 in the usual Emacs way.
4043 @item :e!@: [+<cmd>] <files>
4044 Re-edit file. If no filename, re-edit current file.
4045 In Viper, unlike Vi, @kbd{e!} is identical to @kbd{:e}. In both cases, the
4046 user is asked to confirm if there is a danger of discarding changes to a
4047 buffer.
4048 @item :q!
4049 Quit Vi without writing.
4050 @item C-^
4051 Edit the alternate (normally the previous) file.
4052 @item :rew
4053 Obsolete
4054 @item :args
4055 List files not shown anywhere with counts for next
4056 @item :n [count] [+<cmd>] [<files>]
4057 Edit <count> file, or edit files. The count comes from @kbd{:args}.
4058 @item :N [count] [+<cmd>] [<files>]
4059 Like @kbd{:n}, but the meaning of the variable
4060 @var{ex-cycle-other-window} is reversed.
4061 @item :b
4062 Switch to another buffer. If @var{ex-cycle-other-window} is @code{t},
4063 switch in another window. Buffer completion is supported.
4064 The variable @var{viper-read-buffer-function} controls which function is
4065 actually used to read the buffer name. The default is @code{read-buffer},
4066 but better alternatives are also available in Emacs (e.g.,
4067 @code{iswitchb-read-buffer}).
4068 @vindex @var{viper-read-buffer-function}
4069 @item :B
4070 Like @kbd{:b}, but the meaning of @var{ex-cycle-other-window} is reversed.
4071 @item :<address>r <name>
4072 Read the file <name> into the buffer after the line <address>.
4073 @item v, V, C-v
4074 Edit a file in current or another window, or in another frame. File name
4075 is typed in minibuffer. File completion and history are supported.
4076 @end table
4077 @kindex @kbd{v}
4078 @kindex @kbd{V}
4079 @findex @kbd{:args}
4080 @findex @kbd{:rew}
4081 @kindex @kbd{C-^}
4082 @findex @kbd{:e!@: [<files>]}
4083 @findex @kbd{:e [<files>]}
4084 @findex @kbd{:edit [<files>]}
4085 @findex @kbd{:edit!@: [<files>]}
4086 @findex @kbd{:q!}
4087 @findex @kbd{:q}
4088 @findex @kbd{:quit}
4089 @findex @kbd{:quit!}
4090 @findex @kbd{:f}
4091 @findex @kbd{:rec}
4092 @findex @kbd{:r}
4093 @findex @kbd{:read}
4094 @findex @kbd{:pre}
4095 @kindex @kbd{ZZ}
4096 @findex @kbd{:wq}
4097 @findex @kbd{:w <file>}
4098 @findex @kbd{:w!@: <file>}
4099 @findex @kbd{:w >> <file>}
4100 @findex @kbd{:write <file>}
4101 @findex @kbd{:write!@: <file>}
4102 @findex @kbd{:write >> <file>}
4103 @findex @kbd{:W}
4104 @findex @kbd{:WW}
4105 @findex @kbd{:Write}
4106 @findex @kbd{:WWrite}
4107 @findex @kbd{:WWrite}
4108 @findex @kbd{:x}
4109 @findex @kbd{:x!}
4110 @findex @kbd{:suspend}
4111 @findex @kbd{:stop}
4112 @findex @kbd{:n [<count> | <file>]}
4113 @findex @kbd{:cd [<dir>]}
4114 @findex @kbd{:pwd}
4115
4116 @node Mapping, Shell Commands, File and Buffer Handling, Commands
4117 @section Mapping
4118
4119 @cindex key bindings
4120 @cindex key mapping
4121
4122 @table @kbd
4123 @item :map <string>
4124 Start defining a Vi-style keyboard macro.
4125 For instance, typing
4126 @kbd{:map www} followed by @kbd{:!wc %} and then typing @kbd{C-x )}
4127 will cause @kbd{www} to run wc on
4128 current file (Vi replaces @samp{%} with the current file name).
4129 @item C-x )
4130 Finish defining a keyboard macro.
4131 In Viper, this command completes the process of defining all keyboard
4132 macros, whether they are Emacs-style or Vi-style.
4133 This is a departure from Vi, needed to allow WYSIWYG mapping of
4134 keyboard macros and to permit the use of function keys and arbitrary Emacs
4135 functions in the macros.
4136 @item :unmap <string>
4137 Deprive <string> of its mappings in Vi state.
4138 @item :map!@: <string>
4139 Map a macro for Insert state.
4140 @item :unmap!@: <string>
4141 Deprive <string> of its mapping in Insert state (see @kbd{:unmap}).
4142 @item @@<a-z>
4143 In Vi state,
4144 execute the contents of register as a command.
4145 @item @@@@
4146 In Vi state,
4147 repeat last register command.
4148 @item @@#
4149 In Vi state,
4150 begin keyboard macro. End with @@<a-z>. This will
4151 put the macro in the proper register. Register will
4152 be automatically down-cased.
4153 @xref{Macros and Registers}, for more info.
4154 @item @@!<a-z>
4155 In Vi state,
4156 yank anonymous macro to register
4157 @item *
4158 In Vi state,
4159 execute anonymous macro (defined by C-x( and C-x )).
4160 @item C-x e
4161 Like @kbd{*}, but works in all Viper states.
4162 @item #g<move>
4163 Execute the last keyboard macro for each line in the region.
4164 @xref{Macros and Registers}, for more info.
4165 @item [<a-z>
4166 Show contents of textmarker.
4167 @item ]<a-z>
4168 Show contents of register.
4169 @end table
4170 @kindex @kbd{]<a-z>}
4171 @kindex @kbd{[<a-z>}
4172 @kindex @kbd{#g<move>}
4173 @kindex @kbd{*}
4174 @kindex @kbd{@@!<a-z>}
4175 @kindex @kbd{@@#}
4176 @kindex @kbd{@@@@}
4177 @kindex @kbd{@@<a-z>}
4178 @findex @kbd{:unmap <char>}
4179 @findex @kbd{:map <char> <seq>}
4180 @findex @kbd{:unmap!@: <char>}
4181 @findex @kbd{:map!@: <char> <seq>}
4182
4183 @node Shell Commands, Options, Mapping, Commands
4184 @section Shell Commands
4185
4186 @cindex % (Current file)
4187
4188 The symbol @samp{%} is used in Ex shell commands to mean current file. If
4189 you want a @samp{%} in your command, it must be escaped as @samp{\%}.
4190 @cindex @samp{%} (Ex address)
4191 However if @samp{%} is the first character, it stands as the address for
4192 the whole file.
4193 @cindex @samp{#} (Previous file)
4194 Similarly, @samp{#} expands to the previous file. The previous file is the
4195 first file in @kbd{:args} listing. This defaults to the previous file in
4196 the VI sense if you have one window.@refill
4197
4198 Symbols @samp{%} and @samp{#} are also used in the Ex commands @kbd{:e} and
4199 @kbd{:r <shell-cmd>}. The commands @kbd{:w} and the regular @kbd{:r
4200 <file>} command don't support these meta symbols, because file history is a
4201 better mechanism.
4202
4203 @cindex shell commands
4204
4205 @table @kbd
4206 @item :sh
4207 Execute a subshell in another window
4208 @item :[x,y]!<cmd>
4209 Execute a shell <cmd> [on lines x through y;
4210 % is replace by current file, \% is changed to %
4211 @item :[x,y]!!@: [<args>]
4212 Repeat last shell command [and append <args>].
4213 @item :!<cmd>
4214 Just execute command and display result in a buffer.
4215 @item :!!@: <args>
4216 Repeat last shell command and append <args>
4217 @item <count> !<move><cmd>
4218 The shell executes <cmd>, with standard
4219 input the lines described by <count><move>,
4220 next the standard output replaces those lines
4221 (think of @samp{cb}, @samp{sort}, @samp{nroff}, etc.).
4222 @item <count> !!<cmd>
4223 Give <count> lines as standard input to the
4224 shell <cmd>, next let the standard output
4225 replace those lines.
4226 @item :[x,y] w !<cmd>
4227 Let lines x to y be standard input for <cmd>
4228 (notice the <sp> between @kbd{w} and @kbd{!}).
4229 @item :<address>r !<cmd>
4230 Put the output of <cmd> after the line <address> (default current).
4231 @item :<address>r <name>
4232 Read the file <name> into the buffer after the line <address> (default
4233 current).
4234 @item :make
4235 Run the make command in the current directory.
4236 @end table
4237 @findex @kbd{:<address>r <name>}
4238 @findex @kbd{:<address>r !<cmd>}
4239 @findex @kbd{!<cmd>}
4240 @findex @kbd{!!<cmd>}
4241 @findex @kbd{!<move><cmd>}
4242 @findex @kbd{:w !<cmd>}
4243 @findex @kbd{:x,y w !<cmd>}
4244 @findex @kbd{:!!@: <args>}
4245 @findex @kbd{:!<cmd>}
4246 @findex @kbd{:sh}
4247 @findex @kbd{:make}
4248
4249 @node Options,Emacs Related Commands,Shell Commands,Commands
4250 @section Options
4251
4252 @cindex Vi options
4253
4254 @table @kbd
4255 @item autoindent
4256 @itemx ai
4257 @cindex autoindent
4258 autoindent: In append mode after a <cr> the
4259 cursor will move directly below the first
4260 character on the previous line.
4261 This setting affects the current buffer only.
4262 @item autoindent-global
4263 @itemx ai-global
4264 Same as `autoindent', but affects all buffers.
4265 @item noautoindent
4266 @itemx noai
4267 Cancel autoindent.
4268 @item noautoindent-global
4269 @itemx noai-g
4270 Cancel autoindent-global.
4271 @item ignorecase
4272 @itemx ic
4273 @cindex case and searching
4274 ignorecase: No distinction between upper and lower cases when searching.
4275 @item noignorecase
4276 @itemx noic
4277 Cancel ignorecase.
4278 @item magic
4279 @itemx ma
4280 @cindex literal searching
4281 Regular expressions used in searches; nomagic means no regexps.
4282 @item nomagic
4283 @item noma
4284 Cancel magic.
4285 @item readonly
4286 @itemx ro
4287 @cindex readonly files
4288 readonly: The file is not to be changed.
4289 If the user attempts to write to this file, confirmation will be requested.
4290 @item noreadonly
4291 @itemx noro
4292 Cancel readonly.
4293 @item shell=<string>
4294 @itemx sh=<string>
4295 @cindex shell
4296 shell: The program to be used for shell escapes
4297 (default @samp{$SHELL} (default @file{/bin/sh})).
4298 @item shiftwidth=<count>
4299 @itemx sw=<count>
4300 @cindex layout
4301 @cindex shifting text
4302 shiftwidth: Gives the shiftwidth (default 8 positions).
4303 @item showmatch
4304 @itemx sm
4305 @cindex paren matching
4306 @cindex matching parens
4307 showmatch: Whenever you append a @kbd{)}, Vi shows
4308 its match if it's on the same page; also with
4309 @kbd{@{} and @kbd{@}}. If there's no match, Vi will beep.
4310 @item noshowmatch
4311 @itemx nosm
4312 Cancel showmatch.
4313 @item tabstop=<count>
4314 @itemx ts=<count>
4315 @cindex changing tab width
4316 @cindex tabbing
4317 tabstop: The length of a <ht>; warning: this is
4318 only IN the editor, outside of it <ht>s have
4319 their normal length (default 8 positions).
4320 This setting affects the current buffer only.
4321 @item tabstop-global
4322 @itemx ts-g
4323 Same as `tabstop', but affects all buffers.
4324 @item wrapmargin=<count>
4325 @itemx wm=<count>
4326 @cindex auto fill
4327 @cindex word wrap
4328 wrapmargin: In append mode Vi automatically
4329 puts a <lf> whenever there is a <sp> or <ht>
4330 within <wm> columns from the right margin.
4331 @item wrapscan
4332 @itemx ws
4333 @cindex searching
4334 wrapscan: When searching, the end is
4335 considered @samp{stuck} to the begin of the file.
4336 @item nowrapscan
4337 @itemx nows
4338 Cancel wrapscan.
4339 @item :set <option>
4340 Turn <option> on.
4341 @item :set no<option>
4342 Turn <option> off.
4343 @item :set <option>=<value>
4344 Set <option> to <value>.
4345 @end table
4346 @findex @kbd{:set <option>=<value>}
4347 @findex @kbd{:set no<option>}
4348 @findex @kbd{:set <option>}
4349 @findex @kbd{:set ws}
4350 @findex @kbd{:set wrapscan}
4351 @findex @kbd{:set wm=<count>}
4352 @findex @kbd{:set wrapmargin=<count>}
4353 @findex @kbd{:set ts=<count>}
4354 @findex @kbd{:set tabstop=<count>}
4355 @findex @kbd{:set tab-stop-local=<count>}
4356 @findex @kbd{:set sm}
4357 @findex @kbd{:set showmatch}
4358 @findex @kbd{:set sw=<count>}
4359 @findex @kbd{:set shiftwidth=<count>}
4360 @findex @kbd{:set sh=<string>}
4361 @findex @kbd{:set shell=<string>}
4362 @findex @kbd{:set ro}
4363 @findex @kbd{:set readonly}
4364 @findex @kbd{:set magic}
4365 @findex @kbd{:set ic}
4366 @findex @kbd{:set ignorecase}
4367 @findex @kbd{:set ai}
4368 @findex @kbd{:set autoindent}
4369
4370 @node Emacs Related Commands,,Options,Commands
4371 @section Emacs Related Commands
4372
4373 @table @kbd
4374 @item C-\
4375 Begin Meta command in Vi or Insert states. Most often used as C-\ x (M-x).
4376
4377 Note: Emacs binds @kbd{C-\} to a function that offers to change the
4378 keyboard input method in the multilingual environment. Viper overrides this
4379 binding. However, it is still possible to switch the input method by typing
4380 @kbd{\ C-\} in the Vi command state and @kbd{C-z \ C-\} in the Insert state.
4381 Or you can use the MULE menu on the menubar.
4382 @item C-z
4383 In Insert and Replace states, prepare Viper to accept the next command and
4384 execute it as if Viper was in Vi state. Then return to Insert state.
4385
4386 In Vi state, switch to Emacs state; in Emacs state, switch to Vi state.
4387 @item C-c \
4388 Switches to Vi state for the duration of a single command. Then goes back
4389 to the original Viper state. Works from Vi, Insert, Replace, and Emacs states.
4390 @item C-x0
4391 Close Window
4392 @item C-x1
4393 Close Other Windows
4394 @item C-x2
4395 Split Window
4396 @item C-xo
4397 Move among windows
4398 @item C-xC-f
4399 Emacs find-file, useful in Insert state
4400 @item C-y
4401 Put back the last killed text. Similar to Vi's @kbd{p}, but also works in
4402 Insert and Replace state. This command doesn't work in Vi command state,
4403 since this binding is taken for something else.
4404 @item M-y
4405 Undoes the last @kbd{C-y} and puts another kill from the kill ring.
4406 Using this command, you can try may different kills until you find the one
4407 you need.
4408 @end table
4409 @kindex @kbd{M-y}
4410 @kindex @kbd{C-y}
4411 @kindex @kbd{C-xC-f}
4412 @kindex @kbd{C-xo}
4413 @kindex @kbd{C-x2}
4414 @kindex @kbd{C-x1}
4415 @kindex @kbd{C-x0}
4416 @kindex @kbd{C-z}
4417 @kindex @kbd{C-\}
4418 @kindex @kbd{C-c\}
4419
4420 @node Mouse-bound Commands,,,Commands
4421 @section Mouse-bound Commands
4422
4423 The following two mouse actions are normally bound to special search and
4424 insert commands in of Viper:
4425
4426 @table @kbd
4427 @item S-Mouse-1
4428 Holding Shift and clicking mouse button 1 will
4429 initiate search for
4430 a region under the mouse pointer.
4431 This command can take a prefix argument. Note: Viper sets this
4432 binding only if this mouse action is not
4433 already bound to something else.
4434 @xref{Viper Specials}, for more information.@refill
4435
4436 @item S-Mouse-2
4437 Holding Shift and clicking button 2 of the mouse will
4438 insert a region surrounding the mouse pointer.
4439 This command can also take a prefix argument.
4440 Note: Viper sets this binding only if this mouse action is not
4441 already bound to something else.
4442 @xref{Viper Specials}, for more details.@refill
4443 @end table
4444 @kindex @kbd{S-Mouse-1}
4445 @kindex @kbd{S-Mouse-2}
4446 @kindex @kbd{meta button1up}
4447 @kindex @kbd{meta button2up}
4448
4449 @node Acknowledgments,,,Top
4450 @comment node-name, next, previous, up
4451 @unnumbered Acknowledgments
4452
4453 Viper, formerly known as VIP-19, was written by Michael Kifer. Viper is
4454 based on the original VIP package by Masahiko Sato and on its enhancement,
4455 VIP 4.4, by Aamod Sane. This manual is an adaptation of the manual for VIP
4456 4.4, which, in turn, was based on Sato's manual for VIP 3.5.
4457
4458 Many contributors on the Net pointed out bugs and suggested a number of
4459 useful features. Scott Bronson and Samuel Padgett contributed patches that
4460 were incorporated in this code. Here is a hopefully complete list of
4461 contributors:
4462
4463 @example
4464 aaronl@@vitelus.com (Aaron Lehmann),
4465 ahg@@panix.com (Al Gelders),
4466 amade@@diagram.fr (Paul-Bernard Amade),
4467 ascott@@fws214.intel.com (Andy Scott),
4468 bronson@@trestle.com (Scott Bronson),
4469 cook@@biostat.wisc.edu (Tom Cook),
4470 csdayton@@midway.uchicago.edu (Soren Dayton),
4471 dave@@hellgate.utah.edu,
4472 dm@@scs.cs.nyu.edu (David Mazieres),
4473 dominik@@strw.LeidenUniv.nl (Carsten Dominik),
4474 dwallach@@cs.princeton.edu (Dan Wallach),
4475 dwight@@toolucky.llnl.gov (Dwight Shih),
4476 dxc@@xprt.net (David X Callaway),
4477 edmonds@@edmonds.home.cs.ubc.ca (Brian Edmonds),
4478 gin@@mo.msk.ru (Golubev I.N.),
4479 gviswana@@cs.wisc.edu (Guhan Viswanathan),
4480 gvr@@halcyon.com (George V. Reilly),
4481 hatazaki@@bach.convex.com (Takao Hatazaki),
4482 hpz@@ibmhpz.aug.ipp-garching.mpg.de (Hans-Peter Zehrfeld),
4483 irie@@t.email.ne.jp (Irie Tetsuya),
4484 jackr@@dblues.engr.sgi.com (Jack Repenning),
4485 jamesm@@bga.com (D.J. Miller II),
4486 jjm@@hplb.hpl.hp.com (Jean-Jacques Moreau),
4487 jl@@cse.ogi.edu (John Launchbury),
4488 jobrien@@hchp.org (John O'Brien),
4489 johnw@@borland.com (John Wiegley),
4490 kanze@@gabi-soft.fr (James Kanze),
4491 kin@@isi.com (Kin Cho),
4492 kwzh@@gnu.org (Karl Heuer),
4493 lindstro@@biostat.wisc.edu (Mary Lindstrom),
4494 lektu@@terra.es (Juanma Barranquero),
4495 lennart.borgman.073@@student.lu.se (Lennart Borgman),
4496 minakaji@@osaka.email.ne.jp (Mikio Nakajima),
4497 Mark.Bordas@@East.Sun.COM (Mark Bordas),
4498 meyering@@comco.com (Jim Meyering),
4499 martin@@xemacs.org (Martin Buchholz),
4500 mbutler@@redfernnetworks.com (Malcolm Butler),
4501 mveiga@@dit.upm.es (Marcelino Veiga Tuimil),
4502 paulk@@summit.esg.apertus.com (Paul Keusemann),
4503 pfister@@cs.stonybrook.edu (Hanspeter Pfister),
4504 phil_brooks@@MENTORG.COM (Phil Brooks),
4505 pogrell@@informatik.hu-berlin.de (Lutz Pogrell),
4506 pradyut@@cs.uchicago.edu (Pradyut Shah),
4507 roderick@@argon.org (Roderick Schertler),
4508 rxga@@ulysses.att.com,
4509 sawdey@@lcse.umn.edu (Aaron Sawdey),
4510 simonb@@prl.philips.co.uk (Simon Blanchard),
4511 spadgett1@@nc.rr.com (Samuel Padgett),
4512 stephen@@farrell.org (Stephen Farrell),
4513 storm@@cua.dk (Kim F. Storm),
4514 sudish@@MindSpring.COM (Sudish Joseph),
4515 schwab@@issan.informatik.uni-dortmund.de (Andreas Schwab)
4516 terra@@diku.dk (Morten Welinder),
4517 thanh@@informatics.muni.cz (Han The Thanh),
4518 toma@@convex.convex.com,
4519 vrenjak@@sun1.racal.com (Milan Vrenjak),
4520 whicken@@dragon.parasoft.com (Wendell Hicken),
4521 zapman@@cc.gatech.edu (Jason Zapman II),
4522 @end example
4523
4524 @node GNU Free Documentation License,,, Top
4525 @appendix GNU Free Documentation License
4526 @include doclicense.texi
4527
4528 @node Key Index,Function Index,,Top
4529 @comment node-name, next, previous, up
4530 @unnumbered Key Index
4531
4532 @printindex ky
4533
4534 @node Function Index,Variable Index,Key Index,Top
4535 @comment node-name, next, previous, up
4536 @unnumbered Function Index
4537
4538 @printindex fn
4539
4540 @node Variable Index,Package Index,Function Index,Top
4541 @comment node-name, next, previous, up
4542 @unnumbered Variable Index
4543
4544 @printindex vr
4545
4546 @node Package Index,Concept Index,Variable Index,Top
4547 @comment node-name, next, previous, up
4548 @unnumbered Package Index
4549
4550 @printindex pg
4551
4552 @node Concept Index,,Package Index,Top
4553 @comment node-name, next, previous, up
4554 @unnumbered Concept Index
4555
4556 @printindex cp
4557
4558 @bye