haydenrou / dotfiles

My Personalised Development Environment
34 stars 1 forks source link

Quickfix open/close bindings #38

Open haydenrou opened 6 days ago

haydenrou commented 6 days ago
:copen " Open the quickfix window
:ccl   " Close it
:cw    " Open it if there are "errors", close it otherwise (some people prefer this)
:cn    " Go to the next error in the window
:cp    " Go to the previous error in the window
:cnf   " Go to the first error in the next file
:.cc   " Go to error under cursor (if cursor is in quickfix window)
haydenrou commented 6 days ago

We have up and down after a ctrl-q on telescope with ctrl-j/k but not open close, I usually just :ccl or :copen