Path: utzoo!attcan!uunet!husc6!rutgers!njin!princeton!udel!udccvax1!fowser From: fowser@vax1.acs.udel.EDU (Scott Fowser) Newsgroups: comp.editors Subject: Vi mapping question Message-ID: <2588@udccvax1.acs.udel.EDU> Date: 21 Dec 88 18:12:28 GMT Reply-To: fowser@vax1.acs.udel.EDU (Scott Fowser) Organization: University of Delaware Lines: 10 How can the "V" key be defined so as to act like the "H" command, while the "H" key is defined to be "12h"? I have tried :map V H :map H 12h with and without remap set, and can only get one of the keys to do what I want. I have also tried :map V :set noremap^MH:set remap^M but it still does not work.