emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] evil-mode movement keys in the agenda?


From: Michael Strey
Subject: [O] evil-mode movement keys in the agenda?
Date: Thu, 11 Apr 2013 12:06:02 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Marcelo,

I'm using only the following two lines.

#+BEGIN_SRC emacs-lisp
;;; org agenda -- leave in emacs mode but add j & k

(define-key org-agenda-mode-map "j" 'evil-next-line)
(define-key org-agenda-mode-map "k" 'evil-previous-line)
#+END_SRC

It's a good compromise.

Regards
-- 
Michael Strey
http://www.strey.biz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]