| www.delorie.com/gnu/docs/emacs/viper_38.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In Emacs, `\&' stands for the last matched expression, so s/[ab]+/\&\&/ will double the string matched by [ab]. Viper doesn't treat `&' specially, unlike Vi: use `\&' instead.
Note: The newline character (inserted as C-qC-j) can be used in <repl>.
In Vi state, these keys are bound to functions that peruse the history of destructive Vi commands. See section 3.3 Viper Specials, for details.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |