comparison man/viper.texi @ 16:0293115a14e9 r19-15b91

Import from CVS: tag r19-15b91
author cvs
date Mon, 13 Aug 2007 08:49:20 +0200
parents 9ee227acff29
children 4103f0995bd7
comparison
equal deleted inserted replaced
15:ad457d5f7d04 16:0293115a14e9
1827 @item vip-use-replace-region-delimiters 1827 @item vip-use-replace-region-delimiters
1828 If non-nil, Viper will always use @code{vip-replace-region-end-delimiter} and 1828 If non-nil, Viper will always use @code{vip-replace-region-end-delimiter} and
1829 @code{vip-replace-region-start-delimiter} to delimit replacement regions, 1829 @code{vip-replace-region-start-delimiter} to delimit replacement regions,
1830 even on color displays (where this is unnecessary). By default, this 1830 even on color displays (where this is unnecessary). By default, this
1831 variable is non-nil only on TTYs or monochrome displays. 1831 variable is non-nil only on TTYs or monochrome displays.
1832 @item vip-allow-multiline-replace-regions t
1833 If non-nil, multi-line text replacement regions, such as those produced by
1834 commands @kbd{c55w}, @kbd{3C}, etc., will stay around until the user exits
1835 the replacement mode. In this variable is set to @code{nil}, Viper will
1836 emulate the standard Vi behavior, which supports only intra-line
1837 replacement regions (and multi-line replacement regions are deleted).
1832 @item vip-toggle-key "\C-z" 1838 @item vip-toggle-key "\C-z"
1833 Specifies the key used to switch from Emacs to Vi and back. 1839 Specifies the key used to switch from Emacs to Vi and back.
1834 Must be set in @file{.vip} or prior to loading Viper. This variable can't be 1840 Must be set in @file{.vip} or prior to loading Viper. This variable can't be
1835 changed interactively after Viper is loaded. 1841 changed interactively after Viper is loaded.
1836 1842
1902 @vindex @code{vip-delete-backwards-in-replace} 1908 @vindex @code{vip-delete-backwards-in-replace}
1903 @vindex @code{vip-replace-overlay-face} 1909 @vindex @code{vip-replace-overlay-face}
1904 @vindex @code{vip-replace-overlay-pixmap} 1910 @vindex @code{vip-replace-overlay-pixmap}
1905 @vindex @code{vip-replace-region-end-symbol} 1911 @vindex @code{vip-replace-region-end-symbol}
1906 @vindex @code{vip-replace-region-start-symbol} 1912 @vindex @code{vip-replace-region-start-symbol}
1913 @vindex @code{vip-allow-multiline-replace-regions}
1907 @vindex @code{vip-toggle-key} 1914 @vindex @code{vip-toggle-key}
1908 @vindex @code{vip-ESC-key} 1915 @vindex @code{vip-ESC-key}
1909 @vindex @code{vip-buffer-search-char} 1916 @vindex @code{vip-buffer-search-char}
1910 @vindex @code{vip-surrounding-word-function} 1917 @vindex @code{vip-surrounding-word-function}
1911 @vindex @code{vip-vi-state-hook} 1918 @vindex @code{vip-vi-state-hook}