Re: reverting keymaps for location-list buffer

2015-05-04 Thread Stephan Sahm
Dear Ben, thank you very much for the explanation. One mystical thing less about vim =). best wishes, Stephan On 4 May 2015 at 05:24, Ben Fritz fritzophre...@gmail.com wrote: On Saturday, May 2, 2015 at 3:06:10 AM UTC-5, Stephan Sahm wrote: an afterglow: is there a listing about which

Re: reverting keymaps for location-list buffer

2015-05-03 Thread Ben Fritz
On Saturday, May 2, 2015 at 3:06:10 AM UTC-5, Stephan Sahm wrote: an afterglow: is there a listing about which .vim file belongs to which standard feature? where have you known from that it is qf.vim? Every location list or error list is a quickfix list, which always has filetype of qf.

RE: reverting keymaps for location-list buffer

2015-05-02 Thread John Beckett
Stephan Sahm wrote: I remapped CR and I really like my remapping. There are however some problems For quickfix buffers I found this: autocmd BufReadPost quickfix nnoremap CR CR is there something similar for location-list buffers? To make Enter work normally in a quickfix window, rather

Re: reverting keymaps for location-list buffer

2015-05-02 Thread Stephan Sahm
an afterglow: is there a listing about which .vim file belongs to which standard feature? where have you known from that it is qf.vim? On 2 May 2015 at 10:01, Stephan Sahm stephan.s...@gmx.de wrote: works like a charm - impressively easy solution =) thank you very much and have a nice

RE: reverting keymaps for location-list buffer

2015-05-02 Thread John Beckett
Stephan Sahm wrote: is the vimfiles folder maybe wrong? must it be somewhere under .vim/ maybe? Sorry, my confusion. For a Unix-based system, create file (you may have to create the directory first): ~/.vim/ftplugin/qf.vim containing the single line: nnoremap buffer CR CR The above should

Re: reverting keymaps for location-list buffer

2015-05-02 Thread Stephan Sahm
Dear John, thank you very much for the answer and sorry for the doubled topic (I was used to mailinglists and a kind of immediate feedback so got confused by the topic structure of google groups. I wrote a mail and meantime because of no response also posted a topic - where I still got no

Re: reverting keymaps for location-list buffer

2015-05-02 Thread Stephan Sahm
works like a charm - impressively easy solution =) thank you very much and have a nice weekend, best, Stephan On 2 May 2015 at 09:56, John Beckett johnb.beck...@gmail.com wrote: Stephan Sahm wrote: is the vimfiles folder maybe wrong? must it be somewhere under .vim/ maybe? Sorry, my