Skip to main content

Theresa O’Connor / Treasa Ní Chonchúir

Re: Viper tweaks?

> has anyone tweaked Viper to become more productive? Care to share your
> tweaks?

One trick I learned from Kai Großjohann is to use the z key as a
prefix for my custom key bindings. (I don't even know what z is
supposed to do in vi.) He posted his .viper to comp.emacs a few years
ago, with lots of goodies inside:

http://groups.google.com/group/comp.emacs/msg/eec32255f0daab80

I use zz for C-c C-c, and zs for C-c C-s. You can see how to do that
in a general way by looking at `ted-viper-install-z-bindings' in my
.viper:

https://tess.oconnor.cx/config/.viper

Tess