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