" Always open QF window at the bottom wincmd J " Quit vim if the last window is qf autocmd! BufEnter if winnr('$') < 2| q | endif setlocal scrolloff=0 setlocal nowrap setlocal norelativenumber number setlocal linebreak setlocal nolist setlocal nocursorline setlocal nobuflisted setlocal nospell nnoremap - :colder nnoremap + :cnewer nnoremap g :Cfilter