| www.delorie.com/gnu/docs/emacs/viper_22.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These commands have no Vi analogs.
viper-no-multiple-ESC to nil
in `.viper'. See section 3. Customization. C-\ in Insert, Replace, or Vi
states will make Emacs think Meta has been hit.(setq viper-re-query-replace nil) in your `.emacs' file to
turn this off. (For normal searches, :se nomagic will work. Note
that :se nomagic turns Regexps off completely, unlike Vi).
downcase-region).
Emacs command M-l does the same for words.
upcase-region).
Emacs command M-u does the same for words.
viper-global-execute).viper-quote-region). The default string is composed of the comment
character(s) appropriate for the current major mode.
spell-region).
The function used for spelling is determined from the variable
viper-spell-function.
Begin/end keyboard macro. @register has a different meaning when used after a @#. See section 2.4 Macros and Registers, for details
In Insert or Replace state, these commands let the user peruse the history of insertion strings used in previous insert or replace commands. Try to hit C-c M-p or C-c M-n repeatedly and see what happens. See section 3.3 Viper Specials, for more.
In Vi state, these commands let the user peruse the history of Vi-style destructive commands, such as dw, J, a, etc. By repeatedly typing C-c M-p or C-c M-n you will cycle Viper through the recent history of Vi commands, displaying the commands one by one. Once an appropriate command is found, it can be executed by typing `.'.
Since typing C-c M-p is tedious, it is more convenient to bind an appropriate function to a function key on the keyboard and use that key. See section 3.3 Viper Specials, for details.
Apart from the new commands, many old commands have been enhanced. Most notably, Vi style macros are much more powerful in Viper than in Vi. See section 3.4 Vi Macros, for details.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |