On 16 December 2011 19:07, Timothy Washington <[email protected]> wrote: > Hey all, > > I'm trying to figure out how to get these configurations done with evil. I > can't see how to do that with the documentation here. I'm trying to get > these basic behaviours: > > directional delete: d [up key] > line numbers
this is not related to evil (require 'linum) (global-linum-mode t) to your .emacs Jim > setting softtabstop: set sts=2 > remap: : to ; (I want to avoid pressing shift to invoke a vim > command) > remap: % to [tab] (I want to avoid pressing shift when jumping > between scopes) _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
