Re: map gives me headache!

2007-05-15 Thread Alberto Miorin
> You can use the BufEnter or BufNew autocmd and test whether > the 'buftype' option is set to 'quickfix' for the current buffer. > > - Yegappan I did this script, but it doesn't work. I open the quickfix window with :cope . I have to leave the quickfix window and come back to trigger the event Bu

map gives me headache!

2007-05-14 Thread Alberto Miorin
I hate the , because when i hit it for mistake, it moves the cursor. So I disable it with: nmap nmap I was happy, when I discovered that cmd-window needed the mapped. So I fixed it with: au CmdwinEnter * nunmap au CmdwinLeave * nmap Now I discovered that also