We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way that I can map a key to close the QuickRun output buffer ?
The text was updated successfully, but these errors were encountered:
Bump?
Sorry, something went wrong.
Simply q already closes it for me. Your request is about customizing that?
q
Well, you have to first change windows and then press q. The original poster was probably asking for help on how to streamline that.
This command enables you to close the quickrun output by \q (no matter which buffer you are in).
\q
nnoremap <Leader>q :<C-u>bw! quickrun\ output<CR>
And FYI, this may also be helpful. You can force-quit quickrun by \Q.
\Q
nnoremap <Leader>Q :call quickrun#sweep_sessions()<CR>:<C-u>bw! quickrun\ output<CR>
No branches or pull requests
Is there a way that I can map a key to close the QuickRun output buffer ?
The text was updated successfully, but these errors were encountered: