Fork me on GitHub
#conjure
<
2022-06-07
>
Sigve07:06:39

Conjure sets these keybindings for fennel files, but i cannot find any reference to these in the documentation or code. Does anyone know how to unbind these?

nbardiuk09:06:34

I think :let g:conjure#mapping#prefix = v:false should disable the mappings. If you want to disable some of them or just remap checkout docs :h conjure-configuration

Sigve09:06:19

The problem is that i want to disable just these mappings, but :h conjure-configuration does not mention them anywhere (that i can see)

nbardiuk09:06:25

I've tried :let g:conjure#mapping#prefix = v:false it removes the mappings but it is not documented. Not sure if is intended usage or I've just broke the mapping logic

Sigve09:06:08

I'm not sure either. But it wont fix my problems anyways, is i want to keep other mappings set by conjure

nbardiuk09:06:15

Oh, I misunderstood you, thought you want all of them. The :h conjure-client-fennel-aniseed-configuration has list of all fennel specific mappings you can disable them one by one for example to unmap the ,rr you can :let g:conjure#client#fennel#aniseed#mapping#reset_repl = v:false

Sigve09:06:05

Thanks, i was only looking for these mappings under fennel and not under aniseed:)