|
From: | Marcelo de Moraes Serpa |
Subject: | Re: [O] evil-mode movement keys in the agenda? |
Date: | Mon, 15 Apr 2013 17:38:26 -0500 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |