Skip to content
New issue

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

Mapping to quit QuickRun buffer #148

Open
domi91c opened this issue Dec 13, 2016 · 4 comments
Open

Mapping to quit QuickRun buffer #148

domi91c opened this issue Dec 13, 2016 · 4 comments

Comments

@domi91c
Copy link

domi91c commented Dec 13, 2016

Is there a way that I can map a key to close the QuickRun output buffer ?

@domi91c
Copy link
Author

domi91c commented Dec 20, 2016

Bump?

@oblitum
Copy link
Contributor

oblitum commented Jan 28, 2017

Simply q already closes it for me. Your request is about customizing that?

@windowsrefund
Copy link

Well, you have to first change windows and then press q. The original poster was probably asking for help on how to streamline that.

@ghost
Copy link

ghost commented Sep 29, 2020

This command enables you to close the quickrun output by \q (no matter which buffer you are in).

nnoremap <Leader>q :<C-u>bw! quickrun\ output<CR>

And FYI, this may also be helpful. You can force-quit quickrun by \Q.

nnoremap <Leader>Q :call quickrun#sweep_sessions()<CR>:<C-u>bw! quickrun\ output<CR>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants