Howto Configure Evil

Jim Green student.northwestern at gmail.com
Sat Dec 17 07:05:38 CET 2011


On 16 December 2011 19:07, Timothy Washington <twashing at gmail.com> 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)



More information about the implementations-list mailing list