On 2011-07-21 22:36 +0200, Neeraj Sharma wrote: > Thanks for the wonderful evil mode.
Thanks for your interest in Evil. Please note that Evil is under development and some features (e.g., Ex) are still missing. You can always get the latest updates with "git pull". > Shell-mode on windows: It blocks all the output text. Fixed in commit 37c9490. > Bookmark and dired mode: On pressing enter the file does not open. bookmark-bmenu-mode is fixed in commit 623bab7. Dired should be fixed already -- are you using the latest revision? Evil assigns Dired to Emacs state, so that by default, no vi bindings are active in a Dired buffer.[1] As Thomas points out, you can use "C-z" to toggle between Emacs state and Normal state. [1] It is perfectly possible to add vi bindings to Dired mode, but it requires some thought with regard to the overlap between Dired and vi. Suggestions are welcome. -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
