2010-06-25 34 views

回答

0

我.viper:

(setq viper-expert-level '5) 
(setq viper-inhibit-startup-message 't) 
;;; '/' Search ignores case 
(setq case-fold-search t) 
;;; Can't live without auto-indent in any mode, be it text or source code 
(setq-default viper-auto-indent t) 
;;; Electrifies Viper 
(setq-default viper-electric-mode t) 
;;; Useful if you like to bang the ESC key 
;; (setq-default viper-no-multiple-ESC t) 
;;; This doesn't work for me - YMMV 
(setq-default viper-ESC-moves-cursor-back nil) 

我拿起上面的自定義設置從這個線程(其中有更多的事情,雖然大部分已經過時/冗餘當您使用Vimpulse):

http://www.mail-archive.com/[email protected]/msg00062.html