/[emacs]/emacs/lisp/emulation/vip.el
ViewVC logotype

Diff of /emacs/lisp/emulation/vip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26.8.1 by miles, Fri Apr 4 06:20:17 2003 UTC revision 1.26.8.2 by miles, Tue Oct 14 23:42:12 2003 UTC
# Line 293  If nil then it is bound to `delete-backw Line 293  If nil then it is bound to `delete-backw
293  (define-key vip-mode-map "~" 'vip-nil)  (define-key vip-mode-map "~" 'vip-nil)
294  (define-key vip-mode-map "\177" 'vip-delete-backward-char)  (define-key vip-mode-map "\177" 'vip-delete-backward-char)
295    
 (define-key ctl-x-map "3" 'vip-buffer-in-two-windows)  
 (define-key ctl-x-map "\C-i" 'insert-file)  
   
296  (defun vip-version ()  (defun vip-version ()
297    (interactive)    (interactive)
298    (message "VIP version 3.5 of September 15, 1987"))    (message "VIP version 3.5 of September 15, 1987"))
# Line 303  If nil then it is bound to `delete-backw Line 300  If nil then it is bound to `delete-backw
300    
301  ;; basic set up  ;; basic set up
302    
303  (global-set-key "\C-z" 'vip-change-mode-to-vi)  ;;;###autoload
304    (defun vip-setup ()
305      "Set up bindings for C-x 7 and C-z that are useful for VIP users."
306      (define-key ctl-x-map "7" 'vip-buffer-in-two-windows)
307      (global-set-key "\C-z" 'vip-change-mode-to-vi))
308    
309  (defmacro vip-loop (count body)  (defmacro vip-loop (count body)
310    "(COUNT BODY) Execute BODY COUNT times."    "(COUNT BODY) Execute BODY COUNT times."
# Line 3071  vip-s-string" Line 3072  vip-s-string"
3072    
3073  (provide 'vip)  (provide 'vip)
3074    
3075    ;;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415
3076  ;;; vip.el ends here  ;;; vip.el ends here

Legend:
Removed from v.1.26.8.1  
changed lines
  Added in v.1.26.8.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26