File: vip.el.html
This file is obsolete. Consider using viper instead.
A full-featured vi(1) emulator.
In Japan, the author's address is: masahiko@sato.riec.tohoku.junet
Send suggestions and bug reports to one of the above addresses. When you report a bug, be sure to include the version number of VIP and Emacs you are using.
Execute info command by typing "M-x info" to get information on VIP.
Defined variables (40)
ex-addresses | list of ex addresses |
ex-buffer | name of ex buffer |
ex-count | value of ex count |
ex-flag | flag for ex flag |
ex-g-flag | flag for global command |
ex-g-pat | pattern for global command |
ex-g-variant | if t global command is executed on lines not matching ex-g-pat |
ex-map | save commands for mapped keys |
ex-reg-exp | save reg-exp used in substitute |
ex-repl | replace pattern for substitute |
ex-tag | save ex tag |
ex-token | value of token. |
ex-token-type | type of token. if non-nil, gives type of address. if nil, it |
vip-F-char | For use by "." command. |
vip-case-fold-search | If t, search ignores cases. |
vip-com-point | Remember com point as a marker. (Buffer-specific.) |
vip-current-major-mode | vip-current-major-mode is the major-mode vi considers it is now. |
vip-current-mode | Current mode. One of ‘emacs-mode’, ‘vi-mode’, ‘insert-mode’. |
vip-d-char | The character remembered by the vi "r" command. |
vip-d-com | How to reexecute last destructive command. Value is list (M-COM VAL COM). |
vip-emacs-local-map | Local map used in Emacs mode. (Buffer-specific.) |
vip-emacs-mode-line-buffer-identification | Value of mode-line-buffer-identification in Emacs mode within vip. |
vip-f-char | For use by ";" command. |
vip-f-forward | For use by ";" command. |
vip-f-offset | For use by ";" command. |
vip-help-in-insert-mode | If t then C-h is bound to help-command in insert mode. |
vip-insert-local-map | Local map used in insert command mode. (Buffer-specific.) |
vip-insert-point | Remember insert point as a marker. (Buffer-specific.) |
vip-last-shell-com | Last shell command executed by ! command. |
vip-open-with-indent | If t, indent when open a new line. |
vip-quote-string | String inserted at the beginning of region. |
vip-re-query-replace | If t then do regexp replace, if nil then do string replace. |
vip-re-replace | If t then do regexp replace, if nil then do string replace. |
vip-re-search | If t, search is reg-exp search, otherwise vanilla search. |
vip-s-forward | If t, search is forward. |
vip-s-string | Last vip search string. |
vip-search-wrap-around | If t, search wraps around. |
vip-shift-width | The number of columns shifted by > and < command. |
vip-startup-file | Filename used as startup file for vip. |
vip-use-register | Name of register to store deleted or yanked strings. |