Karthick Gururaj wrote: > > :noremap <CR> <CR><C-W><C-P>
Yes, however it should be a buffer mapping, and you might like to use a different key, such as o to open the file: nnoremap <buffer> o <CR><C-W>p Put the above line in file ~/.vim/after/ftplugin/qf.vim (Unix) or file $HOME\vimfiles\after\ftplugin\qf.vim (Windows). Create any missing directories. John -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
