conjure

:neovim:+:clj: https://github.com/Olical/conjure - If you're enjoying Conjure and want to say thanks: https://github.com/users/Olical/sponsorship :smile: (alt https://conjure.fun/discord)
jose 2020-07-03T07:37:08.373800Z

@dave thanks for sharing! I also have similar mappings to close buffers, but I'm using <leader>q instead. I had a similar function to your Bclose function, but it was failing in some corner cases and now I use the Sayanora plugin. I globally mapped <leader>q to :Sayonara and for some buffers types I remap it to something else. I'm adapting your map a little bit, I added this autocmd BufEnter conjure-log-* nnoremap <buffer><silent> <leader>q :lua require('conjure.log')['close-visible']()<CR>