Re: alt keys in bash

2006-06-25 Thread Gerald Lai
On Tue, 20 Jun 2006, Vincent Wang wrote: Gerald Lai wrote: On Mon, 19 Jun 2006, Mike wrote: I am switching from windows to linux for my development environment, and working on 'porting' my .vimrc file. I have tons of Alt key remappings, but I am having trouble getting them working in plain

alt keys in bash

2006-06-19 Thread Mike
I am switching from windows to linux for my development environment, and working on 'porting' my .vimrc file. I have tons of Alt key remappings, but I am having trouble getting them working in plain vim (i.e. not gvim) from a bash shell. For instance, the mapping :inoremap a-b foo does not

Re: alt keys in bash

2006-06-19 Thread Vincent Wang
Gerald Lai wrote: On Mon, 19 Jun 2006, Mike wrote: I am switching from windows to linux for my development environment, and working on 'porting' my .vimrc file. I have tons of Alt key remappings, but I am having trouble getting them working in plain vim (i.e. not gvim) from a bash shell.