Skip to content

Instantly share code, notes, and snippets.

@jherdman
Created September 27, 2009 18:32
Show Gist options
  • Save jherdman/194922 to your computer and use it in GitHub Desktop.
Save jherdman/194922 to your computer and use it in GitHub Desktop.
; Enable Vimpulse
(setq viper-mode t) ; enable Viper at load time
(setq viper-ex-style-editing nil) ; can backspace past start of insert / line
(require 'viper) ; load Viper
(setq vimpulse-experimental nil) ; don't load bleeding edge code (see 6. installation instruction)
(require 'vimpulse) ; load Vimpulse
(setq woman-use-own-frame nil) ; don't create new frame for manpages
(setq woman-use-topic-at-point t) ; don't prompt upon K key (manpage display)
(require 'redo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment