Function: vip-setup

vip-setup is a byte-compiled function defined in vip.el.gz.

Signature

(vip-setup)

Documentation

Set up bindings for C-x 7 and C-z that are useful for VIP users.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/vip.el.gz
;; basic set up

;;;###autoload
(defun vip-setup ()
  "Set up bindings for C-x 7 and C-z that are useful for VIP users."
  (define-key ctl-x-map "7" #'vip-buffer-in-two-windows)
  (global-set-key "\C-z" #'vip-change-mode-to-vi))