Vim: keep location list window open after selecting a file
问题 I need exactly the opposite behavior of this question. My observation is that upon pressing enter on a line in location list window, the window will be closed and the main window will display the content of the selected file. As a contrary, quickfix window doesn't have this behavior, i.e., it remains opened after the selection. I have checked my autocmd and there is no special handling for location list or quickfix list. An example - :lgrep hi * to populate the location list. lopen to open