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)
2020-11-11T13:22:11.199200Z

2020-11-11T22:05:16.200900Z

Hi @olical - I map q to close the log window with:

let g:conjure#mapping#log_close_visible= ["q"]
This mapping is happening (at times ) outside the log buffer. Have you seen/fixed this before ?

Olical 2020-11-11T22:05:46.201400Z

That mapping applies in any Clojure buffer

Olical 2020-11-11T22:05:56.201800Z

It's not specific to the log buffer I'm afraid.

2020-11-11T22:06:14.202700Z

oh - ok

Olical 2020-11-11T22:06:28.203200Z

You can get around that by leaving it on the default mapping and adding your own new mapping that only applies to the log buffer. That mapping can call through to log close

2020-11-11T22:07:08.204800Z

yes I’ll do that; thanks

Olical 2020-11-11T22:07:15.205100Z

All Conjure mappings are file type specific, so there's no mappings that only exist in the log buffer. I hope that makes sense, even if it's not ideal for your usecase 😬

2020-11-11T22:07:44.205500Z

makes sense; cheers