On 2011-02-26 11:38 +0100, Christoph LANGE wrote: > IIRC C-f in Vimpulse does "page down" by default, whereas in > vim-mode it does something else. C-e in Vimpulse doesn't map to any > vim-like feature, but to end-of-visual-line, whereas in vim-mode it > does something else (don't remember, maybe copying from above/below > in insert mode?).
This is mainly a question of whether one wants Insert state to be Emacs. Viper has an option: `viper-want-emacs-keys-in-insert'. When non-nil, most Insert state bindings are disabled, so that Emacs' bindings become available. It's a useful option to have, but since Vim is the emulation target, I think it should be disabled by default. -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
