You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve q and <tab> mappings in the quickfix list.
Use <c-w><c-p> instead of <c-w><c-w> because the former would always
move the cursor to the previously accessed window.
Modify the <tab> mapping to do the same (always move to the previously
accessed window). The command works as follows:
1. <c-w><c-p> moves to the previously accessed window
2. @=winnr("#") computes the window number of the quickfix window
3. <c-w>c closes the quickfix window (because it is preceded by a count)
0 commit comments