Changeset 4178 for vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el
- Timestamp:
- 11/18/06 09:02:53 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el
r4035 r4178 145 145 146 146 (defvar viper-emacs-kbd-map (make-sparse-keymap) 147 "This keymap keeps Vi-style kbd macros for emacs mode.")147 "This keymap keeps Vi-style kbd macros for Emacs mode.") 148 148 149 149 (viper-deflocalvar viper-emacs-local-user-map (make-sparse-keymap) … … 161 161 ;; Some important keys used in viper 162 162 (defcustom viper-toggle-key [(control ?z)] ; "\C-z" 163 "The key used to change states from emacs to Vi and back.163 "The key used to change states from Emacs to Vi and back. 164 164 In insert mode, this key also functions as Meta. 165 165 166 Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]."166 Enter as a sexp. Examples: \"\\C-z\", [(control ?z)]." 167 167 :type 'sexp 168 168 :group 'viper
